aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-07-31 18:02:10 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-07-31 18:02:10 +0100
commited0b4bb29a50d6be0e4b6411b3cc9f22967f1313 (patch)
treeb0f5d7f84edd049a9ea26e551eef6cf3135535a0
parent8e2592a88821511aa45c3325246f3b08a88fa063 (diff)
downloadgcc-ed0b4bb29a50d6be0e4b6411b3cc9f22967f1313.zip
gcc-ed0b4bb29a50d6be0e4b6411b3cc9f22967f1313.tar.gz
gcc-ed0b4bb29a50d6be0e4b6411b3cc9f22967f1313.tar.bz2
libstdc++: Remove accidental -std=gnu++17 from test
This was probably copied from a std::filesystem test and the -std option wasn't removed. libstdc++-v3/ChangeLog: * testsuite/experimental/filesystem/filesystem_error/cons.cc: Remove -std=gnu++17 option.
-rw-r--r--libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/cons.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/cons.cc b/libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/cons.cc
index 19dcc2a..0c7420c 100644
--- a/libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/cons.cc
+++ b/libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/cons.cc
@@ -15,7 +15,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
-// { dg-options "-std=gnu++17 -lstdc++fs" }
+// { dg-options "-lstdc++fs" }
// { dg-do run { target c++11 } }
// { dg-require-filesystem-ts "" }