aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law25-45/+134
2006-01-06re PR tree-optimization/25528 (missed LIM on the tree level (complex types))Andrew Pinski5-6/+58
2006-01-06tree-dfa.c (mark_new_vars_to_rename): Create stmt annotation, if necessary.Richard Guenther4-6/+12
2006-01-06re PR libfortran/25598 (gfortran - Fortran runtime error: Invalid argument)Jerry DeLisle1-0/+8
2006-01-06re PR libfortran/25598 (gfortran - Fortran runtime error: Invalid argument)Jerry DeLisle3-0/+44
2006-01-06re PR fortran/24268 (gfortran rejects valid format statement)Jerry DeLisle2-1/+11
2006-01-06Fix date on log entry.Jerry DeLisle1-1/+1
2006-01-06re PR fortran/24268 (gfortran rejects valid format statement)Jerry DeLisle2-14/+32
2006-01-06Daily bump.GCC Administrator1-1/+1
2006-01-05* c-parser.c (c_parser_objc_methodprotolist): Handle CPP_PRAGMA.Richard Henderson3-21/+12
2006-01-05c-typeck.c: Update copyright date.Carlos O'Donell2-1/+6
2006-01-05c-typeck.c (build_c_cast): Always warn when casting from a pointer to an inte...Carlos O'Donell8-6/+37
2006-01-05re PR tree-optimization/22555 (array in struct disables salias subvars for ot...Richard Guenther7-6/+51
2006-01-05re PR target/24998 (Build failure: undefined symbol __floatunsitf)Richard Earnshaw2-0/+6
2006-01-05tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther29-160/+204
2006-01-05tree-flow.h (struct fieldoff): Decompose field to type, size and decl.Richard Guenther4-20/+37
2006-01-05thunk3.C, thunk4.C: Revert unnecessary fix for 64-bit fix.Hans-Peter Nilsson3-2/+7
2006-01-05fixed missing changelog entry for r109153Kenneth Zadeck1-0/+13
2006-01-05re PR fortran/23675 (ICE in gfc_finish_var_decl (string manipulation))Erik Edelmann6-5/+214
2006-01-05Daily bump.GCC Administrator1-1/+1
2006-01-04re PR c++/25632 (ICE with const int copied into two different functions)Zdenek Dvorak2-2/+8
2006-01-04typeck2.c: update copyright to 2006Chris Lattner2-1/+9
2006-01-04re PR c++/24782 (wrongly accepted nested private typedef)Mark Mitchell5-13/+34
2006-01-04m68k.c (m68k_output_mi_thunk): Use jmp, not jsr.Paul Brook2-2/+6
2006-01-04lambda-code.c (can_put_in_inner_loop): Relax restrictions.Daniel Berlin2-28/+67
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson14-250/+710
2006-01-04re PR ada/24994 (raised STORAGE_ERROR : stack overflow or erroneous memory ac...Jeff Law2-1/+10
2006-01-04decl.c (finish_constructor_body): create simple compound stmt instead of a if...Dirk Mueller2-25/+5
2006-01-04Fix "node B dominates node B" to "node B dominates node A"Daniel Berlin1-1/+1
2006-01-04pmm_malloc.h (posix_memalign): If __cplusplus, make the prototype extern "C" ...Jakub Jelinek4-1/+22
2006-01-04re PR target/25554 (unrecognizable insn on x86_64 with -O2 -ftracer ( -fno-tr...Jakub Jelinek4-294/+320
2006-01-04re PR c/25559 (Internal compiler error when specifying vector_size(2) of int)Jakub Jelinek4-0/+31
2006-01-04re PR debug/25562 (cannot debug VLA local)Jakub Jelinek3-3/+41
2006-01-04fp-bit.h: Use top-of-file comment from libgcc2.c.Ben Elliston3-43/+46
2006-01-04dominance.c: Add comment about why we use DFS numbering of dominance tree.Daniel Berlin2-0/+79
2006-01-04re PR c++/25492 (friend class nested in derived class problem)Mark Mitchell6-1/+67
2006-01-04Daily bump.GCC Administrator1-1/+1
2006-01-03re PR fortran/25101 ([4.1] Zero stride allowed in FORALL:s)Steven G. Kargl4-11/+40
2006-01-03Correct last commitHans-Peter Nilsson3-4/+4
2006-01-03thunk3.C, thunk4.C: Gate on dg-require-weak.Hans-Peter Nilsson3-2/+11
2006-01-03varasm.c (assemble_variable): Handle thread-local COMMON data.Jakub Jelinek3-2/+30
2006-01-03re PR rtl-optimization/25578 (gfortran version 4.2.0 20051227 - 144 new test...Paolo Bonzini4-3/+31
2006-01-03builtins.c (get_builtin_sync_mem): New function.Adrian Straetling2-32/+36
2006-01-03re PR c/25183 (internal compiler error triggered by overflow in constant expr...Richard Guenther4-3/+38
2006-01-03backport: sync.md: New file.Jakub Jelinek13-2/+356
2006-01-03re PR c++/25635 (Bogus cruft in error message for invalid operator declaration)Mark Mitchell13-55/+145
2006-01-03combine.c (reg_subword_p): New predicate to test whether the destination of a...Roger Sayle2-50/+145
2006-01-03tree-ssa-propagate.c (cfg_blocks): Change the type to VEC(basic_block,heap) *.Kazu Hirata2-11/+23
2006-01-03basic-block.h (control_flow_graph): Change the type of x_label_to_block_map t...Kazu Hirata3-9/+30
2006-01-03re PR rtl-optimization/25130 (miscompilation in GCSE)Steven Bosscher4-11/+40