aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-13parser.h: Add arguments to all plugins.Mike Stump4-21/+24
2011-02-13lex.h: Plugify.Mike Stump8-10/+51
2011-02-13parser.c (cp_parser_declaration): Remove unused variable.Tobias Burnus2-1/+4
2011-02-13Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy down.Mike Stump2-3/+8
2011-02-13t-darwin (build/slashify): Allow others to reuse easier.Mike Stump9-2023/+2179
2011-02-13darwin.h: Make pretty.Mike Stump4-414/+493
2011-02-13Daily bump.GCC Administrator1-1/+1
2011-02-12class.c (gfc_build_class_symbol): Reject polymorphic arrays.Janus Weil8-24/+50
2011-02-12re PR driver/45731 (Header missing for assembler option help.)Joseph Myers2-1/+6
2011-02-12re PR libstdc++/47709 (is_heap(standard iterator) becomes ambiguous in C++0x ...Paolo Carlini3-1/+42
2011-02-12tree-cfg.c (verify_gimple_call): Return true upon invalid argument to gimple ...Martin Jambor2-0/+6
2011-02-12gnat_ugn.texi (Compiling Different Versions of Ada): Update link to "Ada Issu...Gerald Pfeifer2-1/+6
2011-02-12re PR libstdc++/47662 (-fno-operator-names no longer works with STL headers)Jakub Jelinek3-0/+39
2011-02-12[multiple changes]Jonathan Wakely4-4/+69
2011-02-12frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize comments in backslash regions.Mike Stump2-3/+8
2011-02-12re PR target/47324 (r160124 caused g++.dg/torture/stackalign failures with -O...Mike Stump2-24/+115
2011-02-12Import move-if-change script from gnulib.Ralf Wildenhues2-10/+76
2011-02-12Fix minor build system issues in lto-plugin.Ralf Wildenhues3-20/+26
2011-02-12re PR fortran/45586 (ICE non-trivial conversion at assignment)Mikael Morin2-0/+46
2011-02-12Move ChangeLog entries from toplevel to config/.Ralf Wildenhues2-6/+9
2011-02-12re PR fortran/45586 (ICE non-trivial conversion at assignment)Michael Matz2-17/+18
2011-02-12xtensa.h (REGISTER_MOVE_COST, [...]): Remove macros.Anatoly Sokolov3-20/+43
2011-02-12re PR lto/47225 (cross-compile fails while configuring libgcc with "xgcc: fat...Alexandre Oliva9-28/+65
2011-02-12darwin.c (darwin_override_options): Add a hunk missed from the commit of r168...Iain Sandoe2-9/+22
2011-02-12gcc.c (driver_handle_option): Concatenate the argument to -F with the switch.Iain Sandoe2-0/+10
2011-02-12* common.opt (nostartfiles): New Driver option.Joseph Myers2-0/+7
2011-02-12Daily bump.GCC Administrator1-1/+1
2011-02-12Fix PR47707Xinliang David Li4-3/+44
2011-02-11re PR tree-optimization/47420 (ICE in calc_dfs_tree during RESX lowering)Eric Botcazou4-4/+92
2011-02-11re PR fortran/47550 (PURE with VALUE and w/o INTENT: add gfc_notify_std (GFC_...Tobias Burnus4-8/+51
2011-02-11re PR rtl-optimization/47614 (cpu2000 benchmark 301.apsi fails with revision ...Pat Haugen6-1/+58
2011-02-11Fix typo in toplevel configure.ac: PPL error message.Ralf Wildenhues3-2/+7
2011-02-11re PR driver/47678 (missing error message for -I)Joseph Myers5-6/+29
2011-02-11Revert "Fix PR c++/47172"Dodji Seketeli5-53/+3
2011-02-11cgraph.c: Fix comment typos.Nathan Froyd10-59/+71
2011-02-11re PR debug/47684 (-fcompare-debug failure with -O3)Jakub Jelinek2-5/+4
2011-02-11re PR target/47665 (ICE in trunc_int_for_mode)Jakub Jelinek4-1/+34
2011-02-11re PR target/47629 (gcc.target/i386/pr47312.c fails to link on Solaris 9)Rainer Orth2-1/+10
2011-02-11Added forgotten ChangeLog entry.Rainer Orth1-0/+12
2011-02-11re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely)Johannes Singler2-0/+8
2011-02-11i gcc/testsuite:Rainer Orth9-6/+40
2011-02-11re PR c++/47172 ([C++0x] cannot call member function without object)Dodji Seketeli5-3/+53
2011-02-11Don't crash on if statement with erroneous conditional.Ian Lance Taylor1-1/+3
2011-02-11Don't get confused using type of erronous binary expression.Ian Lance Taylor1-0/+11
2011-02-11Fix missing parentheses.Mingjie Xing2-1/+5
2011-02-11Makefile.am (sources): Add regex.cc.Benjamin Kosnik16-0/+0
2011-02-11Makefile.am (sources): Add regex.cc.Benjamin Kosnik69-26/+103
2011-02-11Don't crash on invalid comparison of complex constants.Ian Lance Taylor1-1/+1
2011-02-11Daily bump.GCC Administrator1-1/+1
2011-02-10Don't crash on erroneous thunk.Ian Lance Taylor1-2/+12