aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-12-17re PR fortran/46849 ([OOP] MODULE PROCEDURE resolution does not work in BLOCK...Janus Weil4-1/+38
2010-12-17re PR debug/45088 (pointer type information lost in debuginfo)Dodji Seketeli5-1/+79
2010-12-17Avoid always splitting the stack when calling append and copy.Ian Lance Taylor1-9/+42
2010-12-17Daily bump.GCC Administrator1-1/+1
2010-12-17re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Jan Hubicka2-85/+181
2010-12-16darwin.opt (dylinker, [...]): New Driver options.Joseph Myers3-1/+75
2010-12-16Fix PR46924: Do not detect reductions outside the current SESE region.Sebastian Pop5-9/+50
2010-12-16re PR tree-optimization/46966 (ICE: in execute_cse_reciprocals, at tree-ssa-m...Jakub Jelinek4-0/+25
2010-12-16tree-ssa-sccvn.c (vn_reference_lookup_3): Always punt if the call to get_ref_...Eric Botcazou6-4/+76
2010-12-16Support for LEON processorKonrad Eisele10-61/+301
2010-12-16re PR tree-optimization/43655 (-ftree-ter causes FAIL: g++.old-deja/g++.law/t...Jakub Jelinek4-1/+49
2010-12-16Fix PR46404: call scev_reset to reset the number of iterations as well.Sebastian Pop4-1/+38
2010-12-16sh.h (OUTPUT_ADDR_CONST_EXTRA): Remove.Anatoly Sokolov3-109/+119
2010-12-16t-spu-elf (LIB2_SIDITI_CONV_FUNC): Define.Ulrich Weigand3-3/+20
2010-12-16re PR debug/46893 (ICE: in trunc_int_for_mode, at explow.c:56 with -O -g)Jakub Jelinek4-2/+27
2010-12-16Make main return 0.H.J. Lu2-0/+7
2010-12-16re PR target/46883 (GCC ICE with error: unrecognizable insn)Chung-Lin Tang4-4/+33
2010-12-16Don't crash on recursive consts.Ian Lance Taylor2-4/+51
2010-12-16Rework handling of recursive function types.Ian Lance Taylor1-4/+10
2010-12-16Don't crash when copying a call with no arguments.Ian Lance Taylor1-1/+4
2010-12-16re PR lto/46976 (FAIL: gcc.dg/lto/pr46940_0.c)Jan Hubicka2-2/+8
2010-12-16re PR c++/39859 (duplicated and unhelpful error for "c:n" (parser))Nathan Froyd5-11/+132
2010-12-16re PR c++/46852 (ICE: tree check: expected class ‘type’, have ‘exceptio...Nathan Froyd4-1/+20
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