]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix filenames and comments in tests [PR26142]
authorJonathan Wakely <jwakely@redhat.com>
Mon, 4 Sep 2023 11:12:35 +0000 (12:12 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 4 Sep 2023 15:24:35 +0000 (16:24 +0100)
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.

libstdc++-v3/testsuite/23_containers/vector/26142-1.cc [moved from libstdc++-v3/testsuite/23_containers/vector/26412-1.cc with 92% similarity]
libstdc++-v3/testsuite/23_containers/vector/26142-2.cc [moved from libstdc++-v3/testsuite/23_containers/vector/26412-2.cc with 92% similarity]

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 943032c2377cf95e119904360823a5ddf854f930..2c078c7a04dccaa256ef6f3b7b11bd9c74cb085b 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <vector>
 
-// libstdc++26412
+// PR libstdc++/26142 global debug namespace clashes everywhere
 namespace debug
 {
   int i;
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 807f6075ab7a9879536c92d9851823b0cb0dd7b9..d4a5fe4227492ffd1ee445e2474833f3f5e3f4d2 100644 (file)
@@ -23,4 +23,4 @@
 
 #include <debug/vector>
 
-// libstdc++26412
+// PR libstdc++/26142 global debug namespace clashes everywhere