aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor1-2/+14
2011-03-16Make-lang.in (CXX_PARSER_H): New.Diego Novillo6-377/+529
2011-03-16re PR debug/47510 (DW_TAG_typedef can have children when designating a naming...Dodji Seketeli4-6/+74
2011-03-16Core 1148Jason Merrill4-6/+32
2011-03-16* call.c (build_over_call): Remove require_complete_type_sfinae call.Jason Merrill2-2/+2
2011-03-16Check TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.H.J. Lu2-8/+14
2011-03-16re PR c++/48132 ([C++0x] Internal compiler error on array of std::complex wit...Jason Merrill4-1/+29
2011-03-16re PR c++/48113 ([C++0x] bind with tuple argument fails)Jason Merrill9-6/+59
2011-03-16re PR c++/48115 (internal compiler error: in type_has_nontrivial_copy_init, a...Jason Merrill4-0/+35
2011-03-16tree-vrp.c (identify_jump_threads): Slightly simplify type check for operands...Jeff Law4-4/+30
2011-03-16parser.c (cp_parser_abort_tentative_parse): Make sure we haven't committed to...Jason Merrill2-0/+5
2011-03-16re PR c++/47999 ([C++0x] auto type deduction works incorrectly in a function ...Jason Merrill4-1/+36
2011-03-16* call.c (convert_default_arg): Use LOOKUP_IMPLICIT.Jason Merrill2-2/+6
2011-03-16vla-1.c (main): Use result of f1 to avoid optimizing it away if promoted to c...Richard Guenther2-1/+7
2011-03-16re PR tree-optimization/48149 (Piecewise complex pass-through not optimized)Richard Guenther4-0/+30
2011-03-16re PR debug/48147 (New debug test failures)Richard Guenther2-1/+7
2011-03-16re PR middle-end/26134 (fold *(float*)(&complex_float_var) into REALPART_EXPR...Richard Guenther4-1/+52
2011-03-16re PR c/48146 (ICE tree check: expected ssa_name, have var_decl in has_zero_u...Richard Guenther4-4/+56
2011-03-16gimple-fold.c (maybe_fold_reference): Open-code relevant constant folding.Richard Guenther6-48/+66
2011-03-16re PR middle-end/48136 (verify_gimple failed at -O0)Jakub Jelinek4-18/+42
2011-03-16var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED to nargs.Jakub Jelinek2-1/+6
2011-03-16re PR driver/46944 (gcc should accept -fuse-linker-plugin only if linker hand...Rainer Orth5-51/+128
2011-03-16emit-rtl.c (try_split): Don't call copy_call_info debug hook.Jakub Jelinek14-440/+41
2011-03-16calls.c (emit_call_1): Set MEM_EXPR on call's MEM.Jakub Jelinek4-41/+159
2011-03-16re PR debug/45882 (No debug info for vars depending on unused parameter)Jakub Jelinek12-11/+115
2011-03-16final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.Jakub Jelinek15-84/+830
2011-03-16re PR target/45844 (FAIL: gfortran.dg/vect/pr45714-b.f -O (internal compile...Alan Modra4-2/+35
2011-03-16Daily bump.GCC Administrator1-1/+1
2011-03-15pt.c (value_dependent_expression_p): Don't check value_dependent_expression_p...Jason Merrill2-3/+5
2011-03-15c-common.c (max_constexpr_depth): New.Jason Merrill10-33/+85
2011-03-15Core 1191Jason Merrill4-21/+37
2011-03-15decl2.c (cp_check_const_attributes): New.Rodrigo Rivas Costa4-0/+93
2011-03-15re PR c++/34758 (Bad diagnostic for circular dependency in constructor defaul...Jason Merrill6-13/+70
2011-03-15Fix pr47837Xinliang David Li5-0/+272
2011-03-15Actually delete it as svn rename seemed to failRamana Radhakrishnan1-26/+0
2011-03-15Fixup last commit.Ramana Radhakrishnan3-3/+29
2011-03-15re PR c++/47688 ([C++0x] Segfault when assigning lambda to std::function vari...Ramana Radhakrishnan4-1/+40
2011-03-15re PR middle-end/47650 (wrong output of print_generic_decl() called from a pl...Richard Guenther6-12/+29
2011-03-15re PR c++/13954 ([tree-ssa] SRA does not work for classes that use inheritanc...Richard Guenther4-6/+183
2011-03-15re PR rtl-optimization/48037 (Missed optimization: unnecessary register moves)Richard Guenther4-8/+57
2011-03-15re PR tree-optimization/48129 (gcc.c-torture/execute/builtins/snprintf-chk.c ...Jakub Jelinek2-3/+9
2011-03-15re PR tree-optimization/41490 (tree-ssa-sink does not really work)Richard Guenther12-53/+203
2011-03-15re PR tree-optimization/48031 (gcc.c-torture/compile/pr42956.c ICEs gcc on m6...Richard Guenther2-2/+18
2011-03-15i386.c (ix86_emit_swdivsf): Implement more efficiently.Richard Guenther2-17/+22
2011-03-15* arith.c (arith_power): Plug memory leak.Francois-Xavier Coudert2-1/+5
2011-03-15re PR target/48032 (PowerPC64 -mcmodel=medium invalid ld offset)Alan Modra5-48/+132
2011-03-15Daily bump.GCC Administrator1-1/+1
2011-03-14Fix fix to PR 48053Michael Meissner2-1/+9
2011-03-14sol2.c (solaris_assemble_visibility): Remove obsolete URLs.Rainer Orth2-5/+8
2011-03-14re PR middle-end/47917 (snprintf(..., "const string") should be optimized int...Jakub Jelinek5-1/+208