aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x
AgeCommit message (Expand)AuthorFilesLines
2013-10-08re PR c++/58568 ([c++11] ICE with lambda in invalid template variable definit...Paolo Carlini1-0/+8
2013-10-06re PR c++/56060 (ICE on invalid code in type_dependent_expression_p, at cp/pt...Paolo Carlini1-0/+15
2013-10-04re PR c++/58560 ([c++11] ICE with auto in typedef)Paolo Carlini1-0/+6
2013-10-04re PR c++/58503 ([c++11] ICE with invalid range in range-based for-loop)Paolo Carlini2-0/+22
2013-10-03re PR c++/58584 ([c++11] ICE with invalid argument for alignas)Paolo Carlini1-0/+12
2013-10-03re PR c++/58510 ([c++11] ICE with multiple non-static data initializations in...Marek Polacek1-0/+11
2013-10-01re PR c++/58563 ([c++11] ICE calling invalid destructor)Paolo Carlini1-0/+8
2013-09-20re PR c++/58481 (Internal compiler error when passing argument packs to base ...Paolo Carlini1-0/+21
2013-09-17re PR c++/58435 (Applying a type transformation to a list: const ignored)Paolo Carlini1-0/+41
2013-09-16Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher1-2/+2
2013-09-15Core DR 904 PR c++/41933Jason Merrill1-0/+57
2013-08-30re PR c++/51424 ([C++11] G++ should diagnose self-delegating constructors)Paolo Carlini1-0/+66
2013-08-28re PR c++/58255 ([C++11] explicit delegating constructor with no arguments wr...Paolo Carlini1-0/+7
2013-08-17re PR c++/58083 (ICE with lambda as default parameter of a template function)Jason Merrill1-0/+30
2013-08-14re PR c++/51912 ([C++11] G++ accepts floating point case labels)Paolo Carlini2-1/+18
2013-08-12re PR c++/57416 (internal compiler error: in gimple_expand_cfg, at cfgexpand....Paolo Carlini1-0/+45
2013-08-12i386.c (ix86_function_versions): Use error + inform.Paolo Carlini10-11/+11
2013-08-11re PR c++/53349 (Internal compiler error with constexpr and recursive data type)Paolo Carlini1-0/+17
2013-08-06re PR c++/57825 (Template specialization for ref qualified member pointers)Jason Merrill1-0/+18
2013-08-05re PR c++/58080 (internal compiler error, decltype in function declaration (f...Paolo Carlini1-0/+14
2013-08-04re PR c++/58072 ([C++11] Error messages involving user-defined literals are p...Ed Smith-Rowland1-0/+18
2013-08-03DR 1286Jason Merrill4-5/+92
2013-08-03DR 1430 PR c++/51239Jason Merrill2-0/+35
2013-07-30re PR c++/57673 (pack sizeof ... groups ellipsis with preceding expression)Paolo Carlini1-0/+7
2013-07-30re PR c++/57901 (Cannot call-by-value such that class has non-trivial (conste...Jason Merrill1-0/+16
2013-07-26Skip tests that make assumptions about struct layout that don't hold on epiph...Joern Rennecke11-0/+11
2013-07-26re PR c++/57101 (-fcompare-debug failure with <type error>)Paolo Carlini1-0/+220
2013-07-25re PR c++/57981 (ICE in this code)Paolo Carlini1-0/+17
2013-07-22re PR c++/52816 ([C++11] Access to private members inside decltype in the sig...Paolo Carlini1-0/+11
2013-07-13re PR c++/57402 (ICE: in make_decl_rtl, at varasm.c:1147 when initializing va...Jason Merrill1-0/+20
2013-07-10re PR c++/57827 (compiler segmentation fault)Paolo Carlini1-0/+15
2013-07-10re PR c++/57874 (No SFINAE on ADL lookup failure)Paolo Carlini1-0/+21
2013-07-10re PR c++/57869 ([C++11] Casting a object pointer to a function pointer shoul...Paolo Carlini1-0/+6
2013-07-09re PR c++/57471 (Bizarre error for template parameter pack)Jason Merrill1-0/+14
2013-07-09re PR c++/57658 (ICE in tsubst_copy, at cp/pt.c:12213)Jason Merrill1-0/+19
2013-07-09re PR c++/57526 (use of X before deduction of auto error for seemingly good c...Jason Merrill1-0/+24
2013-07-09re PR c++/57437 (C++11: mutable lambdas)Jason Merrill1-0/+26
2013-07-09re PR c++/53094 (constexpr vector subscripting)Marc Glisse1-1/+1
2013-07-09re PR c++/53000 (Conditional operator does not behave as standardized)Marc Glisse1-1/+1
2013-07-09re PR c++/51786 ([c++0x] Invalid declaration with decltype accepted)Paolo Carlini1-0/+8
2013-07-04re PR c++/54998 (Internal compiler error with union member initialization usi...Paolo Carlini1-0/+21
2013-06-29lex.c (lex_raw_string(), [...]): Constrain suffixes treated as concatenated l...Ed Smith-Rowland1-1/+3
2013-06-29re PR c++/57645 (Explicitly-declared destructor with no exception specificati...Paolo Carlini1-0/+87
2013-06-28re PR c++/57682 (Uniform initialization syntax rejected in function-try-block)Paolo Carlini1-0/+13
2013-06-27re PR c++/57172 ([C++11][DR 1164] Template overload resolution ambiguous for ...Marc Glisse1-0/+7
2013-06-26DR 1589Jason Merrill1-0/+22
2013-06-26typeck2.c (store_init_value): Diagnose a non-constant initializer for in-clas...Jason Merrill1-0/+23
2013-06-23sfinae47.C: New.Paolo Carlini1-0/+25
2013-06-18re PR c++/53211 (range-based 'for' expression of type 'const int []' has inco...Paolo Carlini1-0/+20
2013-06-14re PR c++/57599 (result of dynamic_cast<cv T> is just T)Paolo Carlini1-0/+31