aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-14Don't crash on invalid closure.Ian Lance Taylor1-6/+11
2010-12-14Don't crash on invalid parameters/results.Ian Lance Taylor3-28/+82
2010-12-14Check for duplicate methods.Ian Lance Taylor2-12/+71
2010-12-14re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd8-41/+66
2010-12-14config.gcc (sparc-*-elf*, [...]): Don't use svr4.h.Joseph Myers2-11/+18
2010-12-14Don't crash on erroneous receiver or parameters.Ian Lance Taylor1-8/+26
2010-12-14Correct handling of undefined name as key in map composite literal.Ian Lance Taylor2-5/+22
2010-12-14Insert semicolon at EOF if necessary.Ian Lance Taylor1-1/+7
2010-12-14Correct protection against recursive types.Ian Lance Taylor1-11/+8
2010-12-14re PR fortran/46937 (gfortran.dg/pointer_intent_1.f90 FAILs with -fno-inline)Tobias Burnus4-1/+48
2010-12-14arm.c (arm_expand_prologue): Report the static stack size if -fstack-usage is...Thomas Klein2-0/+14
2010-12-14re PR middle-end/46885 (ICE: in gsi_insert_seq_nodes_after, at gimple-iterato...Jakub Jelinek4-1/+34
2010-12-14re PR tree-optimization/46909 (Logical OR expressions are miscompiled)Jakub Jelinek6-21/+105
2010-12-14re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran...Jakub Jelinek1-5/+0
2010-12-14re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran...Jakub Jelinek3-8/+31
2010-12-14re PR middle-end/46667 (-freorder-blocks-and-partition -g failed and libstdc+...Jan Hubicka3-2/+10
2010-12-14re PR rtl-optimization/46875 (ICE: verify_flow_info failed: too many outgoing...Alexander Monakov5-3/+42
2010-12-14first-global.C: Update regexp to match new names of ctors.Jan Hubicka2-1/+6
2010-12-14h8300.md (define_split): Add condition for "and with single_zero" splitter to...Kaushik Phatak3-6/+82
2010-12-14Don't incorrectly parse expression as type switch.Ian Lance Taylor3-17/+28
2010-12-14This time really commit PR middle-end/45388Jan Hubicka3-16/+34
2010-12-14m32c.h (ENDFILE_SPEC, [...]): Define.Joseph Myers3-2/+27
2010-12-14re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt13-137/+817
2010-12-14Daily bump.GCC Administrator1-1/+1
2010-12-13elf.h (SIZE_TYPE, [...]): Define.Joseph Myers4-2/+26
2010-12-13gospec.c (lang_specific_driver): Add a -o option if not linking and there is ...Ian Lance Taylor2-0/+50
2010-12-13* de.po, sv.po: Update.Joseph Myers3-421/+406
2010-12-13re PR c++/46873 ([C++0x] ICE: in build_data_member_initialization, at cp/sema...Jason Merrill5-32/+85
2010-12-13fooJason Merrill1-3/+14
2010-12-13re PR fortran/46201 ([F03] ICE on procedure pointer component call)Janus Weil4-1/+24
2010-12-13re PR bootstrap/46650 (r167010 breaks --enable-build-with-cxx)Jack Howarth2-0/+10
2010-12-13decl.c (gnat_to_gnu_entity): Build a stub DECL for the dummy fat pointer type...Eric Botcazou3-8/+22