aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-12-16re PR tree-optimization/46939 (http://blog.regehr.org/archives/320 example 6)Jan Hubicka4-5/+161
2010-12-16Don't crash on invalid tuple assignment.Ian Lance Taylor2-18/+24
2010-12-16Check for errors from Gogo::call_builtin.Ian Lance Taylor4-5/+59
2010-12-16Daily bump.GCC Administrator1-1/+1
2010-12-16Don't crash with go or defer of bad call.Ian Lance Taylor1-1/+7
2010-12-16config.gcc (powerpc-*-lynxos*): Don't add lynx.opt to extra_options twice.Joseph Myers2-1/+5
2010-12-16Don't crash on Sizeof of undefined type.Ian Lance Taylor1-1/+2
2010-12-15Don't crash on Sizeof of undefined type.Ian Lance Taylor1-1/+1
2010-12-15Don't crash on tuple initialization from erroneous channel.Ian Lance Taylor1-1/+4
2010-12-15Don't crash on empty struct created due to recursive reference.Ian Lance Taylor1-1/+7
2010-12-15tm.texi.in (US_SOFTWARE_GOFAST): Don't document.Joseph Myers14-301/+92
2010-12-15Tweak handling of invalid function signature for function literal.Ian Lance Taylor1-4/+1
2010-12-15Check for pointer to error type when looking for method.Ian Lance Taylor1-1/+1
2010-12-15Permit _ as a result variable name.Ian Lance Taylor2-7/+14
2010-12-15Add testcase for PR46404.Sebastian Pop2-0/+18
2010-12-15Fix test for invalid type in anonymous field.Ian Lance Taylor1-2/+4
2010-12-15Add statements to type switch even if there are no valid types.Ian Lance Taylor1-0/+2
2010-12-15Check errors in binary comparisons and builtin calls.Ian Lance Taylor1-1/+14
2010-12-15re PR fortran/46945 (gfortran.dg/unpack_zerosize_1.f90 FAILs with -ftree-vrp ...Jakub Jelinek4-27/+45
2010-12-15Push hash table identity check down to subtypes.Ian Lance Taylor3-88/+81
2010-12-15Use a different identity function for Types in hash tables.Ian Lance Taylor2-9/+39
2010-12-15re PR debug/46815 (Invalid DW_AT_location for a retval instance of a class th...Jakub Jelinek4-0/+54
2010-12-15Better error message for malloc() failureJanne Blomqvist3-5/+12
2010-12-15re PR c++/42083 ([C++0x] ICE on invalid with "tree check: expected aggr_init_...Paolo Carlini4-3/+32
2010-12-15PR 28105 Remove size<0 checks before calling malloc/reallocJanne Blomqvist2-70/+17
2010-12-15tree.c (get_file_function_name): Avoid using random seed on GLOBAL_sub_I and ...Jan Hubicka2-2/+11
2010-12-15Correct PR number in gfortran.dg/debug/pr46756.f.H.J. Lu2-1/+5
2010-12-15Move gfortran.dg/debug/pr46576.f to gfortran.dg/debug/pr46756.f.H.J. Lu3-3/+3
2010-12-15re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor17-101/+563
2010-12-15re PR rtl-optimization/46649 (ICE: in move_bb_info, at sel-sched-ir.c:5080 wi...Alexander Monakov4-3/+23
2010-12-15stormy16.h (LINK_SPEC, WCHAR_TYPE): Define.Joseph Myers3-1/+13
2010-12-15rx.h (WCHAR_TYPE, [...]): Define.Joseph Myers3-1/+10
2010-12-15decl.c (java_init_decl_processing): Initialise integer_three_node.Dave Korn3-1/+9
2010-12-15re PR testsuite/46938 (FAIL: gcc.dg/pr43157.c (test for excess errors))Dave Korn2-0/+6
2010-12-15Check for errors when converting array index to GENERIC.Ian Lance Taylor1-0/+12
2010-12-15Don't crash on undefined anonymous field.Ian Lance Taylor1-10/+20
2010-12-15Fix PR46845: handle scop parameters before scev analysis.Sebastian Pop4-3/+33
2010-12-15Fix PR46928: handle "A[p] == A[p]" in data dep analysis with p a parameter of...Sebastian Pop4-2/+64
2010-12-15Fix PR45948: add ssa defs from builtin partitions to the last partition.Sebastian Pop4-0/+135
2010-12-15arc.h (LIB_SPEC): Define.Joseph Myers3-1/+9
2010-12-15Don't store error types in the Type-to-GENERIC hash table.Ian Lance Taylor1-0/+11
2010-12-15Don't get confused by error types in traversal.Ian Lance Taylor1-0/+2
2010-12-14re PR c++/46930 ([C++0x] ICE with static constexpr data member)Jason Merrill6-4/+34
2010-12-15Daily bump.GCC Administrator1-1/+1
2010-12-15elf.h (LIB_SPEC): Define.Joseph Myers3-8/+15
2010-12-15Don't crash building initializer of invalid array.Ian Lance Taylor1-0/+5
2010-12-14Don't crash on invalid slice composite literal.Ian Lance Taylor1-0/+7
2010-12-14Fix comparison of string and interface types.Ian Lance Taylor1-9/+7
2010-12-14Don't try to build unary and binary expressions with invalid types.Ian Lance Taylor1-22/+20
2010-12-14re PR lto/46940 (asm aliases with linker plugin segfaults)Jan Hubicka5-2/+48