aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-25re PR c++/45418 ([C++0x] can't initialize array of non-trivial type with brac...Jason Merrill2-0/+6
2011-05-25re PR c++/45080 ([C++0x] Rejects lambda to function pointer conversion inside...Jason Merrill3-1/+9
2011-05-25re PR c++/48292 ([C++0x] "sorry, unimplemented: use of 'type_pack_expansion' ...Jason Merrill2-5/+15
2011-05-25cp-objcp-common.c (cp_common_init_ts): TYPE_ARGUMENT_PACK has TS_COMMON.Jason Merrill2-0/+6
2011-05-25cp-objcp-common.c (cp_common_init_ts): Mark CTOR_INITIALIZER as TS_TYPED.Jakub Jelinek2-0/+4
2011-05-25re PR c++/49136 ([C++0x][constexpr] Incorrect constexpr c'tor evaluation with...Jakub Jelinek2-2/+46
2011-05-24re PR c++/49042 ([C++0x] wrong "protected" when using template and decltype)Jason Merrill2-4/+9
2011-05-24In gcc/: 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-1/+7
2011-05-24re PR c++/48884 (decltype's operand doesn't consider friend declaration)Jason Merrill4-7/+61
2011-05-24decl.c (grokdeclarator): Use current_class_name.Paolo Carlini2-1/+5
2011-05-24Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.Joseph Myers2-4/+10
2011-05-23* pt.c (tsubst_copy_and_build): Use current_class_name.Jason Merrill2-2/+3
2011-05-23re PR c++/49102 ([C++0x] Use of deleted copy constructor not diagnosed)Jason Merrill2-4/+12