2014-03-07 22:43 GMT+01:00 Jason Merrill <ja...@redhat.com>:
> 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 correct ?

I have noticed that a lot of testcases have been changed so that {
target c++98 } is now written as { target { ! c++11 } }.
Why was it needed ?

> The second patch splits up the running of dg.exp to avoid it running longer
> than libstdc++ in parallel testing.

Incidentally, how does it affect testing time ?

-- 
Fabien

Reply via email to