PR libstdc++/81221 only run new test for check-parallel
PR libstdc++/81221 * testsuite/25_algorithms/sample/81221.cc: Disable except for check-parallel. From-SVN: r249697
This commit is contained in:
parent
e0c634b165
commit
68fe5f441e
|
@ -1,5 +1,9 @@
|
|||
2017-06-27 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/81221
|
||||
* testsuite/25_algorithms/sample/81221.cc: Disable except for
|
||||
check-parallel.
|
||||
|
||||
PR libstdc++/81221
|
||||
* include/bits/stl_algo.h (sample): Qualify with _GLIBCXX_STD_A not
|
||||
std.
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
// { dg-options "-std=gnu++17" }
|
||||
// { dg-do compile { target c++1z } }
|
||||
// { dg-require-parallel-mode "" }
|
||||
|
||||
#undef _GLIBCXX_PARALLEL
|
||||
#define _GLIBCXX_PARALLEL 1
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in New Issue