aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-05MAINTAINERS (Write after approval): Add myself.Bernhard Reutner-Fischer1-0/+1
2006-01-05tree-flow.h (struct fieldoff): Decompose field to type, size and decl.Richard Guenther4-20/+37
2006-01-05Makefile.in: Use -MMD instead of -MD.Paolo Bonzini2-1/+5
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-04decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro definition o...Roger Sayle2-0/+10
2006-01-04posix-threads.cc (_Jv_InitThreads): #ifdef PTHREAD_STACK_MINKrister Walfridsson2-0/+6
2006-01-04typeck2.c: update copyright to 2006Chris Lattner2-1/+9
2006-01-04another trivial tweak for consistencyChris Lattner1-0/+1
2006-01-04obvious typo fixChris Lattner1-1/+1
2006-01-04Add myself.Chris Lattner2-0/+4
2006-01-04re PR c++/24782 (wrongly accepted nested private typedef)Mark Mitchell5-13/+34
2006-01-04Class.h (_Jv_CopyClassesToSystemLoader): Updated.Tom Tromey4-7/+49
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 Henderson20-495/+989
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-04re PR middle-end/24252 (Missing "warning: control reaches end of non-void fun...Paolo Bonzini6-811/+570
2006-01-04sso_string_base.h (__sso_string_base<>::_M_dataplus): Use _CharT_alloc_type a...Paolo Carlini42-52/+3619
2006-01-04sso_string_base.h (__sso_string_base<>::_M_dataplus): Use _CharT_alloc_type a...Paolo Carlini1-2/+65
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-03PR libgcj/9715, PR libgcj/19132:David Daney12-186/+420
2006-01-04* MAINTAINERS (libdecnumber): Add myself.Ben Elliston2-0/+5
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-03stl_list.h (_List_base<>::_M_get_Node_allocator): Add.Paolo Carlini8-33/+200
2006-01-03builtins.c (get_builtin_sync_mem): New function.Adrian Straetling2-32/+36
2006-01-031.cc: Initialize vars.Paolo Carlini5-12/+19
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