Re: C++ PATCHes to run testsuite in C++14 mode

2014-03-25 Thread Jason Merrill
On 03/25/2014 12:32 PM, Smith-Rowland, Edward M wrote: I noticed while converting some of my test cases to use the new targets that gnu targets don't seem to work. Right. To get -std=gnu* you specify the standard level and then use dg-options "". Jason

Re: C++ PATCHes to run testsuite in C++14 mode

2014-03-25 Thread Smith-Rowland, Edward M
Jason, I noticed while converting some of my test cases to use the new targets that gnu targets don't seem to work. It doesn't matter for the test cases at hand but we might want to consider target gnu++11 target gnu++11_only target gnu++1y target gnu++1y_only

Re: C++ PATCHes to run testsuite in C++14 mode

2014-03-24 Thread Jason Merrill
On 03/24/2014 05:06 PM, Fabien ChĂȘne wrote: 2014-03-07 22:43 GMT+01:00 Jason Merrill : The first patch changes the C++ testsuite to run in C++14 mode as well as C++98 and C++11. As a result, specifying { target c++11 } matches c++11 and c++1y mode. { target c++1y } matches c++1y only, and { ta

Re: C++ PATCHes to run testsuite in C++14 mode

2014-03-24 Thread Fabien ChĂȘne
2014-03-07 22:43 GMT+01:00 Jason Merrill : > The first patch changes the C++ testsuite to run in C++14 mode as well as > C++98 and C++11. As a result, specifying { target c++11 } matches c++11 and c++1y mode. { target c++1y } matches c++1y only, and { target c++98 } matches c++98 only. Is that cor

Re: C++ PATCHes to run testsuite in C++14 mode

2014-03-08 Thread Andreas Schwab
Jason Merrill writes: > diff --git a/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C > b/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C > index 5b5d15a..50df842 100644 > --- a/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C > +++ b/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C > @@ -1,6 +1,7