OSDN Git Service

Fix for PR debug/45088
[pf3gnuchains/gcc-fork.git] / gcc /
2010-12-17 dodjiFix for PR debug/45088
2010-12-17 ianAvoid always splitting the stack when calling append...
2010-12-17 gccadminDaily bump.
2010-12-17 hubicka PR middle-end/44563
2010-12-16 jsm28 * config/darwin.opt (dylinker, headerpad_max_install_n...
2010-12-16 spopFix PR46924: Do not detect reductions outside the curre...
2010-12-16 jakub PR tree-optimization/46966
2010-12-16 ebotcazou * tree-ssa-sccvn.c (vn_reference_lookup_3): Always...
2010-12-16 ebotcazou Support for LEON processor
2010-12-16 jakub PR tree-optimization/43655
2010-12-16 spopFix PR46404: call scev_reset to reset the number of...
2010-12-16 aesok * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
2010-12-16 uweigand * config/spu/t-spu-elf (LIB2_SIDITI_CONV_FUNC): Define.
2010-12-16 jakub PR debug/46893
2010-12-16 hjlMake main return 0.
2010-12-16 cltang2010-12-16 Chung-Lin Tang <cltang@codesourcery.com>
2010-12-16 ianDon't crash on recursive consts.
2010-12-16 ianRework handling of recursive function types.
2010-12-16 ianDon't crash when copying a call with no arguments.
2010-12-16 hubicka PR lto/46976
2010-12-16 froydnjgcc/cp/
2010-12-16 froydnjgcc/cp/
2010-12-16 hubicka PR middle-end/46939
2010-12-16 ianDon't crash on invalid tuple assignment.
2010-12-16 ianCheck for errors from Gogo::call_builtin.
2010-12-16 gccadminDaily bump.
2010-12-16 ianDon't crash with go or defer of bad call.
2010-12-16 jsm28 * config.gcc (powerpc-*-lynxos*): Don't add lynx.opt to
2010-12-16 ianDon't crash on Sizeof of undefined type.
2010-12-15 ianDon't crash on Sizeof of undefined type.
2010-12-15 ianDon't crash on tuple initialization from erroneous...
2010-12-15 ianDon't crash on empty struct created due to recursive...
2010-12-15 jsm28 * doc/tm.texi.in (US_SOFTWARE_GOFAST): Don't document.
2010-12-15 ianTweak handling of invalid function signature for functi...
2010-12-15 ianCheck for pointer to error type when looking for method.
2010-12-15 ianPermit _ as a result variable name.
2010-12-15 spopAdd testcase for PR46404.
2010-12-15 ianFix test for invalid type in anonymous field.
2010-12-15 ianAdd statements to type switch even if there are no...
2010-12-15 ianCheck errors in binary comparisons and builtin calls.
2010-12-15 jakub PR fortran/46945
2010-12-15 ianPush hash table identity check down to subtypes.
2010-12-15 ianUse a different identity function for Types in hash...
2010-12-15 jakub PR debug/46815
2010-12-15 jbBetter error message for malloc() failure
2010-12-15 paolo/cp
2010-12-15 jbPR 28105 Remove size<0 checks before calling malloc...
2010-12-15 hubicka * tree.c (get_file_function_name): Avoid using random...
2010-12-15 hjlCorrect PR number in gfortran.dg/debug/pr46756.f.
2010-12-15 hjlMove gfortran.dg/debug/pr46576.f to gfortran.dg/debug...
2010-12-15 jamborm2010-12-15 Martin Jambor <mjambor@suse.cz>
2010-12-15 amonakov PR rtl-optimization/46649
2010-12-15 jsm28 * config/stormy16/stormy16.h (LINK_SPEC, WCHAR_TYPE...
2010-12-15 jsm28 * config/rx/rx.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
2010-12-15 davek * decl.c (java_init_decl_processing): Initialise integ...
2010-12-15 davek PR testsuite/46938
2010-12-15 ianCheck for errors when converting array index to GENERIC.
2010-12-15 ianDon't crash on undefined anonymous field.
2010-12-15 spopFix PR46845: handle scop parameters before scev analysis.
2010-12-15 spopFix PR46928: handle "A[p] == A[p]" in data dep analysis...
2010-12-15 spopFix PR45948: add ssa defs from builtin partitions to...
2010-12-15 jsm28 * config/arc/arc.h (LIB_SPEC): Define.
2010-12-15 ianDon't store error types in the Type-to-GENERIC hash...
2010-12-15 ianDon't get confused by error types in traversal.
2010-12-15 jason PR c++/46930
2010-12-15 gccadminDaily bump.
2010-12-15 jsm28 * config/sh/elf.h (LIB_SPEC): Define.
2010-12-15 ianDon't crash building initializer of invalid array.
2010-12-14 ianDon't crash on invalid slice composite literal.
2010-12-14 ianFix comparison of string and interface types.
2010-12-14 ianDon't try to build unary and binary expressions with...
2010-12-14 hubicka PR lto/46940
2010-12-14 ianDon't crash on invalid closure.
2010-12-14 ianDon't crash on invalid parameters/results.
2010-12-14 ianCheck for duplicate methods.
2010-12-14 froydnjgcc/cp/
2010-12-14 jsm28 * config.gcc (sparc-*-elf*, sparc-*-rtems*, sparc...
2010-12-14 ianDon't crash on erroneous receiver or parameters.
2010-12-14 ianCorrect handling of undefined name as key in map compos...
2010-12-14 ianInsert semicolon at EOF if necessary.
2010-12-14 ianCorrect protection against recursive types.
2010-12-14 burnus2010-12-14 Tobias Burnus <burnus@net-b.de>
2010-12-14 ian * config/arm/arm.c (arm_expand_prologue): Report the...
2010-12-14 jakub PR debug/46885
2010-12-14 jakub PR tree-optimization/46909
2010-12-14 jakub PR fortran/46874
2010-12-14 jakub PR fortran/46874
2010-12-14 hubicka PR middle-end/46667
2010-12-14 amonakov PR rtl-optimization/46875
2010-12-14 hubicka * g++.dg/other/first-global.C: Update regexp to match new
2010-12-14 kaushikp * config/h8300/h8300.md (define_split) : Add condition for
2010-12-14 ianDon't incorrectly parse expression as type switch.
2010-12-14 hubickaThis time really commit
2010-12-14 jsm28 * config/m32c/m32c.h (ENDFILE_SPEC, LINK_SPEC, SIZE_TYPE,
2010-12-14 berndsgcc/
2010-12-14 gccadminDaily bump.
2010-12-13 jsm28 * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE): Define.
2010-12-13 ian * gospec.c (lang_specific_driver): Add a -o option...
2010-12-13 jsm28 * de.po, sv.po: Update.
2010-12-13 jason PR c++/46873
next