public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-7784] libstdc++: Fix incorrect -std option in test
@ 2023-09-08 17:13 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-09-08 17:13 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:82d09abf6a16fead726fe51d4bfe2424266b507d

commit r13-7784-g82d09abf6a16fead726fe51d4bfe2424266b507d
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Sep 4 12:21:17 2023 +0100

    libstdc++: Fix incorrect -std option in test
    
    This is a C++20 feature so should use -std=gnu++20.
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/20_util/uses_allocator/lwg3677.cc: Fix -std in
            dg-options.

Diff:
---
 libstdc++-v3/testsuite/20_util/uses_allocator/lwg3677.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/testsuite/20_util/uses_allocator/lwg3677.cc b/libstdc++-v3/testsuite/20_util/uses_allocator/lwg3677.cc
index b2595d0eb227..dbba0fc4ddb6 100644
--- a/libstdc++-v3/testsuite/20_util/uses_allocator/lwg3677.cc
+++ b/libstdc++-v3/testsuite/20_util/uses_allocator/lwg3677.cc
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++23" }
+// { dg-options "-std=gnu++20" }
 // { dg-do run { target c++20 } }
 // { dg-require-effective-target hosted }

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

only message in thread, other threads:[~2023-09-08 17:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-08 17:13 [gcc r13-7784] libstdc++: Fix incorrect -std option in 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).