Re: [committed] Move C++ SVE tests to g++.target/aarch64/sve

2018-05-08 Thread Kyrill Tkachov
On 08/05/18 12:43, Richard Sandiford wrote: Move the C++ tests that were originally in gcc.target/aarch64/sve and later g++.dg/other to g++.target/aarch64/sve. This means that we don't need to override the -march flag when testing with something that already supports SVE. Tested on aarch64-lin

[committed] Move C++ SVE tests to g++.target/aarch64/sve

2018-05-08 Thread Richard Sandiford
Move the C++ tests that were originally in gcc.target/aarch64/sve and later g++.dg/other to g++.target/aarch64/sve. This means that we don't need to override the -march flag when testing with something that already supports SVE. Tested on aarch64-linux-gnu (with and without SVE) and aaarch64_be-e