aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-21re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found wit...Rainer Orth4-5/+13
2011-03-21re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found wit...Rainer Orth2-4/+20
2011-03-21decl.c (elaborate_expression_1): When optimization is disabled, use the varia...Eric Botcazou2-8/+20
2011-03-21re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found wit...Rainer Orth2-15/+22
2011-03-21install.texi (Specific, [...]): Update for binutils 2.21.Rainer Orth2-9/+18
2011-03-21configure.ac (gcc_cv_lto_plugin): Fix typo.Rainer Orth3-4/+18
2011-03-21In gcc/: 2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero5-4/+38
2011-03-21re PR target/48213 (ICE in simplify_subreg called from s390_delegitimize_addr...Jakub Jelinek4-0/+27
2011-03-21ChangeLog gcc/c-familyKai Tietz6-0/+57
2011-03-21ChangeLog gcc/Kai Tietz43-281/+484
2011-03-21simplify-rtx.c (simplify_binary_operation_1): Handle (xor (and A B) C) case w...Chung-Lin Tang4-0/+63
2011-03-21re PR fortran/22572 (Double occurrence of matmul intrinsic not optimised)Thomas Koenig10-31/+417
2011-03-21Fix typo in comment.Mingjie Xing2-1/+5
2011-03-20Add 2 testcases for PR rtl-optimization/47502.H.J. Lu3-0/+26
2011-03-21Daily bump.GCC Administrator1-1/+1
2011-03-20re PR bootstrap/48168 (Solaris 2/SPARC bootstrap broken: ICE in sparc_functio...Eric Botcazou2-0/+17
2011-03-20re PR rtl-optimization/48156 (wrong code with -fcrossjumping)Jakub Jelinek4-5/+60
2011-03-20Fix PR debug/48203Ramana Radhakrishnan2-0/+16
2011-03-20Daily bump.GCC Administrator1-1/+1
2011-03-19sh.c (find_barrier): Don't emit a constant pool between a call and its corres...Kaz Kojima2-0/+16
2011-03-19libstdc++.exp (check_v3_target_c99_math): Rename to check_v3_target_cmath.Paolo Carlini4-6/+17
2011-03-19cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...Anatoly Sokolov7-58/+48
2011-03-19re PR libfortran/35667 (HP-UX 10 has broken strtod)John David Anglin4-4/+101
2011-03-19re PR libfortran/47439 (Fun with scratch files on Windows MKTEMP only allows...Francois-Xavier Coudert2-2/+7
2011-03-19re PR libfortran/47439 (Fun with scratch files on Windows MKTEMP only allows...Francois-Xavier Coudert4-5/+51
2011-03-19Daily bump.GCC Administrator1-1/+1
2011-03-18c-decl.c (diagnose_mismatched_decls): Give an error for redefining a typedef ...Joseph Myers5-32/+23
2011-03-18c-decl.c (grokfield): Don't allow typedefs for structures or unions with no t...Joseph Myers7-20/+67
2011-03-18i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2): Rewrite using indirect func...Uros Bizjak3-20/+34
2011-03-18tweak fconstexpr-depth docsJason Merrill1-1/+1
2011-03-18c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).Jason Merrill5-15/+7
2011-03-18re PR bootstrap/45381 (Bootstrap failure for powerpc-apple-darwin9: error: Al...Richard Henderson2-1/+6
2011-03-18mixed-mode-arith_neg.cc: Rename from mixed-mode_neg.ccDiego Novillo3-71/+116
2011-03-18config.guess: Update to version 2011-02-02David Edelsohn3-132/+154
2011-03-18s390.c (s390_delegitimize_address): Handle GOTOFF unspecs.Andreas Krebbel2-0/+22
2011-03-18s390.c (s390_chunkify_start): Prevent literal pool splitting between a call a...Andreas Krebbel2-1/+16
2011-03-18re PR rtl-optimization/48170 (ICE: in hoist_code, at gcse.c:4524 with -fgcse ...Maxim Kuvyrkov2-7/+7
2011-03-18ira-color.c (assign_hard_reg): Honor LOCAL_REGNO in cost computation for prol...Jeff Law2-2/+8
2011-03-18* Makefile.in (check-consistency): Remove.Rainer Orth2-10/+4
2011-03-18slp-multitypes-2.c: Replace dg-do run with dg-xfail-run-if.Rainer Orth2-1/+7
2011-03-18re PR debug/48176 (.debug_aranges is no longer emitted)Jakub Jelinek2-1/+10
2011-03-18avr.h (RET_REGISTER, [...]): Remove.Anatoly Sokolov4-20/+48
2011-03-18re PR c++/48162 (447.dealII in SPEC CPU 2006 failed to build)Jason Merrill4-0/+13
2011-03-18re PR c++/48118 (g++ sometimes allows copying a volatile class)Jason Merrill4-6/+21
2011-03-18re PR c++/23372 (Temporary aggregate copy not elided when passing parameters ...Jason Merrill4-1/+33
2011-03-18re PR c++/35315 (ICE with attribute transparent_union)Jason Merrill4-3/+14
2011-03-18install.texi (--enable-gold): Remove.Richard Guenther3-10/+15
2011-03-18re PR middle-end/47405 (gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5)Rainer Orth2-0/+6
2011-03-18re PR middle-end/47790 (optimize_bitfield_assignment_op no longer works in 4....Andrew Pinski2-8/+40
2011-03-18combine.c (try_combine): Do simplification only call of subst() on i2 even wh...Chung-Lin Tang4-6/+22