diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..cb8f0f40
--- /dev/null
+++ b/notify/configure-toolchain.txt
@@ -0,0 +1,5 @@
+
+Most relevant configure and test flags: --target arm-linux-gnueabihf 
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..9eea4443
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,10 @@
+		=== g++ tests ===
+
+Running g++:g++.dg/dg.exp ...
+FAIL: g++.dg/abi/arm_rtti1.C -std=gnu++26  scan-assembler _ZNKSt9type_infoeqERKS_
+
+		=== Results Summary ===
+
+# of stable fails		119
+# of flaky entries		106
+# of all tests			557925
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 6869c7b7..da4086d1 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-
+ 1 fix
 Details: https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1862/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 97f5ce66..605baf00 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -7,16 +7,16 @@
         "Info": {
             "tag": "tcwg_gnu_cross_check_gcc",
             "test_url": "https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1862/",
-            "run_order": "1862 (no-change)",
-            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=b6324bbd83d6b3009ea45b7a6ca6794a8c0b018a (unchanged)",
-            "git_gcc": "https://gcc.gnu.org/git/gcc.git (aed4a2689dbc8ea7e60c1fab9e7f455d99e632b7) (unchanged)",
-            "git_linux": "https://gitlab.com/Linaro/lkft/mirrors/torvalds/linux-mainline/commit/4bbf9020becbfd8fc2c3da790855b7042fad455b (unchanged)",
-            "git_glibc": "https://sourceware.org/git/?p=glibc.git;a=commit;h=55618e13968a60b89e5b226a23afaa8f17c5ef48 (unchanged)",
-            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=b6324bbd83d6b3009ea45b7a6ca6794a8c0b018a (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/aa3a285b5bc56a4208b3b57d4a55291e9c260107 (unchanged)",
+            "run_order": "1862 (6-changed-components)",
+            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=b6324bbd83d6b3009ea45b7a6ca6794a8c0b018a (+ 13 commits)",
+            "git_gcc": "https://gcc.gnu.org/git/gcc.git (aed4a2689dbc8ea7e60c1fab9e7f455d99e632b7) (+ 34 commits)",
+            "git_linux": "https://gitlab.com/Linaro/lkft/mirrors/torvalds/linux-mainline/commit/4bbf9020becbfd8fc2c3da790855b7042fad455b (+ 174 commits)",
+            "git_glibc": "https://sourceware.org/git/?p=glibc.git;a=commit;h=55618e13968a60b89e5b226a23afaa8f17c5ef48 (+ 79 commits)",
+            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=b6324bbd83d6b3009ea45b7a6ca6794a8c0b018a (+ 13 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/aa3a285b5bc56a4208b3b57d4a55291e9c260107 (+ 178 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-12-22 15:17:11"
+        "Start Time": "2024-12-19 09:48:53"
     },
     "Tests": [
         {
@@ -29,7 +29,7 @@
 	   ,
         {
             "Data": [
-                112
+                106
             ],
             "Info": {},
             "Name": "tcwg_gnu_cross_check_gcc.TOTAL.flaky.nb_flaky"
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 3715603d..da1cc11a 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,16 +1,19 @@
 Dear contributor,
 
-Our automatic CI has detected problems related to your patch(es). Please find some details below.
+Our automatic CI successfully passed with your patch(es). Please find some details below.
 
 In  master-arm, after:
   | baseline build
 
-Produces :
-
+Produces  1 fix:
+  | 
+  | fixes.sum:
+  | Running g++:g++.dg/dg.exp ...
+  | FAIL: g++.dg/abi/arm_rtti1.C -std=gnu++26  scan-assembler _ZNKSt9type_infoeqERKS_
 
 Used configuration :
  *CI config* tcwg_gnu_cross_check_gcc master-arm
- *configure and test flags:* --target arm-linux-gnueabihf
+ *configure and test flags:* --target arm-linux-gnueabihf 
 
 If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
@@ -18,13 +21,13 @@ If you have any questions regarding this report, please ask on linaro-toolchain@
 
 The information below contains the details of the failures, and the ways to reproduce a debug environment:
 
-You can find the failure logs in *.log.1.xz files in
- * https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1862/artifact/artifacts/00-sumfiles/
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1862/artifact/artifacts/
 The full lists of regressions and improvements as well as configure and make commands are in
  * https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1862/artifact/artifacts/notify/
 The list of [ignored] baseline and flaky failures are in
  * https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1862/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1862/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1860/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1855/artifact/artifacts
 
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 843ac1ec..6bfb423b 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] baseline build:  on arm
+[Linaro-TCWG-CI] baseline build:  1 fix on arm
diff --git a/notify/regressions.sum b/notify/regressions.sum
index 38b100d3..29b1f633 100644
--- a/notify/regressions.sum
+++ b/notify/regressions.sum
@@ -2,5 +2,5 @@
 		=== Results Summary ===
 
 # of stable fails		118
-# of flaky entries		112
+# of flaky entries		106
 # of all tests			557925
diff --git a/notify/results-summary.txt b/notify/results-summary.txt
index b66d5bf8..e878ccb0 100644
--- a/notify/results-summary.txt
+++ b/notify/results-summary.txt
@@ -1,5 +1,5 @@
 		=== Results Summary ===
 
 # of stable fails		118
-# of flaky entries		112
+# of flaky entries		106
 # of all tests			557925
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 643c012a..cd180373 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -1,6 +1,6 @@
 # Comparing directories
 # REFERENCE: base-artifacts/sumfiles
-# CURRENT:   artifacts/sumfiles
+# CURRENT:   artifacts/99-rewrite/artifacts.old/sumfiles
 
 # Comparing 8 common sum files:
 g++.sum
@@ -12,24 +12,24 @@ libitm.sum
 libstdc++.sum
 objc.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.23139
-CURRENT:  /tmp/gxx-sum2.23139
+REFERENCE:/tmp/gxx-sum1.8311
+CURRENT:  /tmp/gxx-sum2.8311
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
   +------------------------------------------+---------+---------+
-  | Passes                            [PASS] |  539135 |  539137 |
-  | Unexpected fails                  [FAIL] |      79 |      77 |
+  | Passes                            [PASS] |  538277 |  539137 |
+  | Unexpected fails                  [FAIL] |      78 |      77 |
   | Errors                           [ERROR] |       0 |       0 |
   | Unexpected passes                [XPASS] |       2 |       2 |
   | Expected fails                   [XFAIL] |    4127 |    4127 |
   | Known fails                      [KFAIL] |       0 |       0 |
   | Unresolved                  [UNRESOLVED] |      39 |      39 |
-  | Unsupported                [UNSUPPORTED] |   14542 |   14542 |
+  | Unsupported                [UNSUPPORTED] |   14537 |   14542 |
   | Untested                      [UNTESTED] |       0 |       0 |
   +------------------------------------------+---------+---------+
 
-    REF PASS ratio: 0.973720
+    REF PASS ratio: 0.973690
     RES PASS ratio: 0.973724
 
 o  REGRESSIONS:
@@ -41,17 +41,1051 @@ o  REGRESSIONS:
 
 o  IMPROVEMENTS TO BE CHECKED:
   +------------------------------------------+---------+
-  | FAIL now PASS             [FAIL => PASS] |       2 |
+  | PASS disappears           [PASS =>     ] |      64 |
+  | New PASS                  [     => PASS] |     906 |
+  | FAIL disappears           [FAIL =>     ] |       1 |
+  | XFAIL disappears          [XFAIL=>     ] |      12 |
+  | XFAIL appears             [     =>XFAIL] |      12 |
+  | UNSUPPORTED appears       [     =>UNSUP] |       5 |
   +------------------------------------------+---------+
-  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |       2 |
+  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |    1000 |
   +------------------------------------------+---------+
 
-  - FAIL now PASS             [FAIL => PASS]:
+  - PASS disappears           [PASS =>     ]:
 
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 112)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 115)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 119)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 124)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 129)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 135)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 137)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 150)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 155)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 91)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 98)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for warnings, line 106)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for warnings, line 122)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for warnings, line 145)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  at line 128 (test for errors, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  at line 130 (test for errors, line 129)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  at line 132 (test for errors, line 131)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 112)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 115)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 119)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 124)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 129)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 135)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 137)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 150)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 155)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 91)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 98)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for warnings, line 106)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for warnings, line 122)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for warnings, line 145)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  at line 128 (test for errors, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  at line 130 (test for errors, line 129)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  at line 132 (test for errors, line 131)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 112)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 115)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 119)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 124)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 129)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 135)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 137)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 148)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 150)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 155)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 91)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 98)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for warnings, line 106)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for warnings, line 122)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for warnings, line 145)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  at line 128 (test for errors, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  at line 130 (test for errors, line 129)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  at line 132 (test for errors, line 131)
+  Executed from: g++:g++.dg/modules/modules.exp
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++17  (test for errors, line 20)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++17  (test for errors, line 21)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++2a  (test for errors, line 20)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++2a  (test for errors, line 21)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++2b  (test for errors, line 20)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++2b  (test for errors, line 21)
+
+
+  - New PASS                  [     => PASS]:
+
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/abi/arm_rtti1.C  -std=gnu++26  scan-assembler _ZNKSt9type_info7__equalERKS_
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 114)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 117)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 121)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 126)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 128)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 130)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 136)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 141)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 151)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 157)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 90)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 95)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for errors, line 99)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for warnings, line 105)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for warnings, line 110)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for warnings, line 123)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  (test for warnings, line 146)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  at line 129 (test for errors, line 128)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  at line 131 (test for errors, line 130)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++11  at line 133 (test for errors, line 132)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 114)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 117)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 121)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 126)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 128)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 130)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 136)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 141)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 151)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 157)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 90)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 95)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for errors, line 99)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for warnings, line 105)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for warnings, line 110)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for warnings, line 123)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  (test for warnings, line 146)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  at line 129 (test for errors, line 128)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  at line 131 (test for errors, line 130)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++14  at line 133 (test for errors, line 132)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 114)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 117)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 121)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 126)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 128)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 130)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 136)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 141)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 149)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 151)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 157)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 90)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 95)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for errors, line 99)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for warnings, line 105)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for warnings, line 110)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for warnings, line 123)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  (test for warnings, line 146)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  at line 129 (test for errors, line 128)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  at line 131 (test for errors, line 130)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas21.C  -std=c++20  at line 133 (test for errors, line 132)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 131)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 135)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 151)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 25)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 28)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 34)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 39)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 41)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 45)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 57)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 75)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 77)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 78)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 79)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 81)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 82)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for errors, line 83)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 100)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 102)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 104)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 105)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 106)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 107)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 120)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 126)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 141)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 26)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 29)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 30)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 31)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 32)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 35)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 40)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 46)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 49)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 50)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 58)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 61)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 63)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 64)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 65)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 66)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 67)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 68)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 69)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 70)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 71)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 72)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  (test for warnings, line 99)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  at line 128 (test for warnings, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  at line 21 (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  at line 22 (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  at line 24 (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  at line 60 (test for errors, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  at line 62 (test for errors, line 61)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11  at line 80 (test for warnings, line 79)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++11 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 131)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 135)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 151)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 25)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 28)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 34)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 39)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 41)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 45)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 57)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 75)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 77)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 78)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 79)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 81)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 82)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for errors, line 83)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 100)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 102)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 104)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 105)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 106)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 107)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 120)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 126)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 141)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 26)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 29)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 30)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 31)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 32)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 35)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 40)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 46)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 49)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 50)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 58)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 61)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 63)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 64)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 65)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 66)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 67)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 68)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 69)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 70)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 71)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 72)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  (test for warnings, line 99)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  at line 128 (test for warnings, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  at line 21 (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  at line 22 (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  at line 24 (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  at line 60 (test for errors, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  at line 62 (test for errors, line 61)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14  at line 80 (test for warnings, line 79)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 131)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 135)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 151)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 25)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 28)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 34)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 39)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 41)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 75)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 77)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 78)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 79)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 81)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 82)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for errors, line 83)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 100)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 102)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 104)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 105)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 106)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 107)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 120)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 126)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 141)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 26)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 29)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 30)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 31)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 32)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 35)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 40)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 46)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 49)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 50)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 58)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 61)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 63)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 64)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 65)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 66)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 67)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 68)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 69)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 70)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 71)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 72)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  (test for warnings, line 99)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  at line 128 (test for warnings, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  at line 21 (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  at line 24 (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  at line 60 (test for errors, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  at line 62 (test for errors, line 61)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20  at line 80 (test for warnings, line 79)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 131)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 135)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 151)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 25)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 28)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 34)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 39)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 41)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 75)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 77)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 78)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 79)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 81)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 82)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for errors, line 83)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 100)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 102)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 104)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 105)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 106)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 107)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 120)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 126)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 141)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 26)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 29)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 30)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 31)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 32)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 35)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 40)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 46)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 49)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 50)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 58)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 61)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 63)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 64)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 65)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 66)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 67)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 68)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 69)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 70)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 71)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 72)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  (test for warnings, line 99)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  at line 128 (test for warnings, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  at line 14 (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  at line 17 (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  at line 60 (test for errors, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  at line 62 (test for errors, line 61)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26  at line 80 (test for warnings, line 79)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-deprecated1.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 131)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 147)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 26)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 37)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 39)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 43)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 55)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 73)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 75)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 76)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 77)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 78)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 79)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for errors, line 80)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 102)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 103)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 104)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 117)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 122)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 123)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 124)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 137)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 24)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 25)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 28)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 29)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 30)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 31)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 38)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 44)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 47)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 48)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 56)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 57)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 61)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 62)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 63)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 64)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 65)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 66)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 67)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 68)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 69)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 70)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 96)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 97)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 98)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  (test for warnings, line 99)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  at line 13 (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  at line 15 (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  at line 19 (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  at line 20 (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  at line 22 (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  at line 58 (test for errors, line 57)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11  at line 60 (test for errors, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++11 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 131)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 147)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 26)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 37)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 39)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 43)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 55)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 73)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 75)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 76)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 77)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 78)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 79)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for errors, line 80)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 102)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 103)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 104)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 117)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 122)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 123)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 124)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 137)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 24)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 25)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 28)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 29)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 30)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 31)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 38)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 44)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 47)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 48)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 56)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 57)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 61)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 62)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 63)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 64)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 65)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 66)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 67)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 68)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 69)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 70)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 96)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 97)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 98)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  (test for warnings, line 99)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  at line 13 (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  at line 15 (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  at line 19 (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  at line 20 (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  at line 22 (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  at line 58 (test for errors, line 57)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14  at line 60 (test for errors, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 127)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 131)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 147)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 26)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 37)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 39)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 73)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 75)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 76)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 77)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 78)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 79)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for errors, line 80)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 102)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 103)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 104)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 117)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 122)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 123)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 124)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 137)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 140)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 24)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 25)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 28)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 29)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 30)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 31)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 38)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 44)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 47)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 48)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 56)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 57)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 61)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 62)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 63)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 64)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 65)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 66)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 67)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 68)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 69)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 70)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 96)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 97)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 98)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  (test for warnings, line 99)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  at line 13 (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  at line 15 (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  at line 19 (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  at line 22 (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  at line 58 (test for errors, line 57)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20  at line 60 (test for errors, line 59)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/attr-maybe_unused1.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/constexpr-prvalue2.C  -std=gnu++11  (test for warnings, line 6)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/constexpr-prvalue2.C  -std=gnu++11 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/constexpr-prvalue2.C  -std=gnu++17  (test for warnings, line 6)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/constexpr-prvalue2.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/constexpr-prvalue2.C  -std=gnu++26  (test for warnings, line 6)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/constexpr-prvalue2.C  -std=gnu++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/constexpr-prvalue3.C  -std=gnu++11 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/constexpr-prvalue3.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/constexpr-prvalue3.C  -std=gnu++26 (test for excess errors)
+  Executed from: g++:g++.dg/modules/modules.exp
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 14)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 15)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 16)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 17)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 18)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 20)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 21)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 23)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 24)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 26)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 27)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 29)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 36)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 7)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17  (test for errors, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 14)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 15)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 16)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 17)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 18)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 20)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 21)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 23)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 24)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 26)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 27)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 29)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 32)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 36)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 7)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a  (test for errors, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 14)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 15)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 16)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 17)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 18)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 20)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 21)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 23)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 24)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 26)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 27)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 29)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 32)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 36)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 7)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b  (test for errors, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/export-6.C module-cmi !bad (gcm.cache/bad.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 160)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 161)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 162)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 164)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 165)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 167)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 169)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 17)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 170)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 172)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 18)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 19)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 20)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 21)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 39)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 40)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 6)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 7)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17  (test for errors, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17 not a definition (test for bogus messages, line 166)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++17 not a definition (test for bogus messages, line 171)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 160)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 161)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 162)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 164)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 165)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 167)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 169)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 17)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 170)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 172)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 18)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 19)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 20)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 21)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 39)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 40)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 6)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 7)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a  (test for errors, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a not a definition (test for bogus messages, line 166)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2a not a definition (test for bogus messages, line 171)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 160)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 161)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 162)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 164)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 165)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 167)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 169)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 17)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 170)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 172)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 18)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 19)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 20)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 21)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 39)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 40)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 6)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 7)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b  (test for errors, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b not a definition (test for bogus messages, line 166)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H -std=c++2b not a definition (test for bogus messages, line 171)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/hdr-2.H module-cmi !{} (gcm.cache/{}.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++17  (test for errors, line 17)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++17  (test for errors, line 18)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++2a  (test for errors, line 17)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++2a  (test for errors, line 18)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++2b  (test for errors, line 17)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++2b  (test for errors, line 18)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-3.C -std=c++17  (test for errors, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-3.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-3.C -std=c++2a  (test for errors, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-3.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-3.C -std=c++2b  (test for errors, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-3.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-3.C module-cmi !M (gcm.cache/M.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_a.H -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_a.H -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_a.H -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_a.H module-cmi  (gcm.cache/$srcdir/g++.dg/modules/internal-4_a.H.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for bogus messages, line 90)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 104)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 19)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 22)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 25)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 28)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 31)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 36)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 60)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 61)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 64)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 67)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 74)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 75)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 76)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for bogus messages, line 90)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 104)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 19)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 22)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 25)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 28)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 31)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 36)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 60)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 61)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 64)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 67)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 74)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 75)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 76)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for bogus messages, line 90)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 104)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 19)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 22)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 25)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 28)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 31)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 36)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 60)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 61)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 64)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 67)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 74)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 75)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 76)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C module-cmi !bad (gcm.cache/bad.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++17  (test for bogus messages, line 61)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++17  (test for bogus messages, line 73)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++17  (test for bogus messages, line 84)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++17  (test for warnings, line 49)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++2a  (test for bogus messages, line 61)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++2a  (test for bogus messages, line 73)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++2a  (test for bogus messages, line 84)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++2a  (test for warnings, line 49)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++2b  (test for bogus messages, line 61)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++2b  (test for bogus messages, line 73)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++2b  (test for bogus messages, line 84)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++2b  (test for warnings, line 49)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_a.C module-cmi M (gcm.cache/M.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++17  (test for warnings, line 20)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++17  (test for warnings, line 21)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++17  (test for warnings, line 22)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++17  at line 27 (test for errors, line )
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++17  at line 30 (test for errors, line )
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++2a  (test for warnings, line 20)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++2a  (test for warnings, line 21)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++2a  (test for warnings, line 22)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++2a  at line 27 (test for errors, line )
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++2a  at line 30 (test for errors, line )
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++2b  (test for warnings, line 20)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++2b  (test for warnings, line 21)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++2b  (test for warnings, line 22)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++2b  at line 27 (test for errors, line )
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++2b  at line 30 (test for errors, line )
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-5_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C -std=c++17  (test for errors, line 14)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C -std=c++17  (test for errors, line 24)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C -std=c++17  (test for errors, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C -std=c++2a  (test for errors, line 14)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C -std=c++2a  (test for errors, line 24)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C -std=c++2a  (test for errors, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C -std=c++2b  (test for errors, line 14)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C -std=c++2b  (test for errors, line 24)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C -std=c++2b  (test for errors, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-6.C module-cmi !M (gcm.cache/M.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17  (test for warnings, line 19)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17  (test for warnings, line 24)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17  (test for warnings, line 29)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17  (test for warnings, line 34)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17  (test for warnings, line 39)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17  (test for warnings, line 44)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17  (test for warnings, line 49)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17  (test for warnings, line 54)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17  (test for warnings, line 59)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17  (test for warnings, line 64)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17  (test for warnings, line 69)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17  (test for warnings, line 74)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a  (test for warnings, line 19)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a  (test for warnings, line 24)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a  (test for warnings, line 29)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a  (test for warnings, line 34)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a  (test for warnings, line 39)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a  (test for warnings, line 44)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a  (test for warnings, line 49)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a  (test for warnings, line 54)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a  (test for warnings, line 59)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a  (test for warnings, line 64)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a  (test for warnings, line 69)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a  (test for warnings, line 74)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b  (test for warnings, line 19)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b  (test for warnings, line 24)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b  (test for warnings, line 29)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b  (test for warnings, line 34)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b  (test for warnings, line 39)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b  (test for warnings, line 44)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b  (test for warnings, line 49)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b  (test for warnings, line 54)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b  (test for warnings, line 59)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b  (test for warnings, line 64)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b  (test for warnings, line 69)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b  (test for warnings, line 74)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  (test for warnings, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  (test for warnings, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  (test for warnings, line 12)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  (test for warnings, line 13)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  (test for warnings, line 14)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  (test for warnings, line 15)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  (test for warnings, line 16)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  (test for warnings, line 18)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  (test for warnings, line 6)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  (test for warnings, line 7)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  (test for warnings, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  (test for warnings, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17  at line 21 (test for errors, line )
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  (test for warnings, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  (test for warnings, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  (test for warnings, line 12)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  (test for warnings, line 13)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  (test for warnings, line 14)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  (test for warnings, line 15)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  (test for warnings, line 16)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  (test for warnings, line 18)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  (test for warnings, line 6)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  (test for warnings, line 7)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  (test for warnings, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  (test for warnings, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a  at line 21 (test for errors, line )
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  (test for warnings, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  (test for warnings, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  (test for warnings, line 12)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  (test for warnings, line 13)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  (test for warnings, line 14)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  (test for warnings, line 15)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  (test for warnings, line 16)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  (test for warnings, line 18)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  (test for warnings, line 6)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  (test for warnings, line 7)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  (test for warnings, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  (test for warnings, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b  at line 21 (test for errors, line )
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-7_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-8_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-8_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-8_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-9_a.H -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-9_a.H -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-9_a.H -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-9_a.H module-cmi  (gcm.cache/$srcdir/g++.dg/modules/internal-9_a.H.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-9_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-9_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-9_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/linkage-2.C -std=c++17  (test for errors, line 29)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/linkage-2.C -std=c++2a  (test for errors, line 29)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/linkage-2.C -std=c++2b  (test for errors, line 29)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/xtreme-header-8.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/xtreme-header-8.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/xtreme-header-8.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/xtreme-header-8.C module-cmi xstd (gcm.cache/xstd.gcm)
+  Executed from: gcc:gcc.dg/tree-ssa/tree-ssa.exp
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/vector-11.c (test for excess errors)
   Executed from: gfortran:gfortran.dg/dg.exp
-    gfortran:gfortran.dg/dg.exp=gfortran.dg/matmul_15.f90   -O  execution test
+    gfortran:gfortran.dg/dg.exp=gfortran.dg/aliasing_complex_pointer.f90   -O0  (test for excess errors)
+    gfortran:gfortran.dg/dg.exp=gfortran.dg/aliasing_complex_pointer.f90   -O0  execution test
+    gfortran:gfortran.dg/dg.exp=gfortran.dg/aliasing_complex_pointer.f90   -O1  (test for excess errors)
+    gfortran:gfortran.dg/dg.exp=gfortran.dg/aliasing_complex_pointer.f90   -O1  execution test
+    gfortran:gfortran.dg/dg.exp=gfortran.dg/aliasing_complex_pointer.f90   -O2  (test for excess errors)
+    gfortran:gfortran.dg/dg.exp=gfortran.dg/aliasing_complex_pointer.f90   -O2  execution test
+    gfortran:gfortran.dg/dg.exp=gfortran.dg/aliasing_complex_pointer.f90   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
+    gfortran:gfortran.dg/dg.exp=gfortran.dg/aliasing_complex_pointer.f90   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
+    gfortran:gfortran.dg/dg.exp=gfortran.dg/aliasing_complex_pointer.f90   -O3 -g  (test for excess errors)
+    gfortran:gfortran.dg/dg.exp=gfortran.dg/aliasing_complex_pointer.f90   -O3 -g  execution test
+    gfortran:gfortran.dg/dg.exp=gfortran.dg/aliasing_complex_pointer.f90   -Os  (test for excess errors)
+    gfortran:gfortran.dg/dg.exp=gfortran.dg/aliasing_complex_pointer.f90   -Os  execution test
   Executed from: libstdc++:libstdc++-dg/conformance.exp
-    libstdc++:libstdc++-dg/conformance.exp=ext/rope/pthread7-rope.cc  -std=gnu++17 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_map/1.cc  -std=gnu++23 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_map/1.cc  -std=gnu++23 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_map/1.cc  -std=gnu++26 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_map/1.cc  -std=gnu++26 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_multimap/1.cc  -std=gnu++23 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_multimap/1.cc  -std=gnu++23 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_multimap/1.cc  -std=gnu++26 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_multimap/1.cc  -std=gnu++26 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_multiset/1.cc  -std=gnu++23 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_multiset/1.cc  -std=gnu++23 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_multiset/1.cc  -std=gnu++26 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_multiset/1.cc  -std=gnu++26 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_set/1.cc  -std=gnu++23 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_set/1.cc  -std=gnu++23 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_set/1.cc  -std=gnu++26 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/flat_set/1.cc  -std=gnu++26 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/map/allocator/ext_ptr.cc  -std=gnu++17 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/map/allocator/ext_ptr.cc  -std=gnu++17 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/multimap/allocator/ext_ptr.cc  -std=gnu++17 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/multimap/allocator/ext_ptr.cc  -std=gnu++17 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/multiset/allocator/ext_ptr.cc  -std=gnu++17 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/multiset/allocator/ext_ptr.cc  -std=gnu++17 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/set/allocator/ext_ptr.cc  -std=gnu++17 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/set/allocator/ext_ptr.cc  -std=gnu++17 execution test
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/set/requirements/explicit_instantiation/alloc_ptr.cc  -std=gnu++17 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/set/requirements/explicit_instantiation/alloc_ptr_ignored.cc  -std=gnu++17 (test for excess errors)
+
+
+  - FAIL disappears           [FAIL =>     ]:
+
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/abi/arm_rtti1.C  -std=gnu++26  scan-assembler _ZNKSt9type_infoeqERKS_
+
+
+  - XFAIL disappears          [XFAIL=>     ]:
+
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++11 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13837)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++17 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13837)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++26 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13837)
+  Executed from: g++:g++.dg/modules/modules.exp
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++17  (test for bogus messages, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++17  (test for bogus messages, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++2a  (test for bogus messages, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++2a  (test for bogus messages, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++2b  (test for bogus messages, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-1.C -std=c++2b  (test for bogus messages, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/linkage-2.C -std=c++17  (test for errors, line 30)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/linkage-2.C -std=c++2a  (test for errors, line 30)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/linkage-2.C -std=c++2b  (test for errors, line 30)
+
+
+  - XFAIL appears             [     =>XFAIL]:
+
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++11 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13907)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++17 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13907)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++26 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13907)
+  Executed from: g++:g++.dg/modules/modules.exp
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++17  (test for errors, line 83)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2a  (test for errors, line 83)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-4_b.C -std=c++2b  (test for errors, line 83)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-8_a.C -std=c++17  (test for bogus messages, line 16)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-8_a.C -std=c++17  (test for bogus messages, line 27)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-8_a.C -std=c++2a  (test for bogus messages, line 16)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-8_a.C -std=c++2a  (test for bogus messages, line 27)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-8_a.C -std=c++2b  (test for bogus messages, line 16)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/internal-8_a.C -std=c++2b  (test for bogus messages, line 27)
+
+
+  - UNSUPPORTED appears       [     =>UNSUP]:
+
+  Executed from: gcc:gcc.target/arm/arm.exp
+    gcc:gcc.target/arm/arm.exp=gcc.target/arm/memset-inline-4-exe.c
+    gcc:gcc.target/arm/arm.exp=gcc.target/arm/memset-inline-5-exe.c
+    gcc:gcc.target/arm/arm.exp=gcc.target/arm/memset-inline-6-exe.c
+    gcc:gcc.target/arm/arm.exp=gcc.target/arm/memset-inline-8-exe.c
+    gcc:gcc.target/arm/arm.exp=gcc.target/arm/memset-inline-9-exe.c
 
 
 
