Re: [PATCH] Replace unsupported effective-target with dg-options

2016-11-23 Thread Jonathan Wakely
On 23/11/16 15:25 +, Jonathan Wakely wrote: I accidentally backported tests using { target c++11 } to the branch, but that only works on trunk. One test was also using C++14-only features, but is meant to be valid in C++11. Also committed this version to gcc-5-branch. commit 597074d529972

[PATCH] Replace unsupported effective-target with dg-options

2016-11-23 Thread Jonathan Wakely
I accidentally backported tests using { target c++11 } to the branch, but that only works on trunk. One test was also using C++14-only features, but is meant to be valid in C++11. * testsuite/24_iterators/reverse_iterator/71771.cc: Replace calls to C++14 std::rbeing and std::rend.