From: Jonathan Wakely Date: Mon, 14 Jun 2021 13:22:07 +0000 (+0100) Subject: libstdc++: Only run Filesystem TS test if supported X-Git-Tag: releases/gcc-11.2.0~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ded9ba1c0624d729456a65468a0f9c7b24b2d9cf;p=thirdparty%2Fgcc.git libstdc++: Only run Filesystem TS test if supported libstdc++-v3/ChangeLog: * testsuite/experimental/filesystem/path/native/conv_c++23.cc: Add dg-require-filesystem-ts directive. (cherry picked from commit a40d2293a7a417fc7711f8f4e52dbd4c48c2a43f) --- diff --git a/libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc index f3c3f8849656..81f57549ac9a 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/native/conv_c++23.cc @@ -1,5 +1,6 @@ // { dg-options "-std=gnu++23" } // { dg-do compile { target c++23 } } +// { dg-require-filesystem-ts "" } #include