aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z
AgeCommit message (Expand)AuthorFilesLines
2016-03-28* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_range_based_for.Jason Merrill1-2/+2
2016-03-15Fix more P0184R0 references.Jason Merrill1-1/+1
2016-03-15expr.c (cpp_classify_number): Hex floats are new in C++1z.Jason Merrill1-0/+6
2016-03-15feat-cxx1z.C: Fix __cpp_fold_expressions value.Jason Merrill2-3/+3
2016-03-14P08184R0: Generalizing the Range-Based For LoopCasey Carter1-0/+23
2016-03-08P0036R0: Unary Folds and Empty Parameter PacksJason Merrill2-6/+6
2015-12-06static_assert8.C: Fix for -std=c++1z.Jason Merrill2-3/+322
2015-10-31Remove support for N3994, terse range-for, which was not adopted.Ville Voutilainen1-12/+0
2015-10-19Implement N4268, Do constant evaluation of all non-type template args.Jason Merrill4-0/+57
2015-10-19c-cppbuiltin.c (c_cpp_builtins): Define __cpp_enumerator_attributes...Jason Merrill6-0/+42
2015-10-16re PR c++/67926 (Using folding expressions in a constexpr context ice's)Paolo Carlini1-0/+8
2015-10-06re PR c++/67810 (Non-expression recognized as fold expression)Jason Merrill2-2/+44
2015-09-21Complete the implementation of N4230, Nested namespace definition.Ville Voutilainen3-0/+26
2015-09-19Implement nested namespace definitions.Ville Voutilainen3-0/+29
2015-09-17Implement N4295 fold-expressions.Andrew Sutton5-0/+277
2015-08-18re PR c++/67160 (static_assert feature test macro)Paolo Carlini1-0/+8
2015-08-08re PR c++/67142 ([C++1z] ICE: tree check: expected template_decl, have field_...Jason Merrill1-0/+17
2015-08-08re PR libstdc++/67114 ([MinGW64] build failure with POSIX threads enabled)Jason Merrill1-0/+19
2015-08-04re PR c++/66197 (c++1z generic function wrong type for auto)Paolo Carlini2-1/+18
2015-07-25re PR c++/64989 (constant-initialization of self-referencing array)Jason Merrill1-0/+11
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland3-0/+30
2015-06-24Implement N3928 - Extending static_assertEdward Smith-Rowland1-0/+27
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland2-1/+7
2014-07-25Implement N4051 - Allow typename in a template template parameterEdward Smith-Rowland3-0/+67
2014-06-26N3994 Ranged-based for-loops: The Next GenerationJason Merrill1-0/+12