public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r10-9248] libstdc++: Remove accidental -std=gnu++17 from test
@ 2021-01-11 15:04 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-01-11 15:04 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:f0e81957b2b5e0f2b832adf64d2c70fc601c3466

commit r10-9248-gf0e81957b2b5e0f2b832adf64d2c70fc601c3466
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Jul 31 18:02:10 2020 +0100

    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.
    
    (cherry picked from commit ed0b4bb29a50d6be0e4b6411b3cc9f22967f1313)

Diff:
---
 libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/cons.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/cons.cc b/libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/cons.cc
index 19dcc2a19bf..0c7420c1461 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 "" }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-11 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 15:04 [gcc r10-9248] libstdc++: Remove accidental -std=gnu++17 from test Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).