aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis132-655/+1579
2010-06-08re PR fortran/44446 (Error with protected pocedure pointer)Tobias Burnus5-2/+44
2010-06-08re PR c++/44366 ([C++0x] g++ crashes when declaring a lambda expression using...Jason Merrill4-1/+25
2010-06-08fold-const.c (fold_comparison): Remove redundant parenthesis.Shujing Zhao3-4/+10
2010-06-08re PR c/37724 ("initialization from incompatible pointer type" does not say w...Andrew Pinski6-14/+49
2010-06-08mips-protos.h (mips_print_operand): Delete.Nathan Froyd4-13/+37
2010-06-08Daily bump.GCC Administrator1-1/+1
2010-06-07re PR middle-end/44454 (Many new failures)Jan Hubicka2-4/+16
2010-06-07sh.c (sh_build_builtin_va_list): Set tree type name of RECORD.Kaz Kojima2-1/+10
2010-06-07Add missing ChangeLog entry for revision 160382.H.J. Lu1-0/+2
2010-06-07target-supports.exp (check_effective_target_gas): New proc.Rainer Orth5-0/+50
2010-06-07revert: pt.c (lookup_template_class): Don't mess with DECL_TEMPLATE_INSTANTIA...Jason Merrill2-7/+3
2010-06-07re PR c++/44401 (Doesn't correctly hide injected class name)Jason Merrill4-11/+31
2010-06-07cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.Jason Merrill5-9/+16
2010-06-07pt.c (lookup_template_class): Don't mess with DECL_TEMPLATE_INSTANTIATIONS ex...Jason Merrill2-3/+9
2010-06-07i386.md (*add<mode>_1): Remove alternative 2.Uros Bizjak4-90/+99
2010-06-07options.c (gfc_handle_option): Fix -fno-recursive.Tobias Burnus2-1/+5
2010-06-07gfc-internals.texi (copyrights-gfortran): Fix copyright year format.Tobias Burnus3-2/+7
2010-06-07re PR c++/44444 (-Wunused-but-set-variable problem with field references)Jakub Jelinek5-2/+49
2010-06-07re PR c++/44443 (-Wunused-but-set-variable problem with unused attribute on t...Jakub Jelinek4-0/+25
2010-06-07use utf-8 in changelogJason Merrill1-2/+2
2010-06-07common.opt (fira-verbose): Use Var.Joseph Myers16-627/+132
2010-06-07df-problems.c (df_lr_problem_data): Add lr_bitmaps.Jan Hubicka3-33/+46
2010-06-07use utf-8 in changelogJason Merrill1-2/+2
2010-06-07cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn.Jan Hubicka9-123/+343
2010-06-07re PR rtl-optimization/44404 (auto-inc-dec generates an invalid assembly inst...Kazu Hirata1-1/+0
2010-06-07re PR rtl-optimization/44404 (auto-inc-dec generates an invalid assembly inst...Kazu Hirata4-0/+54
2010-06-07gimplify.c (gimplify_cleanup_point_expr): For empty body and EH-only cleanup ...Richard Guenther2-3/+10
2010-06-07re PR testsuite/44159 (CPU options cause testsuite failures)Kai Tietz23-25/+177
2010-06-07compound-literal-1.c: Fix for llp64.Kai Tietz6-6/+22
2010-06-07tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation.Ira Rosen15-237/+221
2010-06-07re PR target/44319 (-fzee is mishandled)Sriraman Tallam2-4/+17
2010-06-07Daily bump.GCC Administrator1-1/+1
2010-06-06Revert accidental commit.Jan Hubicka1-7/+1
2010-06-06df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka7-141/+181
2010-06-06re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli12-78/+217
2010-06-06re PR c/20000 (missing warning for noreturn function returning non-void)Manuel López-Ibáñez4-6/+42
2010-06-06Improve latest entryEric Botcazou1-1/+2
2010-06-06stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the newly buil...Eric Botcazou3-1/+11
2010-06-06Fix ChangeLog typoSegher Boessenkool1-1/+1
2010-06-06re PR bootstrap/44427 (genautomata uses more than 1.5GB of RAM on powerpc64-l...Segher Boessenkool2-4/+14
2010-06-06Fix PR c++/44086Fabien Chêne5-8/+37
2010-06-06Fix long linesEric Botcazou1-5/+6
2010-06-06re PR fortran/43945 ([OOP] Derived type with GENERIC: resolved to the wrong s...Paul Thomas4-42/+141
2010-06-06Daily bump.GCC Administrator1-1/+1
2010-06-05c-common.c: Move to c-family/.Steven Bosscher83-206/+372
2010-06-05tree-ssa-dce.c (mark_last_stmt_necessary): New function.Eric Botcazou2-32/+44
2010-06-05tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers.Jan Hubicka5-22/+35
2010-06-05re PR fortran/43895 ([OOP] internal compiler error: verify_ssa failed)Paul Thomas4-6/+59
2010-06-05target.h (struct gcc_target): Add memory_move_cost field.Anatoly Sokolov15-33/+104