aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-06-21PR middle-end/49139 fix always_inline diagnosticsChristian Bruel16-32/+50
2011-06-21Makefile.in (dg_target_exps): Set.Jakub Jelinek4-8/+30
2011-06-20re PR c++/49216 ([C++0x] ICE on compiling new-expression with braced-init-lis...Jason Merrill6-11/+39
2011-06-20re PR c++/48138 (__attribute__((aligned)) should give an error when applied t...Jason Merrill3-9/+41
2011-06-21Daily bump.GCC Administrator1-1/+1
2011-06-20pr49089: enable avx256 splitting unaligned load/store only when beneficialChangpeng Fang2-2/+18
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus19-37/+441
2011-06-20regrename.c (scan_rtx_reg): Handle the case where we write to an open chain i...Bernd Schmidt2-4/+18
2011-06-20scandump.exp (scan-dump, [...]): Treat a missing dump file as unresolved and ...Janis Johnson2-5/+14
2011-06-20scanasm.exp (object-size): Move argument processing earlier to report errors ...Janis Johnson2-21/+36
2011-06-20Don't check zero/sign extended hard registers.H.J. Lu2-6/+6
2011-06-21rs6000.c (rs6000_cannot_force_const_mem): Match CONST high part large-toc add...Alan Modra3-2/+13
2011-06-20Check zero/sign extended hard registers.H.J. Lu2-0/+12
2011-06-20re PR c++/47080 ([C++0x] explicit conversion function return conversions not ...Jason Merrill4-4/+63
2011-06-20re PR c++/47635 ([C++0x] ICE on invalid code in constructor_name_p, at cp/nam...Jason Merrill4-12/+21
2011-06-20re PR c++/48138 (__attribute__((aligned)) should give an error when applied t...Jason Merrill4-0/+36
2011-06-20re PR c++/49205 ([C++0x] Default constructor with pack expansion parameter no...Jason Merrill4-3/+22
2011-06-20re PR c++/43321 ([c++0x] ICE on valid auto)Jason Merrill10-77/+52
2011-06-20re PR c++/43831 ([C++0x] gcc-4.5.0 does not fail invalid lambda captures (aga...Jason Merrill5-26/+82
2011-06-20re PR target/49385 (Invalid RTL intstruction for ARM)Ramana Radhakrishnan2-1/+9
2011-06-20ChangeLog gcc/Kai Tietz9-4/+99
2011-06-20* regrename.c (do_replace): Don't update notes.Bernd Schmidt2-32/+4
2011-06-20c-pragma.h (pragma_handler_1arg, [...]): New handler.Pierre Vittet3-21/+136
2011-06-20rs6000.c (create_TOC_reference): Wrap high part of toc-relative address in CO...Alan Modra3-38/+67
2011-06-20Daily bump.GCC Administrator1-1/+1
2011-06-19Daily bump.GCC Administrator1-1/+1
2011-06-18Use long long builtins of zero counting for x86-64.H.J. Lu2-3/+9
2011-06-18Properly check if .init_array can be used with .ctors on targets.H.J. Lu3-5/+217
2011-06-18re PR testsuite/49432 (FAIL: obj-c++.dg/invalid-type-1.mm)Jakub Jelinek2-2/+7
2011-06-18re PR fortran/49400 ([F08] Proc-pointer declaration in BLOCK construct)Janus Weil4-0/+22
2011-06-18tree-sra.c (type_internals_preclude_sra_p): Return true if the element type i...Eric Botcazou9-23/+136
2011-06-18oops, comitted with wrong PR# :( PR lto/48246Jan Hubicka1-1/+1
2011-06-18re PR lto/48246 (ICE in lto_wpa_write_files)Jan Hubicka2-8/+17
2011-06-18trans.c (Identifier_to_gnu): Don't set TREE_THIS_NOTRAP on a dereference buil...Eric Botcazou2-1/+7
2011-06-18einfo.ads (Address_Taken): Document use for the second argument of Asm_Input ...Eric Botcazou6-12/+78
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-28/+2
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-1/+1
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka10-147/+235
2011-06-18PR 49296 List directed read of string ending in EOF.Janne Blomqvist2-0/+27
2011-06-18re PR target/49411 ([4.6/4.7] ICE: unrecognizable insn with -mxop in _mm_roti...Jakub Jelinek14-17/+651
2011-06-18re PR c++/49458 ([C++0x][DR 1328] Obvious candidate for conversion to functio...Jason Merrill4-0/+18
2011-06-18Daily bump.GCC Administrator1-1/+1
2011-06-17re PR c++/43912 ([C++0x] lambda debug info does not describe captured variables)Jason Merrill11-81/+299
2011-06-17name-lookup.c (pushdecl_maybe_friend_1): Do check for shadowing of artificial...Jason Merrill2-5/+3
2011-06-17parser.c (cp_parser_lambda_expression): Clear LAMBDA_EXPR_THIS_CAPTURE after ...Jason Merrill4-3/+10
2011-06-17cp-tree.h (struct tree_lambda_expr): Change common to typed.Jason Merrill2-3/+6
2011-06-17pushdecl_with_scope commentJason Merrill1-1/+6
2011-06-17pt.c (tsubst_decl): Handle DECL_VALUE_EXPR on reference.Jason Merrill3-0/+16
2011-06-17semantics.c (finish_non_static_data_member): Preserve dereference in template.Jason Merrill2-2/+8
2011-06-17re PR fortran/48699 ([OOP] MOVE_ALLOC inside SELECT TYPE)Janus Weil4-0/+39