public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-3654] libstdc++: Fix filenames and comments in tests [PR26142]
@ 2023-09-04 16:29 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-09-04 16:29 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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

commit r14-3654-gaffbb7b4322a01cecddaa4dfb70faee925a2348b
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Sep 4 12:12:35 2023 +0100

    libstdc++: Fix filenames and comments in tests [PR26142]
    
    These tests have transposed digits in the filenames and comments.
    
    libstdc++-v3/ChangeLog:
    
            PR libstdc++/26142
            * testsuite/23_containers/vector/26412-1.cc: Moved to...
            * testsuite/23_containers/vector/26142-1.cc: ...here.
            * testsuite/23_containers/vector/26412-2.cc: Moved to...
            * testsuite/23_containers/vector/26142-2.cc: ...here.

Diff:
---
 libstdc++-v3/testsuite/23_containers/vector/{26412-1.cc => 26142-1.cc} | 2 +-
 libstdc++-v3/testsuite/23_containers/vector/{26412-2.cc => 26142-2.cc} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libstdc++-v3/testsuite/23_containers/vector/26412-1.cc b/libstdc++-v3/testsuite/23_containers/vector/26142-1.cc
similarity index 92%
rename from libstdc++-v3/testsuite/23_containers/vector/26412-1.cc
rename to libstdc++-v3/testsuite/23_containers/vector/26142-1.cc
index 943032c2377c..2c078c7a04dc 100644
--- a/libstdc++-v3/testsuite/23_containers/vector/26412-1.cc
+++ b/libstdc++-v3/testsuite/23_containers/vector/26142-1.cc
@@ -21,7 +21,7 @@
 
 #include <vector>
 
-// libstdc++26412
+// PR libstdc++/26142 global debug namespace clashes everywhere
 namespace debug
 {
   int i;
diff --git a/libstdc++-v3/testsuite/23_containers/vector/26412-2.cc b/libstdc++-v3/testsuite/23_containers/vector/26142-2.cc
similarity index 92%
rename from libstdc++-v3/testsuite/23_containers/vector/26412-2.cc
rename to libstdc++-v3/testsuite/23_containers/vector/26142-2.cc
index 807f6075ab7a..d4a5fe422749 100644
--- a/libstdc++-v3/testsuite/23_containers/vector/26412-2.cc
+++ b/libstdc++-v3/testsuite/23_containers/vector/26142-2.cc
@@ -23,4 +23,4 @@
 
 #include <debug/vector>
 
-// libstdc++26412
+// PR libstdc++/26142 global debug namespace clashes everywhere

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

only message in thread, other threads:[~2023-09-04 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-04 16:29 [gcc r14-3654] libstdc++: Fix filenames and comments in tests [PR26142] 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).