Re: [libstdc++-v3] Fix dg-require before dg-run directives in testsuite.

2016-09-14 Thread Christophe Lyon
On 14 September 2016 at 15:27, Jonathan Wakely wrote: > On 14/09/16 15:17 +0200, Christophe Lyon wrote: >> >> It seems some tests still have dg-require or dg-skip before dg-do. >> The attached patch fixes that, the only effect is that >>

Re: [libstdc++-v3] Fix dg-require before dg-run directives in testsuite.

2016-09-14 Thread Jonathan Wakely
On 14/09/16 15:17 +0200, Christophe Lyon wrote: It seems some tests still have dg-require or dg-skip before dg-do. The attached patch fixes that, the only effect is that 25_algorithms/lower_bound/debug/irreflexive.cc is now UNSUPPORTED instead of PASS on arm* and aarch64* targets. I'm not sure

Re: [libstdc++-v3] Fix dg-require before dg-run directives in testsuite.

2016-09-14 Thread Christophe Lyon
On 6 September 2016 at 12:15, Jonathan Wakely wrote: > On 02/09/16 14:17 +0100, Matthew Wahab wrote: >> >> Hello, >> >> Tests in the libstdc++-v3 testsuite were recently changed to use { dg-do >> .. { target c++11 } } instead of using a dg-options to set -std >>

Re: [libstdc++-v3] Fix dg-require before dg-run directives in testsuite.

2016-09-06 Thread Jonathan Wakely
On 02/09/16 14:17 +0100, Matthew Wahab wrote: Hello, Tests in the libstdc++-v3 testsuite were recently changed to use { dg-do .. { target c++11 } } instead of using a dg-options to set -std (https://gcc.gnu.org/ml/libstdc++/2016-08/msg00102.html). As a consequence, several tests were left with