Patchwork GNU Compiler Collection

login
register
mail settings

Incoming patches

« Previous 1 2 ... 206 207 208 209 210 211 212 213 214 ... 264 265 Next »
Filters: State = Action Required remove filter    |    Archived = No remove filter
Patch Date Submitter Delegate State
[testsuite] : PR/47050 - gcc.target/i386/aggregate-ret[12].c FAIL with -m64 2010-12-23 Kai Tietz New
PING [ARM] [3/3] Implement TARGET_BUILTIN_DECL 2010-12-23 Jie Zhang New
PING [ARM] [2/3] Rearrange builtin code 2010-12-23 Jie Zhang New
PING [ARM] [1/3] Refactor NEON builtin code 2010-12-23 Jie Zhang New
Ping [PATCH] PR testsuite/41146 2010-12-23 Dominique Dhumieres New
[build,objc] Link libobjc*.la with -shared-libgcc 2010-12-23 Rainer Orth New
[c++] :PR/15774 - Conflicting function decls not diagnosed (this time really for 15774) 2010-12-23 Kai Tietz New
[fortran] PR 31821 - substring checking on pointer assignment 2010-12-23 Thomas Koenig New
=?UTF-8?Q?libobjc:=20fix=20class=5FaddMethod()=20to=20return=20NO=20if?= =?UTF-8?Q?=20the=20method=20already=20exists=20in=20the=20class?= 2010-12-23 Nicola Pero New
Go patch committed: A variable with a preinit needs an init fn 2010-12-23 Ian Taylor New
Go patch committed: Don't crash building map descriptor for bad map 2010-12-23 Ian Taylor New
Go patch committed: Initialize Lex::lineoff_ 2010-12-23 Ian Taylor New
Go patch committed: Fix append with no extra arguments 2010-12-23 Ian Taylor New
Go patch committed: Don't crash asking for type of invalid const 2010-12-23 Ian Taylor New
Go patch committed: Avoid another infinite recursion 2010-12-23 Ian Taylor New
Fix PR46758: Do not use int_cst_value. 2010-12-23 Sebastian Pop New
Go patch committed: An unknown named object may be declared 2010-12-23 Ian Taylor New
Go patch committed: Don't crash on invalid call to append 2010-12-22 Ian Taylor New
Go patch committed: Avoid infinite recursion when looking up methods 2010-12-22 Ian Taylor New
Go patch committed: Don't crash on index into erroneous map 2010-12-22 Ian Taylor New
Go patch committed: Handle tuple assignment to global _ 2010-12-22 Ian Taylor New
libobjc: do not abort upon finding a duplicate class 2010-12-22 Nicola Pero New
Fix PR47002: memory leaks. 2010-12-22 Sebastian Pop New
[c++] :PR/15774 - Conflicting function decls not diagnosed (this time really for 15774) 2010-12-22 Kai Tietz New
Fix PR47002: memory leaks. 2010-12-22 Sebastian Pop New
[fortran] PR fortran/46978 wrong-code with transpose(reshape(...)) 2010-12-22 Mikael Morin New
Fix PR47019: parameters of a SCoP are SCEV analyzable. 2010-12-22 Sebastian Pop New
Vectorizer RFC patch 2010-12-22 Bernd Schmidt New
C++ PATCH for c++/47003 (ICE with new and volatile) 2010-12-22 Jason Merrill New
[i386,c,c++] : PR/12171 - calling convention omitted in error message 2010-12-22 Kai Tietz New
[PR47036] sel-sched: don't attempt to move up unconditional jumps 2010-12-22 Alexander Monakov New
Go patch committed: Don't crash on array with erroneous length 2010-12-22 Ian Taylor New
Go patch committed: Don't crash on erroneous var init from receive 2010-12-22 Ian Taylor New
Go patch committed: Don't crash on erroneous channel operation 2010-12-22 Ian Taylor New
Go patch committed: Don't crash if a temporary is not defined 2010-12-22 Ian Taylor New
Go patch committed: More tweaking of recursive types 2010-12-22 Ian Taylor New
[c,c++,i386] :PR/15774 - Conflicting function decls not diagnosed 2010-12-22 Kai Tietz New
[C++0x] pedantic warning with 'alignof(expression)' 2010-12-22 Rodrigo Rivas New
[c,c++,i386] :PR/15774 - Conflicting function decls not diagnosed 2010-12-22 Kai Tietz New
Go patch committed: Don't crash if array length is invalid const 2010-12-22 Ian Taylor New
[build,objc] Link libobjc*.la with -shared-libgcc 2010-12-22 Rainer Orth New
libobjc: documentation update 2010-12-22 Nicola Pero New
[commit,spu] Fix (latent) ICE in spu_expand_mov 2010-12-22 Ulrich Weigand New
Go patch committed: Fix named results when cloning 2010-12-22 Ian Taylor New
PING: [patch] fix c++/33558 - references cannot be mutable 2010-12-22 Jonathan Wakely New
Use dl_iterate_phdr in Solaris 11+ unwinder 2010-12-22 Rainer Orth New
[c,c++,i386] :PR/15774 - Conflicting function decls not diagnosed 2010-12-22 Kai Tietz New
[c,c++,i386] :PR/15774 - Conflicting function decls not diagnosed 2010-12-22 Kai Tietz New
[PR,45934,1/5] Remove devirtualizations that cannot be done 2010-12-22 Martin Jambor New
[PR,debug/46931] don't crash propagating removed DEFs into debug stmts 2010-12-22 Richard Guenther New
disable libiberty for picochip build. 2010-12-22 Hariharan Sandanagobalane New
[ARM,2/2] Fix DImode addressing 2010-12-22 Jie Zhang New
[ARM,1/2] Make ARM_LEGITIMIZE_RELOAD_ADDRESS be a function 2010-12-22 Jie Zhang New
Go patch committed: Correct test for number of args to append 2010-12-22 Ian Taylor New
Go patch committed: Don't crash if constant refers to itself 2010-12-22 Ian Taylor New
Go patch committed: Don't crash on invalid type conversion 2010-12-22 Ian Taylor New
Fix PR47002: memory leaks. 2010-12-22 Sebastian Pop New
[PR,debug/46931] don't crash propagating removed DEFs into debug stmts 2010-12-22 Alexandre Oliva New
[PR,debug/46724] var-track address of RESULT_DECL 2010-12-22 Alexandre Oliva New
Go patch committed: Fix uninitialized variable looking up '_' 2010-12-22 Ian Taylor New
Go patch committed: Don't crash on multiple results from void fn 2010-12-22 Ian Taylor New
Go patch committed: Fix named results and recover 2010-12-22 Ian Taylor New
Go patch committed: Don't crash building erroneous variable initializer 2010-12-22 Ian Taylor New
libobjc: reindented two private header files 2010-12-22 Nicola Pero New
libobjc: another small, trivial private header tidyup 2010-12-22 Nicola Pero New
Go patch committed: Check for errors building map construction 2010-12-22 Ian Taylor New
Go patch committed: Don't warn about []int of string with NUL bytes 2010-12-21 Ian Taylor New
Go patch committed: Don't permit assigning abstract string to numeric 2010-12-21 Ian Taylor New
Go patch committed: Don't crash when calling new on erroneous type 2010-12-21 Ian Taylor New
Go patch committed: Don't crash returning from '_' function 2010-12-21 Ian Taylor New
fix c++/18016 - warn about self-initialization in constructor init-list 2010-12-21 Jonathan Wakely New
Go patch committed: Don't crash indexing into erroneous array 2010-12-21 Ian Taylor New
Go patch committed: Don't crash when copying function without closure 2010-12-21 Ian Taylor New
=?UTF-8?Q?Fix=20for=20PR=20libobjc/18764=20("segfault=20in=20libobjc=20w?= =?UTF-8?Q?hen=20sending=20a=20message=20to=20a=20conflicting=20class")?= 2010-12-21 Nicola Pero New
Go patch committed: Parallelize Go testsuite 2010-12-21 Ian Taylor New
Fix PR47021: ADDR_EXPRs don't contain SCoP parameters. 2010-12-21 Sebastian Pop New
Go testsuite patch committed: Avoid skipping tests inappropriately 2010-12-21 Ian Taylor New
Go patch committed: Don't finalize methods more than once 2010-12-21 Ian Taylor New
libobjc: Minor tidyup in load callbacks 2010-12-21 Nicola Pero New
Go patch committed: Correct handling of methods which call recover 2010-12-21 Ian Taylor New
Fix shufpd operands (PR target/46880) 2010-12-21 Jakub Jelinek New
Go patch committed: Don't crash when declaring method on unknown name 2010-12-21 Ian Taylor New
Go patch committed: Layout undefined type 2010-12-21 Ian Taylor New
Go patch committed: Correct exponent lexing 2010-12-21 Ian Taylor New
[obv] use prototype_p in a number of places 2010-12-21 Nathan Froyd New
Go patch committed: Report errors for temporary statements 2010-12-21 Ian Taylor New
Go patch committed: Don't crash when some object is redefined as type 2010-12-21 Ian Taylor New
Go patch committed: Traverse function types 2010-12-21 Ian Taylor New
Fix PR 46521 and 46522 (remnants of PR45352) 2010-12-21 Andrey Belevantsev New
Fix PR tree-optimization/47001 2010-12-21 Ira Rosen New
=?UTF-8?Q?Fix=20for=20PR=20libobjc/16011=20("+load=20is=20not=20called?= =?UTF-8?Q?=20on=20all=20the=20categories")?= 2010-12-21 Nicola Pero New
fix c++/18016 - warn about self-initialization in constructor init-list 2010-12-21 Jonathan Wakely New
de-hookize profiling 2010-12-21 Steven Bosscher New
=?UTF-8?Q?libobjc:=20tidy=20up=20DEBUG=5FPRINTF?= 2010-12-21 Nicola Pero New
[PR,46984] Move thunk_delta from cgraph_indirect_call_info to cgraph_edge 2010-12-21 Martin Jambor New
Fix for PR libobjc/45953 2010-12-21 Nicola Pero New
libobjc: Very minor tidyup in init.c and selector.c 2010-12-21 Nicola Pero New
=?UTF-8?Q?libobjc:=20header=20cleanup=20for=20new=20API=20(16)?= 2010-12-21 Nicola Pero New
=?UTF-8?Q?libobjc:=20header=20cleanup=20for=20new=20API=20(15)?= 2010-12-21 Nicola Pero New
=?UTF-8?Q?libobjc:=20reindented=20hash.c=20(no=20code=20changes)?= 2010-12-21 Nicola Pero New