mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-23 02:54:54 +08:00
PR libstdc++/85818 make new test require Filesystem support
PR libstdc++/85818 * testsuite/experimental/filesystem/path/preferred_separator.cc: Add dg-require-filesystem-ts. From-SVN: r260439
This commit is contained in:
parent
18c493938b
commit
cc343938cb
@ -1,5 +1,9 @@
|
|||||||
2018-05-21 Jonathan Wakely <jwakely@redhat.com>
|
2018-05-21 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
|
PR libstdc++/85818
|
||||||
|
* testsuite/experimental/filesystem/path/preferred_separator.cc: Add
|
||||||
|
dg-require-filesystem-ts.
|
||||||
|
|
||||||
PR libstdc++/85843
|
PR libstdc++/85843
|
||||||
* src/c++11/cow-stdexcept.cc (logic_error, runtime_error): Explicitly
|
* src/c++11/cow-stdexcept.cc (logic_error, runtime_error): Explicitly
|
||||||
initialize base class to avoid warnings.
|
initialize base class to avoid warnings.
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
// { dg-options "-O0 -lstdc++fs -std=gnu++11" }
|
// { dg-options "-O0 -lstdc++fs -std=gnu++11" }
|
||||||
// { dg-do link { target c++11 } }
|
// { dg-do link { target c++11 } }
|
||||||
|
// { dg-require-filesystem-ts "" }
|
||||||
|
|
||||||
#include <experimental/filesystem>
|
#include <experimental/filesystem>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user