aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-26detect C++ errors to fix 2288 and 18770Janis Johnson8-10/+231
2011-05-26re PR rtl-optimization/48575 (RTL vector patterns are limited to 26 elements)Richard Sandiford2-77/+204
2011-05-26re PR c++/48211 ([C++0x] Segment Fault When Compiling)Jason Merrill3-25/+11
2011-05-26[multiple changes]Paul Thomas7-18/+76
2011-05-26re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus7-13/+264
2011-05-26make TS_BLOCK a substructure of TS_BASENathan Froyd8-12/+30
2011-05-26lto.c (uniquify_nodes): Fix bug in one of the previous changes.Richard Guenther2-26/+33
2011-05-26list.cc: Use noexcept per the FDIS.Paolo Carlini35-522/+564
2011-05-26rs6000.c (rs6000_register_move_cost): Make LR/CTR moves expensive on Power7 a...Pat Haugen2-3/+9
2011-05-26fold-const.c (fold_unary_loc): Remove bogus code.Richard Guenther2-15/+4
2011-05-26fix pr markerJason Merrill1-1/+1
2011-05-26make TS_IDENTIFIER be a substructure of TS_TYPEDNathan Froyd6-5/+18
2011-05-26re PR c++/48424 (C++0x parameter packs expansion problem)Jason Merrill6-10/+59
2011-05-26Makefile.in (srcdirify): Change order so that libgcc_objdir is substituted fi...Bernd Schmidt3-1927/+14
2011-05-26re PR tree-optimization/48702 (optimization regression with gcc-4.6 on x86_64...Richard Guenther5-6/+70
2011-05-26re PR target/49099 (sparc.c:‘sparc_solaris_elf_asm_named_section’ declare...Rainer Orth2-0/+8
2011-05-26picochip.md (cbranchhi4): No :CC for match_operator.Hariharan Sandanagobalane2-10/+18
2011-05-26Fixed one of my last ChangeLog entriesNicola Pero1-1/+1
2011-05-26tree-prof.exp: Check for -fprofile-generate support.Rainer Orth8-16/+42
2011-05-26re PR c++/49165 (ICE on for-loop/throw combination)Jakub Jelinek4-2/+59
2011-05-26haifa-sched.c (schedule-block): Reorder the inner scheduling loop to reduce d...Bernd Schmidt2-86/+68
2011-05-26re PR tree-optimization/49161 (Fix VRP on switch stmts)Jakub Jelinek4-24/+96
2011-05-26In libobjc/: 2011-05-26 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-132/+116
2011-05-26In libobjc/: 2011-05-26 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-1/+6
2011-05-26Remove conflict markerEric Botcazou1-2/+1
2011-05-26Fix generation of vorn and vbic for Neon.Ramana Radhakrishnan4-6/+37
2011-05-26re PR tree-optimization/49038 (-ftree-vectorise introduces reads past end of ...Ira Rosen8-4/+232
2011-05-26Adjust gcc/testsuite/ChangeLogFabien Chêne1-1/+0
2011-05-26pr25811-2.C: New.Fabien Chêne3-0/+81
2011-05-26godump.c (go_format_type): Output the first field with a usable Go type, if any.Ian Lance Taylor2-6/+46
2011-05-25fix pr markerJason Merrill1-1/+1
2011-05-25re PR c++/48536 ([C++0x] Automatic Enumerator Incrementation is not compliant...Jason Merrill5-7/+61
2011-05-25re PR c++/48599 ([C++0x] no diagnostic for invalid use of auto with array dec...Jason Merrill4-0/+16
2011-05-25re PR c++/49156 ([C++0x] Error reporting routines re-entered)Jason Merrill4-0/+34
2011-05-25re PR c++/45401 ([C++0x] reference collapsing and reference qualifiers)Jason Merrill4-6/+23
2011-05-26stl_queue.h: Use noexcept per the FDIS.Paolo Carlini3-0/+11
2011-05-26godump.c (go_format_type): Check for invalid type names, pointer target types...Ian Lance Taylor2-34/+50
2011-05-26Daily bump.GCC Administrator1-1/+1
2011-05-26gnu.ver: Correct last change, export instead at the existing @3.4.16.Paolo Carlini5-8/+11
2011-05-26documentation_hacking.xml: Minor corrections.Jonathan Wakely2-2/+6
2011-05-26mutex: Add doxygen comments.Jonathan Wakely2-0/+8
2011-05-25gnu.ver: Export recently added basic_streambuf and basic_stringbuf symbols @3...Paolo Carlini5-2/+22
2011-05-26guard.cc: Fix comments.Jonathan Wakely2-15/+19
2011-05-25re PR libstdc++/49060 (use of deleted memory in __gnu_cxx::hashtable::erase)Ian Lance Taylor3-7/+51
2011-05-25Fixed typo in last ChangeLog entryNicola Pero1-1/+1
2011-05-25re PR c++/44311 ([C++0x] no error with switch over enum class and integer case)Jason Merrill5-6/+78
2011-05-25print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.Jason Merrill4-1/+13
2011-05-25re PR c++/45698 (C++0x Variadic Templates: Infinite template recursion rather...Jason Merrill4-0/+23
2011-05-25re PR c++/46005 ([C++0x] Don't allow "auto" as the simple-type-specifier of a...Jason Merrill4-0/+14
2011-05-25re PR c++/46245 ([C++0x] rejects function with late-specified return type as ...Jason Merrill6-11/+28