aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-11-10gcov.c (struct function_info): Make src an index, not a pointer.Nathan Sidwell2-164/+169
2011-11-10re PR middle-end/51077 (Endless recursion with __builtin_object_size)Jakub Jelinek4-1/+25
2011-11-10re PR rtl-optimization/51040 (ICE: RTL check: access of elt 1 of 'not' with l...Andrew MacLeod5-5/+51
2011-11-10vec.h (VEC_BASE): If base is at offset 0 in the structure, use &(P)->base eve...Jakub Jelinek2-0/+8
2011-11-10re PR rtl-optimization/51023 (likely integer wrong code bug)Jakub Jelinek4-4/+40
2011-11-10re PR tree-optimization/51042 (endless recursion in phi_translate)Richard Guenther4-65/+81
2011-11-10re PR tree-optimization/51070 (ICE verify_gimple failed)Richard Guenther4-47/+103
2011-11-10re PR tree-optimization/51030 (PHI opt does not handle value-replacement with...Richard Guenther4-2/+84
2011-11-10re PR middle-end/51071 (ICE in gimple_has_side_effects, at gimple.c:2513)Richard Guenther4-38/+48
2011-11-10* gnat.dg/loop_optimization9.ad[sb]: New test.Eric Botcazou3-0/+146
2011-11-10re PR tree-optimization/51058 (ICE: gimple check: expected gimple_assign(erro...Ira Rosen4-14/+53
2011-11-10re PR tree-optimization/51000 (ICE: in vect_get_store_cost, at tree-vect-stmt...Jakub Jelinek6-19/+68
2011-11-10re PR c++/50837 ([c++0x] static_assert and constexpr in template class)Paolo Carlini5-3/+37
2011-11-10Daily bump.GCC Administrator1-1/+1
2011-11-09re PR c++/50972 ([C++0x] ICE on undeclared identifier)Jason Merrill4-11/+153
2011-11-09re PR c++/51046 ([C++0x] ICE by unexpanded template param pack in range-based...Jason Merrill4-0/+23
2011-11-09re PR target/50911 (assertion failure in expand_vec_perm_interleave2 with -msse)Jakub Jelinek7-4/+28
2011-11-09* gcc.dg/tm/memopt-1.c: Fix up regexp.Jakub Jelinek2-1/+5
2011-11-09function.h (requires_stack_frame_p): New prototype.Jakub Jelinek4-5/+74
2011-11-09generic-morestack.c: Include <string.h>.Ian Lance Taylor3-0/+185
2011-11-09symbol.c (clear_sym_mark, [...]): Remove functions.Tobias Burnus2-28/+66
2011-11-09PR c++/51043 - ICE in LTODodji Seketeli2-11/+16
2011-11-09* gcc.dg/tm/memopt-1.c: Adjust regexp.Patrick Marlier2-1/+5
2011-11-09re PR c++/51029 ([C++0x] [4.7 Regression] ICE with -std=c++0x)Jason Merrill4-0/+27
2011-11-09Run most tests in both C++98 and C++11 modes.Jason Merrill48-98/+190
2011-11-09* [various.C]: Adjust for C++11 mode.Jason Merrill21-17/+89
2011-11-09* pt.c (invalid_nontype_parm_type_p): Avoid printing "<type error>".Jason Merrill6-5/+19
2011-11-09pt.c (convert_nontype_argument): Only integral arguments get early folding.Jason Merrill2-4/+21
2011-11-09parser.c (cp_parser_alias_declaration): Don't do semantic processing if parsi...Jason Merrill2-0/+8
2011-11-09re PR preprocessor/51061 (Deprecated -I- option causes segfault)Paolo Carlini2-2/+10
2011-11-09re PR c++/51045 (erroneous zero as null pointer constant warning at delete)Paolo Carlini1-0/+5
2011-11-09re PR c++/51045 (erroneous zero as null pointer constant warning at delete)Paolo Carlini5-4/+83
2011-11-09re PR c++/51047 ([C++0x] SFINAE does not handle errors of ambiguous base memb...Paolo Carlini11-23/+62
2011-11-09sparc.c (output_v8plus_shift): Take INSN parameter first and adjust head comm...Eric Botcazou3-26/+68
2011-11-09Matthew Gretton-Dann <matthew.gretton-dann@arm.com>Matthew Gretton-Dann6-3/+16
2011-11-09re PR fortran/50960 ([OOP] vtables not marked as constant)Janus Weil2-0/+37
2011-11-09PR 50016 Slow I/O on MingW due to _commitJanne Blomqvist4-1/+89
2011-11-09revert: tree-cfg.c (verify_gimple_call): Verify that gimple_call_cannot_inlin...Richard Guenther2-10/+9
2011-11-09re PR tree-optimization/51039 (ICE: in estimate_function_body_sizes, at ipa-i...Richard Guenther6-14/+50
2011-11-09re PR tree-optimization/51039 (ICE: in estimate_function_body_sizes, at ipa-i...Richard Guenther2-7/+41
2011-11-09vector.md (vcondv4sfv4si, [...]): New patterns.Jakub Jelinek5-3/+78
2011-11-09re PR fortran/50540 (Internal Error: Can't convert UNKNOWN to INTEGER(4) (r1...Francois-Xavier Coudert4-4/+24
2011-11-09re PR fortran/50960 ([OOP] vtables not marked as constant)Janus Weil4-4/+15
2011-11-09re PR fortran/38718 (some simplifiers for elemental intrinsics missing; requi...Francois-Xavier Coudert6-2/+45
2011-11-09gimple-fold.c (canonicalize_constructor_val): Mark address-taken variables ad...Richard Guenther2-3/+11
2011-11-09PR c++/51027 - accepts alias-declaration without ';'Dodji Seketeli5-1/+18
2011-11-09Fix entryEric Botcazou1-1/+0
2011-11-09PR debug/51032 - ICE in dbxout_type, at dbxout.c:2372Dodji Seketeli5-2/+32
2011-11-09re PR fortran/21881 (ICE instead of error for large arrays in derived types)Francois-Xavier Coudert2-1/+7
2011-11-09re PR tree-optimization/51015 (ice in vect_determine_vectorization_factor wit...Ira Rosen4-3/+35