aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-29re PR middle-end/53510 (OOM while compile some code)Jakub Jelinek3-19/+14
2012-05-29c.opt (Wmissing-braces): Use LangEnabledBy(C ObjC,Wall).Manuel López-Ibáñez3-3/+7
2012-05-29PR bootstrap/53459 - unused local typedef when building on altivecDodji Seketeli2-2/+8
2012-05-29Revert "PR bootstrap/53459 - unused local typedef when building on altivec"Dodji Seketeli2-5/+1
2012-05-29PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli14-55/+178
2012-05-29trap-1.c, [...]: New tests.Hans-Peter Nilsson6-0/+65
2012-05-29cris.h (TARGET_HAS_BREAK, [...]): New macros.Hans-Peter Nilsson4-0/+25
2012-05-29Daily bump.GCC Administrator1-1/+1
2012-05-28re PR c++/25137 (Warning "missing braces around initializer" causing problems...Paolo Carlini7-3/+91
2012-05-28Fix grammo in last CL entry.Hans-Peter Nilsson1-1/+1
2012-05-28* doc/md.texi (Standard Names): Fix typos in documentation for atomic patterns.Hans-Peter Nilsson2-5/+6
2012-05-28md.texi (stack_protect_test): Remove negation of branch to label.Hans-Peter Nilsson2-1/+6
2012-05-28re PR c++/53505 (bitfield with bool type generated broken object file)Jakub Jelinek2-0/+47
2012-05-28re PR c++/53503 ([C++0x] unexpected AST of kind ltgt_expr)Paolo Carlini4-0/+32
2012-05-28Daily bump.GCC Administrator1-1/+1
2012-05-27tree.c (build_constructor): Propagate TREE_SIDE_EFFECTS.Nathan Sidwell4-4/+41
2012-05-27Minor timing cleanups.Janne Blomqvist2-6/+14
2012-05-27Daily bump.GCC Administrator1-1/+1
2012-05-26re PR c++/53491 (ICE in build_target_expr_with_type, at cp/tree.c:587)Paolo Carlini4-1/+30
2012-05-26re PR c++/53220 (g++ mis-compiles compound literals)Jason Merrill9-8/+87
2012-05-26re PR ada/50294 (ICE in output_constructor_regular_field)Eric Botcazou2-0/+21
2012-05-26cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks if CLEANUP_NO...Eric Botcazou3-31/+77
2012-05-26* gnat.dg/renaming5.adb: Adjust dg-final directive.Eric Botcazou2-1/+5
2012-05-26df-scan.c (df_def_record_1): Assert a parallel must contain an EXPR_LIST at t...Dimitrios Apostolou2-86/+158
2012-05-26decl.c (variant_desc): Rename 'record' to 'new_type'.Eric Botcazou2-8/+24
2012-05-26Daily bump.GCC Administrator1-1/+1
2012-05-25re PR c++/32054 (Storage classes on anonymous unions in classes)Paolo Carlini4-0/+42
2012-05-25runtime: More efficient implementation of trampolines.Ian Lance Taylor3-26/+88
2012-05-25compiler: Don't create a closure if not needed.Ian Lance Taylor1-23/+11
2012-05-25morestack.S (__morestack_non_split): Check whether caller is varargs and need...Ian Lance Taylor4-8/+102
2012-05-25re PR lto/52178 (Ada bootstrap failure in LTO mode)Eric Botcazou3-2/+20
2012-05-25t-linux64: Delete the 32-bit multilib that uses software floating point emula...Michael Meissner2-7/+10
2012-05-25runtime: Fix cast error in print.c on 32-bit systems.Ian Lance Taylor1-1/+1
2012-05-25re PR objc++/53441 (obj-c++.dg/ivar-invalid-type-1.mm ICE)Uros Bizjak2-1/+8
2012-05-25re PR middle-end/53008 (abort in _ITM_getTMCloneSafe)Aldy Hernandez3-2/+25
2012-05-25* decl.c: Revert unwanted commit.Uros Bizjak1-2/+1
2012-05-25re PR target/53474 (Solaris/x86 bootstrap with Sun as broken: j.e)Uros Bizjak3-23/+34
2012-05-25re PR target/53435 ((ix86_expand_vec_perm) and (ix86_expand_vec_perm) do not ...Alexander Ivchenko2-10/+12
2012-05-25Remove any .comment sections if the first cmp failedH.J. Lu2-0/+30
2012-05-25Fix formattingEric Botcazou1-9/+9
2012-05-25re PR ada/52362 (gnat.dg/lto8.adb FAILs with gas/gld)Eric Botcazou11-199/+190
2012-05-25i386.c (struct ix86_frame): Remove unused frame field.Tristan Gingold4-3/+22
2012-05-25ia64-common.c (ia64_except_unwind_info): Fix typo.Tristan Gingold2-2/+6
2012-05-25tramp.S (trampoline_setup): Use a longcall sequence in the non pic case on Vx...Olivier Hainque2-0/+17
2012-05-25fold-const.c (optimize_bit_field_compare): Abort early in the strict volatile...Thomas Schwinge2-1/+11
2012-05-25Daily bump.GCC Administrator1-1/+1
2012-05-24runtime: Make runtime.Stack actually work.Ian Lance Taylor4-66/+61
2012-05-24PR bootstrap/53459 - unused local typedef when building on altivecDodji Seketeli2-1/+5
2012-05-24runtime: Correct definition of __go_file_line to match declaration.Ian Lance Taylor1-1/+1
2012-05-24runtime: Copy runtime_printf from other Go library.Ian Lance Taylor1-0/+310