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:
Jonathan Wakely 2018-05-21 13:27:00 +01:00 committed by Jonathan Wakely
parent 18c493938b
commit cc343938cb
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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>