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
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
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
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
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