aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill15-16/+179
2011-06-08semantics.c (potential_constant_expression_1): Handle destructor call.Jason Merrill2-1/+11
2011-06-08cp-tree.h (struct tinst_level): Add chain_next GTY markup.Jakub Jelinek2-1/+6
2011-06-08pt.c (deduction_tsubst_fntype): Don't free the tinst entry if a pending_templ...Jason Merrill2-1/+10
2011-06-07re PR c++/48969 (ICE with -std=c++0x)Jason Merrill3-147/+83
2011-06-07pt.c (deduction_tsubst_fntype): Use push_deduction_access_scope.Jason Merrill2-7/+16
2011-06-07re PR c++/48780 ([C++0x] scoped enumerations and va_arg (default argument pro...Jason Merrill4-2/+20
2011-06-06In gcc/cp/: 2011-06-06 Nicola Pero <nicola.pero@meta-innovation.com>,Nicola Pero2-7/+17
2011-06-06re PR c++/49298 ([C++0x] sorry, unimplemented: unexpected ast of kind field_...Jason Merrill2-0/+5
2011-06-06re PR objc++/49221 (Several ICEs in the obj-c++ test suite after revision 174...Jason Merrill2-1/+5
2011-06-06re PR c++/49134 (ICE in g++.dg/cpp0x/constexpr tests for arm)Jason Merrill2-0/+8
2011-06-04invoke.texi: Document -Wdelete-non-virtual-dtor.Jonathan Wakely2-0/+24
2011-06-03re PR c++/49276 ([C++0x] Segmentation fault with default lambda parameter in ...Jakub Jelinek2-3/+9
2011-06-01pt.c (build_non_dependent_expr): Remove special handling of REFERENCE_REF_P.Jason Merrill2-6/+3
2011-06-01re PR c++/44175 ([C++0x] decltype sometimes cannot recurse)Jason Merrill2-1/+31
2011-06-01re PR c++/49253 (Debug-mode forward_list broken)Jason Merrill2-3/+8
2011-05-31re PR c++/48010 (typedef redefinitions are allowed if the redefined type is a...Fabien ChĂȘne2-2/+11
2011-05-31re PR c++/44870 ([C++0x] error when calling function with rvalue argument ins...Jason Merrill2-9/+28
2011-05-30re PR c++/49223 (Internal compiler error when using OpenMP)Jakub Jelinek2-2/+11
2011-05-28re PR c++/46124 ([C++0x] ICE: tree check: expected var_decl or function_decl,...Jason Merrill2-8/+27
2011-05-28re PR c++/47277 ([C++0x] pseudo destructor code that cause an internal compil...Jason Merrill2-0/+9
2011-05-27mangle.c (mangle_decl_string): Make sure we don't try to mangle templates.Jason Merrill3-4/+10
2011-05-27re PR c++/47049 ([C++0x] ICE in write_unnamed_type_name with lambda use)Jason Merrill3-1/+7
2011-05-27re PR c++/47132 ([C++0x] decltype can't deduce some operator return types whe...Jason Merrill2-0/+12
2011-05-27re PR c++/47277 ([C++0x] pseudo destructor code that cause an internal compil...Jason Merrill2-1/+6
2011-05-27re PR c++/47687 ([C++0x] Crash on a lambda returning a lambda (using std::fun...Jason Merrill2-2/+12
2011-05-27re PR c++/48284 ([C++0x] incorrect printing of decltype operand in diagnostic)Jason Merrill2-1/+8
2011-05-27re PR c++/49181 ([C++0x] Error reporting routines re-entered)Jason Merrill2-4/+9
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd7-17/+32
2011-05-27re PR c++/42056 (ICE with invalid use of auto in template)Paolo Carlini2-0/+13
2011-05-27re PR c++/47721 ([C++0x] Updated friendship rules?)Jason Merrill4-9/+25
2011-05-27DR 1004Jason Merrill2-1/+7
2011-05-27re PR c++/47956 ([C++0x] gcc accepts static data member declaration with init...Jason Merrill4-19/+20
2011-05-26detect C++ errors to fix 2288 and 18770Janis Johnson4-3/+40
2011-05-26re PR c++/48211 ([C++0x] Segment Fault When Compiling)Jason Merrill3-25/+11
2011-05-26fix pr markerJason Merrill1-1/+1
2011-05-26re PR c++/48424 (C++0x parameter packs expansion problem)Jason Merrill3-9/+23
2011-05-25fix pr markerJason Merrill1-1/+1
2011-05-25re PR c++/48536 ([C++0x] Automatic Enumerator Incrementation is not compliant...Jason Merrill2-6/+39
2011-05-25re PR c++/48599 ([C++0x] no diagnostic for invalid use of auto with array dec...Jason Merrill2-0/+9
2011-05-25re PR c++/49156 ([C++0x] Error reporting routines re-entered)Jason Merrill2-0/+10
2011-05-25re PR c++/45401 ([C++0x] reference collapsing and reference qualifiers)Jason Merrill2-6/+15
2011-05-25re PR c++/44311 ([C++0x] no error with switch over enum class and integer case)Jason Merrill2-6/+32
2011-05-25print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.Jason Merrill2-0/+8
2011-05-25re PR c++/45698 (C++0x Variadic Templates: Infinite template recursion rather...Jason Merrill2-0/+6
2011-05-25re PR c++/46005 ([C++0x] Don't allow "auto" as the simple-type-specifier of a...Jason Merrill2-0/+9
2011-05-25re PR c++/46245 ([C++0x] rejects function with late-specified return type as ...Jason Merrill3-7/+17
2011-05-25re PR c++/46696 ([C++0x] Implicit copy constructor can't construct array of s...Jason Merrill2-1/+4
2011-05-25re PR c++/47184 ([C++0x] initialization construct interpreted as function dec...Jason Merrill2-2/+10
2011-05-25re PR c++/48935 ([C++0x] Name lookup error at enum class)Jason Merrill2-2/+7