diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..95921080
--- /dev/null
+++ b/notify/configure-toolchain.txt
@@ -0,0 +1,5 @@
+
+Most relevant configure and test flags: --target arm-eabi --disable-multilib --with-mode=thumb --with-cpu=cortex-m3 --with-float=softfp --target_board=-mthumb/-march=armv7-m/-mtune=cortex-m3/-mfloat-abi=softfp/-mfpu=auto qemu_cpu=cortex-m3
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..0cce6fd2
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,17 @@
+		=== gcc tests ===
+
+Running gcc:gcc.dg/plugin/plugin.exp ...
+FAIL: gcc.dg/plugin/must-tail-call-1.c -fplugin=./must_tail_call_plugin.so (internal compiler error: in df_refs_verify, at df-scan.cc:4012)
+FAIL: gcc.dg/plugin/must-tail-call-1.c -fplugin=./must_tail_call_plugin.so (test for excess errors)
+
+Running gcc:gcc.target/arm/arm.exp ...
+FAIL: gcc.target/arm/copysign_softfloat_1.c scan-assembler-times lsr 1
+FAIL: gcc.target/arm/fp16-aapcs-4.c scan-assembler-times mov\\tr[0-9]+, r[0-2] 3
+FAIL: gcc.target/arm/fp16-aapcs-4.c scan-assembler-times mov\\tr0, r[0-9]+ 2
+FAIL: gcc.target/arm/pr111235.c scan-assembler-times ldrexd\tr[0-9]+, r[0-9]+, \\[r[0-9]+\\] 2
+
+		=== Results Summary ===
+
+# of stable fails		387
+# of flaky entries		72
+# of all tests			427671
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 427a6b31..f28dbb77 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-FAIL: 1 regressions: 4 improvements
+1 regression 6 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m3_softfp_eabi-build/115/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index eb73e738..c0acdf88 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -7,15 +7,15 @@
         "Info": {
             "tag": "tcwg_gnu_embed_check_gcc",
             "test_url": "https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m3_softfp_eabi-build/115/",
-            "run_order": "0115 (basepoints/gcc-15-02170-g7db47f7b915c)",
-            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=237c05a65fea828bb46a7209638b26b665d3d781 (unchanged)",
-            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/7db47f7b915c5f5d645fa536547e26b92290afe3 (+ 81 commits)",
-            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=5c5ae2c08610dd72f63e5a75e08de754305d3470 (unchanged)",
-            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=237c05a65fea828bb46a7209638b26b665d3d781 (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/a87a7c449e532130d4fa8faa391ff7e1f04ed660 (unchanged)",
+            "run_order": "0115 (5-changed-components)",
+            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=237c05a65fea828bb46a7209638b26b665d3d781 (+ 89 commits)",
+            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/7db47f7b915c5f5d645fa536547e26b92290afe3 (+ 225 commits)",
+            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=5c5ae2c08610dd72f63e5a75e08de754305d3470 (+ 1 commits)",
+            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=237c05a65fea828bb46a7209638b26b665d3d781 (+ 89 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/a87a7c449e532130d4fa8faa391ff7e1f04ed660 (+ 150 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-07-19 03:26:47"
+        "Start Time": "2024-07-16 13:57:56"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 2a15a70f..317db473 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,47 +1,44 @@
-Dear contributor, our automatic CI has detected problems related to your patch(es).  Please find some details below.  If you have any questions, please follow up on linaro-toolchain@lists.linaro.org mailing list, Libera's #linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the usual project channel.
+Dear contributor,
 
-We appreciate that it might be difficult to find the necessary logs or reproduce the issue locally. If you can't get what you need from our CI within minutes, let us know and we will be happy to help.
+Our automatic CI has detected problems related to your patch(es). Please find some details below.
 
-In  arm-eabi cortex-m3 softfp after:
-
-  | 81 commits in gcc
+In  arm-eabi cortex-m3 softfp, after:
+  | 225 commits in gcc
   | 7db47f7b915c C: Implement musttail attribute for returns
   | 59dd1d7ab21a C++: Support clang compatible [[musttail]] (PR83324)
   | 5c4c1fe6df0f Add a musttail generic attribute to the c-attribs table
   | 390c3e4ed28f LoongArch: Organize the code related to split move and merge the same functions.
   | 8d6498f0d772 Daily bump.
-  | ... and 76 more commits in gcc
-
-FAIL: 1 regressions: 4 improvements
+  | ... and 220 more commits in gcc
 
-regressions.sum:
-		=== gcc tests ===
+Produces 1 regression 6 fixes:
+  | 
+  | regressions.sum:
+  | Running gcc:gcc.dg/dg.exp ...
+  | FAIL: gcc.dg/pr116003.c (test for excess errors)
+  | 
+  | fixes.sum:
+  | Running gcc:gcc.dg/plugin/plugin.exp ...
+  | FAIL: gcc.dg/plugin/must-tail-call-1.c -fplugin=./must_tail_call_plugin.so (internal compiler error: in df_refs_verify, at df-scan.cc:4012)
+  | ... and 6 more
 
-Running gcc:gcc.dg/dg.exp ...
-FAIL: gcc.dg/pr116003.c (test for excess errors)
+Used configuration :
+ *CI config* tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv7-m -mtune=cortex-m3 -mfloat-abi=softfp -mfpu=auto
+ *configure and test flags:* --target arm-eabi --disable-multilib --with-mode=thumb --with-cpu=cortex-m3 --with-float=softfp --target_board=-mthumb/-march=armv7-m/-mtune=cortex-m3/-mfloat-abi=softfp/-mfpu=auto qemu_cpu=cortex-m3
 
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
-improvements.sum:
-		=== gcc tests ===
+-----------------8<--------------------------8<--------------------------8<--------------------------
 
-Running gcc:gcc.dg/plugin/plugin.exp ...
-FAIL: gcc.dg/plugin/must-tail-call-1.c -fplugin=./must_tail_call_plugin.so (test for excess errors)
-FAIL: gcc.dg/plugin/must-tail-call-1.c -fplugin=./must_tail_call_plugin.so (internal compiler error: in df_refs_verify, at df-scan.cc:4012)
-... and 5 more entries
+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_embed_check_gcc--master-thumb_m3_softfp_eabi-build/115/artifact/artifacts/00-sumfiles/
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m3_softfp_eabi-build/115/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_embed_check_gcc--master-thumb_m3_softfp_eabi-build/115/artifact/artifacts/notify/
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m3_softfp_eabi-build/115/artifact/artifacts/notify/
 The list of [ignored] baseline and flaky failures are in
- - https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m3_softfp_eabi-build/115/artifact/artifacts/sumfiles/xfails.xfail
-
-The configuration of this build is:
-CI config tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv7-m -mtune=cortex-m3 -mfloat-abi=softfp -mfpu=auto
-
------------------8<--------------------------8<--------------------------8<--------------------------
-The information below can be used to reproduce a debug environment:
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m3_softfp_eabi-build/115/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m3_softfp_eabi-build/115/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m3_softfp_eabi-build/110/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m3_softfp_eabi-build/106/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index 06a97818..5c39738a 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-10walls@gmail.com,roger@nextmovesoftware.com,jakub@gcc.gnu.org,fxue@os.amperecomputing.com,cc:rene@exactcode.de,bcc:tcwg-validation@linaro.org,cc:lh_mouse@126.com,mark@klomp.org,cc:jakub@redhat.com,polacek@redhat.com,ubizjak@gmail.com,haochen.jiang@intel.com,cc:gcc-regression@gcc.gnu.org,anlauf@gmx.de,iant@golang.org,jason@redhat.com,cc:ak@linux.intel.com,amacleod@redhat.com,cc:mayshao-oc@zhaoxin.com,pault@gcc.gnu.org,cc:quic_eikagupt@quicinc.com,tamar.christina@arm.com,ktkachov@nvidia.com,avr@gjlay.de,cel@linux.ibm.com,cc:rguenther@suse.de,cc:rubin.gerritsen@gmail.com,chenglulu@loongson.cn,j@lambda.is,gccadmin@gcc.gnu.org,cc:sska1377@gmail.com,pan2.li@intel.com,vehre@gcc.gnu.org,cc:sam@gentoo.org,ewlu@rivosinc.com,hongtao.liu@intel.com,nathanieloshead@gmail.com,rguenth@gcc.gnu.org,ppalka@redhat.com,richard.sandiford@arm.com,ak@gcc.gnu.org,bergner@linux.ibm.com,quic_apinski@quicinc.com,cc:cel@us.ibm.com,cupertino.miranda@oracle.com,tschwinge@baylibre.com
+andre.simoesdiasvieira@arm.com,cc:fxcoudert@gmail.com,10walls@gmail.com,roger@nextmovesoftware.com,cc:oliva@adacore.com,ebotcazou@adacore.com,hp@gcc.gnu.org,cc:morin-mikael@orange.fr,jakub@gcc.gnu.org,gerald@pfeifer.com,fxue@os.amperecomputing.com,cc:yunqiang@isrc.iscas.ac.cn,mikael@gcc.gnu.org,cc:rene@exactcode.de,bcc:tcwg-validation@linaro.org,cc:dani@danielbertalan.dev,parras@baylibre.com,cc:lh_mouse@126.com,mark@klomp.org,jakub@redhat.com,polacek@redhat.com,gaiusmod2@gmail.com,ubizjak@gmail.com,wangfeng@eswincomputing.com,haochen.jiang@intel.com,monk.chiang@sifive.com,redi@gcc.gnu.org,cc:gcc-regression@gcc.gnu.org,anlauf@gmx.de,kvivekananda@nvidia.com,iant@golang.org,jason@redhat.com,cc:ak@linux.intel.com,amacleod@redhat.com,cc:mayshao-oc@zhaoxin.com,kito.cheng@sifive.com,pault@gcc.gnu.org,cc:quic_eikagupt@quicinc.com,tamar.christina@arm.com,jlaw@ventanamicro.com,hongyu.wang@intel.com,ktkachov@nvidia.com,avr@gjlay.de,syq@gcc.gnu.org,cel@linux.ibm.com,gaofei@eswincomputing.com,cc:rguenther@suse.de,cc:rubin.gerritsen@gmail.com,chenglulu@loongson.cn,aburgess@redhat.com,guihaoc@gcc.gnu.org,j@lambda.is,gccadmin@gcc.gnu.org,cc:sska1377@gmail.com,oliva@gnu.org,dmalcolm@redhat.com,stefansf@gcc.gnu.org,cc:dalg24@gmail.com,cc:alx@kernel.org,pan2.li@intel.com,cc:iain@sandoe.co.uk,vehre@gcc.gnu.org,torbjorn.svensson@foss.st.com,mark@harmstone.com,cc:hp@axis.com,cc:sam@gentoo.org,ewlu@rivosinc.com,xuli1@eswincomputing.com,hongtao.liu@intel.com,christoph.muellner@vrull.eu,cc:dinka.ranns@gmail.com,nathanieloshead@gmail.com,rguenth@gcc.gnu.org,prathameshk@nvidia.com,ppalka@redhat.com,richard.sandiford@arm.com,ak@gcc.gnu.org,bergner@linux.ibm.com,lin1.hu@intel.com,quic_apinski@quicinc.com,linkw@gcc.gnu.org,cc:linkw@linux.ibm.com,jskumari@linux.ibm.com,cc:cel@us.ibm.com,cc:jwakely@redhat.com,iains@gcc.gnu.org,uecker@gcc.gnu.org,cupertino.miranda@oracle.com,tschwinge@baylibre.com
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 9ca8ece8..61195adf 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 81 commits in gcc: FAIL: 1 regressions: 4 improvements on master-thumb_m3_softfp_eabi
+[Linaro-TCWG-CI] 225 commits in gcc: 1 regression 6 fixes on master-thumb_m3_softfp_eabi
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 284fcded..0df3ac05 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -1,30 +1,30 @@
 # Comparing directories
 # REFERENCE: base-artifacts/sumfiles
-# CURRENT:   artifacts/sumfiles
+# CURRENT:   artifacts/99-rewrite/artifacts.old/sumfiles
 
 # Comparing 3 common sum files:
 g++.sum
 gcc.sum
 libstdc++.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.9467
-CURRENT:  /tmp/gxx-sum2.9467
+REFERENCE:/tmp/gxx-sum1.11461
+CURRENT:  /tmp/gxx-sum2.11461
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
   +------------------------------------------+---------+---------+
-  | Passes                            [PASS] |  401048 |  401499 |
-  | Unexpected fails                  [FAIL] |     334 |     331 |
+  | Passes                            [PASS] |  400317 |  401499 |
+  | Unexpected fails                  [FAIL] |     336 |     331 |
   | Errors                           [ERROR] |       0 |       0 |
   | Unexpected passes                [XPASS] |      12 |      12 |
-  | Expected fails                   [XFAIL] |    2991 |    2991 |
+  | Expected fails                   [XFAIL] |    2986 |    2991 |
   | Known fails                      [KFAIL] |       0 |       0 |
   | Unresolved                  [UNRESOLVED] |      39 |      39 |
-  | Unsupported                [UNSUPPORTED] |   22763 |   22799 |
+  | Unsupported                [UNSUPPORTED] |   22850 |   22799 |
   | Untested                      [UNTESTED] |       0 |       0 |
   +------------------------------------------+---------+---------+
 
-    REF PASS ratio: 0.945813
+    REF PASS ratio: 0.945522
     RES PASS ratio: 0.945797
 
 o  REGRESSIONS:
@@ -43,20 +43,210 @@ o  REGRESSIONS:
 
 o  IMPROVEMENTS TO BE CHECKED:
   +------------------------------------------+---------+
-  | PASS disappears           [PASS =>     ] |     340 |
-  | New PASS                  [     => PASS] |     788 |
+  | PASS disappears           [PASS =>     ] |     532 |
+  | New PASS                  [     => PASS] |    1683 |
   | FAIL now PASS             [FAIL => PASS] |       1 |
-  | FAIL disappears           [FAIL =>     ] |       3 |
-  | XFAIL disappears          [XFAIL=>     ] |       3 |
-  | XFAIL appears             [     =>XFAIL] |       3 |
-  | UNSUPPORTED appears       [     =>UNSUP] |      36 |
+  | FAIL disappears           [FAIL =>     ] |       5 |
+  | XFAIL disappears          [XFAIL=>     ] |       7 |
+  | XFAIL now PASS            [XFAIL=> PASS] |       6 |
+  | XFAIL appears             [     =>XFAIL] |      18 |
+  | UNSUPPORTED disappears    [UNSUP=>     ] |     128 |
+  | UNSUPPORTED appears       [     =>UNSUP] |      77 |
   +------------------------------------------+---------+
-  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |    1174 |
+  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |    2457 |
   +------------------------------------------+---------+
 
   - PASS disappears           [PASS =>     ]:
 
   Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto1.C  -std=gnu++17  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto1.C  -std=gnu++17  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto1.C  -std=gnu++17  (test for errors, line 28)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto1.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto4.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto6.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 22)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  at line 20 (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/concepts/deduction-constraint1.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++17  (test for warnings, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++17  (test for warnings, line 15)
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++17  (test for warnings, line 16)
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++17  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/concepts/dr1430.C  -std=gnu++17  (test for errors, line 44)
+    g++:g++.dg/dg.exp=g++.dg/concepts/dr1430.C  -std=gnu++17  (test for errors, line 45)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++17  (test for errors, line 34)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++17  (test for errors, line 35)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++17  (test for errors, line 41)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++17  (test for errors, line 42)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++17  (test for warnings, line 13)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++17  (test for warnings, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression3.C  -std=gnu++17  (test for errors, line 22)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression3.C  -std=gnu++17  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept1.C  -std=gnu++17  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept1.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept2.C  -std=gnu++17  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept2.C  -std=gnu++17  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept2.C  -std=gnu++17  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn10.C  -std=gnu++17  (test for errors, line 57)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn10.C  -std=gnu++17  (test for warnings, line 43)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn6.C  -std=gnu++17  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro2.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro3.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro4.C  -std=gnu++17  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro4.C  -std=gnu++17  (test for errors, line 24)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro4.C  -std=gnu++17  (test for errors, line 25)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro4.C  -std=gnu++17  (test for errors, line 31)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro4.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro5.C  -std=gnu++17  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro5.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro6.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro7.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++17  (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++17  (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++17  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++17  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr67595.C  -std=gnu++17  (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr67595.C  -std=gnu++17  (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm11.C  -std=gnu++17  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm4.C  -std=gnu++17  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept3.C  -std=gnu++17  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept3.C  -std=gnu++17  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept7.C  -std=gnu++17  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++17  (test for errors, line 22)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67148.C  -std=c++20  (test for errors, line 120)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67148.C  -std=c++20  (test for errors, line 121)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67225-1.C  -std=c++20  (test for errors, line 31)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67225-1.C  -std=c++20  (test for warnings, line 16)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67225-2.C  -std=c++20  (test for errors, line 35)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67319.C  -std=c++20  (test for errors, line 22)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67427.C  -std=c++20  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67719.C  -std=c++20  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67774.C  -std=c++20  (test for errors, line 24)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr85265.C  -std=c++17  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr85265.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for bogus messages, line 43)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for errors, line 24)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for errors, line 26)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for errors, line 28)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for errors, line 30)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for errors, line 32)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for errors, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for errors, line 40)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for errors, line 42)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for errors, line 48)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for errors, line 49)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20  (test for warnings, line 44)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 109)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 112)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 118)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 132)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 152)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 155)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 165)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 167)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 169)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 176)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 186)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 188)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 190)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 243)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 250)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 255)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 26)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 41)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20  (test for errors, line 85)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 109)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 112)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 118)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 132)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 152)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 155)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 165)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 167)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 169)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 176)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 186)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 188)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 190)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 243)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 250)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 26)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 41)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20  (test for errors, line 85)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts4.C  -std=c++20  (test for errors, line 26)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts4.C  -std=c++20  (test for errors, line 29)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts4.C  -std=c++20  (test for errors, line 32)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts4.C  -std=c++20  (test for errors, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts4.C  -std=c++20  at line 34 (test for errors, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts4.C  -std=c++20  at line 35 (test for warnings, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts4.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts5.C  -std=c++20  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts5.C  -std=c++20  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts5.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++20  (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++20  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++20  (test for errors, line 24)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++20  (test for errors, line 27)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++20  (test for errors, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++20  (test for errors, line 36)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++20  (test for errors, line 70)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++20  (test for errors, line 72)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++20  (test for errors, line 73)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++20  at line 28 (test for errors, line 27)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++20  at line 29 (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using29.C  -std=c++14  (test for warnings, line 65)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using29.C  -std=c++17  (test for warnings, line 65)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using29.C  -std=c++20  (test for warnings, line 65)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using29.C  -std=c++98  (test for warnings, line 65)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for errors, line 37)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for errors, line 53)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for warnings, line 13)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for warnings, line 14)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for warnings, line 33)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for warnings, line 34)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for errors, line 37)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for errors, line 53)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for warnings, line 13)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for warnings, line 14)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for warnings, line 33)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for warnings, line 34)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for errors, line 37)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for errors, line 53)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for warnings, line 13)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for warnings, line 14)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for warnings, line 33)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for warnings, line 34)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for errors, line 37)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for errors, line 53)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for warnings, line 13)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for warnings, line 14)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for warnings, line 33)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for warnings, line 34)
     g++:g++.dg/dg.exp=g++.dg/parse/access13.C  -std=c++14  (test for errors, line 6)
     g++:g++.dg/dg.exp=g++.dg/parse/access13.C  -std=c++14  (test for warnings, line 5)
     g++:g++.dg/dg.exp=g++.dg/parse/access13.C  -std=c++17  (test for errors, line 6)
@@ -396,13 +586,32 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/warn/Wclass-memaccess.C  -std=gnu++98 c++98 at line 1766 (test for warnings, line 1765)
     g++:g++.dg/dg.exp=g++.dg/warn/Wclass-memaccess.C  -std=gnu++98 c++98 at line 1846 (test for warnings, line 1845)
     g++:g++.dg/dg.exp=g++.dg/warn/Wclass-memaccess.C  -std=gnu++98 c++98 at line 1851 (test for warnings, line 1850)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wunused-var-18.C  -std=gnu++14  (test for warnings, line 7)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wunused-var-18.C  -std=gnu++17  (test for warnings, line 7)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wunused-var-18.C  -std=gnu++20  (test for warnings, line 7)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wunused-var-18.C  -std=gnu++98  (test for warnings, line 7)
   Executed from: gcc:gcc.target/arm/arm.exp
     gcc:gcc.target/arm/arm.exp=gcc.target/arm/fp16-aapcs-4.c scan-assembler-times mov\\tr1, r[03] 1
 
 
   - New PASS                  [     => PASS]:
 
+  Executed from: g++:g++.dg/coroutines/coroutines.exp
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr110871.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr110871.C execution test
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr110871.C output pattern test
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr110872.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr110872.C execution test
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr110872.C output pattern test
   Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=c-c++-common/attr-aligned-2.c  -std=c++14  (test for errors, line 4)
+    g++:g++.dg/dg.exp=c-c++-common/attr-aligned-2.c  -std=c++14 (test for excess errors)
+    g++:g++.dg/dg.exp=c-c++-common/attr-aligned-2.c  -std=c++17  (test for errors, line 4)
+    g++:g++.dg/dg.exp=c-c++-common/attr-aligned-2.c  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=c-c++-common/attr-aligned-2.c  -std=c++20  (test for errors, line 4)
+    g++:g++.dg/dg.exp=c-c++-common/attr-aligned-2.c  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=c-c++-common/attr-aligned-2.c  -std=c++98  (test for errors, line 4)
+    g++:g++.dg/dg.exp=c-c++-common/attr-aligned-2.c  -std=c++98 (test for excess errors)
     g++:g++.dg/dg.exp=c-c++-common/pr57371-5.c  -std=gnu++14  scan-tree-dump original "nonfinite_10 = 1"
     g++:g++.dg/dg.exp=c-c++-common/pr57371-5.c  -std=gnu++14  scan-tree-dump original "nonfinite_5 = 0"
     g++:g++.dg/dg.exp=c-c++-common/pr57371-5.c  -std=gnu++14  scan-tree-dump original "nonfinite_6 = 0"
@@ -431,6 +640,315 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=c-c++-common/pr96369.c  -std=gnu++17 execution test
     g++:g++.dg/dg.exp=c-c++-common/pr96369.c  -std=gnu++20 execution test
     g++:g++.dg/dg.exp=c-c++-common/pr96369.c  -std=gnu++98 execution test
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto3.C  -std=gnu++17  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto3.C  -std=gnu++17  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto3.C  -std=gnu++17  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto3.C  -std=gnu++20  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto3.C  -std=gnu++20  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto3.C  -std=gnu++20  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto3.C  -std=gnu++20  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto3.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto5.C  -std=gnu++17  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto5.C  -std=gnu++17  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto5.C  -std=gnu++20  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto5.C  -std=gnu++20  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto5.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto7.C  -std=c++14  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto7.C  -std=c++17  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto7.C  -std=c++20  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/concepts/class-deduction1.C  -std=gnu++20  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/concepts/class-deduction1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/class5.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/class6.C  -std=gnu++20  (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/concepts/class6.C  -std=gnu++20  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/concepts/class6.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/debug1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 24)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 25)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  at line 12 (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  at line 22 (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  at line 23 (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  at line 30 (test for errors, line 29)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  at line 34 (test for errors, line 33)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++17  at line 39 (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 24)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 25)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 26)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 29)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 33)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  at line 12 (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  at line 22 (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  at line 23 (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  at line 30 (test for errors, line 29)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  at line 34 (test for errors, line 33)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20  at line 39 (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/deduction-constraint1.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++17  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++17  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++20  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++20  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++20  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++20  (test for errors, line 30)
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++20  (test for errors, line 31)
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/dr1430.C  -std=gnu++17  (test for errors, line 30)
+    g++:g++.dg/dg.exp=g++.dg/concepts/dr1430.C  -std=gnu++17  (test for errors, line 34)
+    g++:g++.dg/dg.exp=g++.dg/concepts/dr1430.C  -std=gnu++17  (test for errors, line 40)
+    g++:g++.dg/dg.exp=g++.dg/concepts/dr1430.C  -std=gnu++20  (test for errors, line 30)
+    g++:g++.dg/dg.exp=g++.dg/concepts/dr1430.C  -std=gnu++20  (test for errors, line 34)
+    g++:g++.dg/dg.exp=g++.dg/concepts/dr1430.C  -std=gnu++20  (test for errors, line 39)
+    g++:g++.dg/dg.exp=g++.dg/concepts/dr1430.C  -std=gnu++20  (test for errors, line 40)
+    g++:g++.dg/dg.exp=g++.dg/concepts/dr1430.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++17  (test for errors, line 30)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++17  (test for errors, line 31)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++17  (test for errors, line 32)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++17  (test for errors, line 33)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++17  (test for errors, line 34)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++17  (test for errors, line 35)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++20  (test for errors, line 30)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++20  (test for errors, line 31)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++20  (test for errors, line 32)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++20  (test for errors, line 33)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++20  (test for errors, line 34)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++20  (test for errors, line 35)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv2.C  -std=gnu++17  (test for errors, line 26)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv2.C  -std=gnu++17  (test for errors, line 27)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv2.C  -std=gnu++20  (test for errors, line 26)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv2.C  -std=gnu++20  (test for errors, line 27)
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv2.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression.C  -std=gnu++20 execution test
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++17  (test for errors, line 30)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++17  (test for errors, line 31)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++17  (test for errors, line 37)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++17  (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++17  (test for warnings, line 10)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++17  (test for warnings, line 6)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++20  (test for errors, line 30)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++20  (test for errors, line 31)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++20  (test for errors, line 37)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++20  (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++20  (test for warnings, line 10)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++20  (test for warnings, line 6)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression3.C  -std=gnu++17  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression3.C  -std=gnu++17  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression3.C  -std=gnu++20  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression3.C  -std=gnu++20  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression3.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept2.C  -std=gnu++17  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept2.C  -std=gnu++17  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept2.C  -std=gnu++20  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept2.C  -std=gnu++20  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept2.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept3.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn10.C  -std=gnu++17  (test for errors, line 51)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn10.C  -std=gnu++17  (test for warnings, line 38)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn10.C  -std=gnu++20  (test for errors, line 51)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn10.C  -std=gnu++20  (test for warnings, line 38)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn10.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn2.C  -std=gnu++20  (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn2.C  -std=gnu++20  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn2.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn3.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn4.C  -std=gnu++20  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn4.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn5.C  -std=gnu++20  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn5.C  -std=gnu++20  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn5.C  -std=gnu++20  (test for errors, line 22)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn5.C  -std=gnu++20  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn5.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn6.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn7.C  -std=gnu++14  (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn7.C  -std=gnu++17  (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn7.C  -std=gnu++20  (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn8.C  -std=gnu++20  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn8.C  -std=gnu++20  (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn8.C  -std=gnu++20  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn8.C  -std=gnu++20  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn8.C  -std=gnu++20  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn8.C  -std=gnu++20  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn8.C  -std=gnu++20  (test for errors, line 27)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn8.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn9.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/generic-fn-err.C  -std=gnu++20  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/concepts/generic-fn-err.C  -std=gnu++20  (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/concepts/generic-fn-err.C  -std=gnu++20  (test for errors, line 42)
+    g++:g++.dg/dg.exp=g++.dg/concepts/generic-fn-err.C  -std=gnu++20  (test for errors, line 45)
+    g++:g++.dg/dg.exp=g++.dg/concepts/generic-fn-err.C  -std=gnu++20  (test for errors, line 46)
+    g++:g++.dg/dg.exp=g++.dg/concepts/generic-fn-err.C  -std=gnu++20  (test for errors, line 48)
+    g++:g++.dg/dg.exp=g++.dg/concepts/generic-fn-err.C  -std=gnu++20  (test for errors, line 49)
+    g++:g++.dg/dg.exp=g++.dg/concepts/generic-fn-err.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/generic-fn.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/inherit-ctor1.C  -std=gnu++20  (test for errors, line 30)
+    g++:g++.dg/dg.exp=g++.dg/concepts/inherit-ctor1.C  -std=gnu++20  (test for errors, line 32)
+    g++:g++.dg/dg.exp=g++.dg/concepts/inherit-ctor1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/inherit-ctor3.C  -std=gnu++20  (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/concepts/inherit-ctor3.C  -std=gnu++20  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/inherit-ctor3.C  -std=gnu++20  (test for errors, line 22)
+    g++:g++.dg/dg.exp=g++.dg/concepts/inherit-ctor3.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro1.C  -std=gnu++17  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro1.C  -std=gnu++17  (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro1.C  -std=gnu++17  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro1.C  -std=gnu++20  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro1.C  -std=gnu++20  (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro1.C  -std=gnu++20  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++17  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++17  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++17  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++17  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++20  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++20  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++20  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++20  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++20  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++20  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++20  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/partial-concept-id1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/partial-concept-id2.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/partial-spec5.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder2.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder3.C  -std=gnu++20  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder3.C  -std=gnu++20  (test for warnings, line 10)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder3.C  -std=gnu++20  (test for warnings, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder3.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder4.C  -std=gnu++20  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder4.C  -std=gnu++20  (test for warnings, line 10)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder4.C  -std=gnu++20  (test for warnings, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder4.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder5.C  -std=gnu++20  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder5.C  -std=gnu++20  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder5.C  -std=gnu++20  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder5.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder6.C  -std=gnu++20  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder6.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr65634.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr65636.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr65681.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr65848.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr67249.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr67595.C  -std=gnu++17  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr67595.C  -std=gnu++17  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr67595.C  -std=gnu++20  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr67595.C  -std=gnu++20  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr67595.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr68434.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71127.C  -std=gnu++20  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71127.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71128.C  -std=gnu++17  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71128.C  -std=gnu++17  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71128.C  -std=gnu++20  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71128.C  -std=gnu++20  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71128.C  -std=gnu++20  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71128.C  -std=gnu++20  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71128.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71131.C  -std=gnu++20  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71131.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71385.C  -std=gnu++17  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71385.C  -std=gnu++20  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71385.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr85065.C  -std=gnu++20  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr85065.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm11.C  -std=gnu++17  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm11.C  -std=gnu++20  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm11.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm12.C  -std=gnu++17  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm12.C  -std=gnu++20  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm12.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm2.C  -std=gnu++17  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm2.C  -std=gnu++17  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm2.C  -std=gnu++20  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm2.C  -std=gnu++20  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm2.C  -std=gnu++20  (test for errors, line 22)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm2.C  -std=gnu++20  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm2.C  -std=gnu++20  (test for errors, line 24)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm2.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++17  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++17  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++17  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++17  (test for errors, line 22)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++17  (test for errors, line 27)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++17  (test for errors, line 28)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++17  (test for errors, line 29)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++20  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++20  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++20  (test for errors, line 21)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++20  (test for errors, line 22)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++20  (test for errors, line 27)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++20  (test for errors, line 28)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++20  (test for errors, line 29)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm4.C  -std=gnu++17  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm4.C  -std=gnu++17  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm4.C  -std=gnu++20  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm4.C  -std=gnu++20  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm4.C  -std=gnu++20  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm4.C  -std=gnu++20  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm4.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-template-parm1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept2.C  -std=gnu++20  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept2.C  -std=gnu++20  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept2.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept3.C  -std=gnu++20  (test for errors, line 22)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept3.C  -std=gnu++20  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept3.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept4.C  -std=gnu++20  (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept4.C  -std=gnu++20  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept4.C  -std=gnu++20  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept4.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept5.C  -std=gnu++20  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept5.C  -std=gnu++20  (test for errors, line 14)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept5.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept6.C  -std=gnu++20  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept6.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept7.C  -std=gnu++17  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept7.C  -std=gnu++17  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept7.C  -std=gnu++17  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept7.C  -std=gnu++20  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept7.C  -std=gnu++20  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept7.C  -std=gnu++20  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept7.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-templ1.C  -std=gnu++20  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-templ1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-templ2.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-templ3.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/variadic1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/variadic2.C  -std=gnu++20  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/concepts/variadic2.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/variadic3.C  -std=gnu++20  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/concepts/variadic3.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/concepts/variadic4.C  -std=gnu++20  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/concepts/variadic4.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/contracts/pr110159.C   (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/contracts/pr110159.C   execution test
+    g++:g++.dg/dg.exp=g++.dg/contracts/pr110159.C   output pattern test
+    g++:g++.dg/dg.exp=g++.dg/contracts/pr115434.C   (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/contracts/pr115434.C   execution test
+    g++:g++.dg/dg.exp=g++.dg/contracts/pr115434.C   output pattern test
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alias-decl-77.C  -std=c++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alias-decl-77.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alias-decl-77.C  -std=c++20 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas18.C  -std=c++14  (test for errors, line 6)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas18.C  -std=c++17  (test for errors, line 6)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/alignas18.C  -std=c++20  (test for errors, line 6)
@@ -512,7 +1030,74 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/cpp26/aggr-init2.C  -std=c++98  (test for errors, line 62)
     g++:g++.dg/dg.exp=g++.dg/cpp26/aggr-init2.C  -std=c++98 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-partial-spec15.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++17  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++17  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++17  (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++17  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++17  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++17  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++20  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++20  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++20  (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++20  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++20  (test for errors, line 15)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++20  (test for errors, line 16)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++20  (test for errors, line 17)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++20  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++20  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr66091.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67148.C  -std=c++20  (test for errors, line 124)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67148.C  -std=c++20  (test for errors, line 125)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67225-1.C  -std=c++20  (test for errors, line 26)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67225-1.C  -std=c++20  (test for warnings, line 12)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67225-2.C  -std=c++20  (test for errors, line 33)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67319.C  -std=c++20  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67427.C  -std=c++20  (test for errors, line 22)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67719.C  -std=c++20  (test for errors, line 12)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr67774.C  -std=c++20  (test for errors, line 23)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr69235.C  -std=c++20  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr79759.C  -std=c++20  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr84980.C  -std=c++20  (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr84980.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr87441.C  -std=c++20  (test for errors, line 7)
     g++:g++.dg/dg.exp=g++.dg/cpp2a/constexpr-init23.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-highlight-colors.C  -std=gnu++14  expected multiline pattern lines 22-22
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-highlight-colors.C  -std=gnu++14  expected multiline pattern lines 26-29
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-highlight-colors.C  -std=gnu++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-highlight-colors.C  -std=gnu++17  expected multiline pattern lines 22-22
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-highlight-colors.C  -std=gnu++17  expected multiline pattern lines 26-29
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-highlight-colors.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-highlight-colors.C  -std=gnu++20  expected multiline pattern lines 22-22
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-highlight-colors.C  -std=gnu++20  expected multiline pattern lines 26-29
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-highlight-colors.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-highlight-colors.C  -std=gnu++98  expected multiline pattern lines 22-22
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-highlight-colors.C  -std=gnu++98  expected multiline pattern lines 26-29
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-highlight-colors.C  -std=gnu++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-no-highlight-colors.C  -std=gnu++14  expected multiline pattern lines 17-17
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-no-highlight-colors.C  -std=gnu++14  expected multiline pattern lines 21-24
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-no-highlight-colors.C  -std=gnu++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-no-highlight-colors.C  -std=gnu++17  expected multiline pattern lines 17-17
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-no-highlight-colors.C  -std=gnu++17  expected multiline pattern lines 21-24
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-no-highlight-colors.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-no-highlight-colors.C  -std=gnu++20  expected multiline pattern lines 17-17
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-no-highlight-colors.C  -std=gnu++20  expected multiline pattern lines 21-24
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-no-highlight-colors.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-no-highlight-colors.C  -std=gnu++98  expected multiline pattern lines 17-17
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-no-highlight-colors.C  -std=gnu++98  expected multiline pattern lines 21-24
+    g++:g++.dg/dg.exp=g++.dg/diagnostic/bad-binary-ops-no-highlight-colors.C  -std=gnu++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++14  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++14  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++14  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++17  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++17  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++17  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++20  (test for errors, line 11)
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++20  (test for errors, line 13)
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++20  (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++20 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/ext/is_trivial1.C  -std=c++20 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/ext/is_trivial2.C  -std=c++14 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/ext/is_trivial2.C  -std=c++17 (test for excess errors)
@@ -530,6 +1115,46 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/init/lifetime4.C  -std=c++14 execution test
     g++:g++.dg/dg.exp=g++.dg/init/lifetime4.C  -std=c++17 execution test
     g++:g++.dg/dg.exp=g++.dg/init/lifetime4.C  -std=c++20 execution test
+    g++:g++.dg/dg.exp=g++.dg/lookup/using29.C  -std=c++14  (test for warnings, line 54)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using29.C  -std=c++17  (test for warnings, line 54)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using29.C  -std=c++20  (test for warnings, line 54)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using29.C  -std=c++98  (test for warnings, line 54)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for errors, line 40)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for warnings, line 36)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for warnings, line 8)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for errors, line 40)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for warnings, line 36)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for warnings, line 8)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for errors, line 40)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for warnings, line 36)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for warnings, line 8)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for errors, line 19)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for errors, line 40)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for warnings, line 36)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for warnings, line 8)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using68.C  -std=c++14  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using68.C  -std=c++14  (test for warnings, line 3)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using68.C  -std=c++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using68.C  -std=c++17  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using68.C  -std=c++17  (test for warnings, line 3)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using68.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using68.C  -std=c++20  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using68.C  -std=c++20  (test for warnings, line 3)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using68.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using68.C  -std=c++98  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using68.C  -std=c++98  (test for warnings, line 3)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using68.C  -std=c++98 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/opt/pr104515.C  -std=gnu++14  scan-tree-dump lim2 "Executing store motion of v"
     g++:g++.dg/dg.exp=g++.dg/opt/pr104515.C  -std=gnu++14  scan-tree-dump lim2 "Re-issueing dependent"
     g++:g++.dg/dg.exp=g++.dg/opt/pr104515.C  -std=gnu++14 (test for excess errors)
@@ -945,6 +1570,294 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/warn/Wclass-memaccess.C  -std=gnu++98 c++98 at line 1768 (test for warnings, line 1767)
     g++:g++.dg/dg.exp=g++.dg/warn/Wclass-memaccess.C  -std=gnu++98 c++98 at line 1848 (test for warnings, line 1847)
     g++:g++.dg/dg.exp=g++.dg/warn/Wclass-memaccess.C  -std=gnu++98 c++98 at line 1853 (test for warnings, line 1852)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 102)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 103)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 108)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 109)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 110)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 112)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 114)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 115)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 117)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 118)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 119)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 125)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 129)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 130)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 132)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 133)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 138)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 139)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 140)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 145)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 146)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 148)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 149)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 150)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 152)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 153)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 154)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 160)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 161)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 162)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 163)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 169)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 179)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 180)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 181)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 183)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 184)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 185)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 190)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 191)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 199)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 43)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 44)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 45)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 47)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 48)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 51)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 52)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 53)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 58)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 59)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 63)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 68)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 69)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 70)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 72)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 74)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 75)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 76)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 78)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 79)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 80)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 85)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 86)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 91)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 92)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 94)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14  (test for warnings, line 95)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 102)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 103)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 108)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 109)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 110)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 112)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 114)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 115)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 117)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 118)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 119)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 125)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 129)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 130)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 132)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 133)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 138)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 139)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 140)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 145)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 146)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 148)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 149)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 150)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 152)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 153)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 154)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 160)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 161)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 162)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 163)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 169)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 179)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 180)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 181)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 183)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 184)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 185)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 190)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 191)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 199)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 43)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 44)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 45)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 47)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 48)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 51)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 52)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 53)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 58)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 59)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 63)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 68)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 69)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 70)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 72)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 74)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 75)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 76)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 78)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 79)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 80)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 85)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 86)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 91)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 92)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 94)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17  (test for warnings, line 95)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 102)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 103)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 108)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 109)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 110)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 112)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 114)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 115)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 117)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 118)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 119)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 125)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 129)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 130)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 132)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 133)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 138)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 139)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 140)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 145)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 146)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 148)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 149)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 150)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 152)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 153)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 154)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 160)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 161)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 162)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 163)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 169)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 179)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 180)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 181)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 183)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 184)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 185)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 190)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 191)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 199)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 43)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 44)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 45)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 47)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 48)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 51)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 52)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 53)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 58)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 59)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 63)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 68)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 69)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 70)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 72)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 74)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 75)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 76)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 78)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 79)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 80)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 85)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 86)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 91)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 92)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 94)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20  (test for warnings, line 95)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 101)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 102)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 103)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 108)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 109)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 110)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 112)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 114)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 115)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 117)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 118)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 119)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 125)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 129)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 130)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 132)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 133)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 138)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 139)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 140)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 145)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 146)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 148)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 149)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 150)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 152)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 153)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 154)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 160)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 161)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 162)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 163)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 169)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 179)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 180)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 181)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 183)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 184)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 185)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 190)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 191)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 199)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 43)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 44)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 45)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 47)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 48)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 51)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 52)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 53)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 58)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 59)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 63)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 68)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 69)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 70)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 72)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 74)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 75)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 76)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 78)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 79)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 80)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 85)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 86)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 91)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 92)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 94)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98  (test for warnings, line 95)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-1.C  -std=gnu++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-2.C  -std=gnu++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-2.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-2.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-2.C  -std=gnu++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-3.C  -std=gnu++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-3.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-3.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wformat-gcc_diag-3.C  -std=gnu++98 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/warn/Wunused-20.C  -std=c++14  (test for warnings, line 10)
     g++:g++.dg/dg.exp=g++.dg/warn/Wunused-20.C  -std=c++14  (test for warnings, line 9)
     g++:g++.dg/dg.exp=g++.dg/warn/Wunused-20.C  -std=c++14 (test for excess errors)
@@ -958,7 +1871,41 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/warn/Wunused-20.C  -std=c++98  (test for warnings, line 10)
     g++:g++.dg/dg.exp=g++.dg/warn/Wunused-20.C  -std=c++98  (test for warnings, line 9)
     g++:g++.dg/dg.exp=g++.dg/warn/Wunused-20.C  -std=c++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wunused-var-18.C  -std=gnu++14  (test for bogus messages, line 19)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wunused-var-18.C  -std=gnu++14  (test for warnings, line 13)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wunused-var-18.C  -std=gnu++17  (test for bogus messages, line 19)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wunused-var-18.C  -std=gnu++17  (test for warnings, line 13)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wunused-var-18.C  -std=gnu++20  (test for bogus messages, line 19)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wunused-var-18.C  -std=gnu++20  (test for warnings, line 13)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wunused-var-18.C  -std=gnu++98  (test for bogus messages, line 19)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wunused-var-18.C  -std=gnu++98  (test for warnings, line 13)
   Executed from: g++:g++.dg/modules/modules.exp
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99241_a.H -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99241_a.H -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99241_a.H -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99241_a.H module-cmi  (gcm.cache/$srcdir/g++.dg/modules/pr99241_a.H.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99241_b.H -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99241_b.H -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99241_b.H -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99241_b.H module-cmi  (gcm.cache/$srcdir/g++.dg/modules/pr99241_b.H.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99241_c.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99241_c.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99241_c.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_a.H -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_a.H -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_a.H -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_a.H module-cmi  (gcm.cache/$srcdir/g++.dg/modules/pr99242_a.H.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_b.H -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_b.H -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_b.H -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_b.H module-cmi  (gcm.cache/$srcdir/g++.dg/modules/pr99242_b.H.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_c.H -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_c.H -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_c.H -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_c.H module-cmi  (gcm.cache/$srcdir/g++.dg/modules/pr99242_c.H.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_d.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_d.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr99242_d.C -std=c++2b (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/timevar-1_a.H -std=c++17 (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/timevar-1_a.H -std=c++2a (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/timevar-1_a.H -std=c++2b (test for excess errors)
@@ -966,6 +1913,82 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/modules/modules.exp=g++.dg/modules/timevar-1_b.C -std=c++17 (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/timevar-1_b.C -std=c++2a (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/timevar-1_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_a.C module-cmi M (gcm.cache/M.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++17  (test for errors, line 6)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++17  (test for errors, line 7)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++17  (test for errors, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++17  (test for errors, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++2a  (test for errors, line 6)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++2a  (test for errors, line 7)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++2a  (test for errors, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++2a  (test for errors, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++2b  (test for errors, line 6)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++2b  (test for errors, line 7)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++2b  (test for errors, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++2b  (test for errors, line 9)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-19_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_a.C module-cmi M (gcm.cache/M.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_b.C -std=c++17  (test for errors, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_b.C -std=c++17  (test for errors, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_b.C -std=c++2a  (test for errors, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_b.C -std=c++2a  (test for errors, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_b.C -std=c++2b  (test for errors, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_b.C -std=c++2b  (test for errors, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-24_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_a.C module-cmi M (gcm.cache/M.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++17  (test for errors, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++17  (test for errors, line 12)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++17  (test for errors, line 15)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++17  (test for errors, line 16)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++2a  (test for errors, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++2a  (test for errors, line 12)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++2a  (test for errors, line 15)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++2a  (test for errors, line 16)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++2b  (test for errors, line 11)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++2b  (test for errors, line 12)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++2b  (test for errors, line 15)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++2b  (test for errors, line 16)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-25_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-26_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-26_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-26_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-26_a.C module-cmi base (gcm.cache/base.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-26_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-26_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-26_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-26_b.C module-cmi xstd (gcm.cache/xstd.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-26_c.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-26_c.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-26_c.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-enum-4_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-enum-4_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-enum-4_a.C module-cmi M:a (gcm.cache/M-a.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-enum-4_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-enum-4_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-enum-4_b.C module-cmi M (gcm.cache/M.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-enum-4_c.C -std=c++2a  (test for errors, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-enum-4_c.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-enum-4_c.C -std=c++2b  (test for errors, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-enum-4_c.C -std=c++2b (test for excess errors)
+  Executed from: g++:g++.dg/plugin/plugin.exp
+    g++:g++.dg/plugin/plugin.exp=g++.dg/plugin/show-template-tree-color-no-highlight-colors.C -fplugin=./show_template_tree_color_plugin.so  expected multiline pattern lines 20-22
+    g++:g++.dg/plugin/plugin.exp=g++.dg/plugin/show-template-tree-color-no-highlight-colors.C -fplugin=./show_template_tree_color_plugin.so  expected multiline pattern lines 27-30
+    g++:g++.dg/plugin/plugin.exp=g++.dg/plugin/show-template-tree-color-no-highlight-colors.C -fplugin=./show_template_tree_color_plugin.so (test for excess errors)
   Executed from: g++:g++.dg/torture/dg-torture.exp
     g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/builtin-clear-padding-1.c   -O0  execution test
     g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/builtin-clear-padding-1.c   -O1  execution test
@@ -1063,7 +2086,25 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/builtin-clear-padding-5.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
     g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/builtin-clear-padding-5.C   -O3 -g  execution test
     g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/builtin-clear-padding-5.C   -Os  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O0  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O0  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O1  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O1  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O2  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O2  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O3 -g  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -O3 -g  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -Os  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115916.C   -Os  execution test
   Executed from: gcc:gcc.dg/dg.exp
+    gcc:gcc.dg/dg.exp=c-c++-common/attr-aligned-2.c  -Wc++-compat   (test for errors, line 4)
+    gcc:gcc.dg/dg.exp=c-c++-common/attr-aligned-2.c  -Wc++-compat  (test for excess errors)
     gcc:gcc.dg/dg.exp=c-c++-common/pr57371-5.c  -Wc++-compat   scan-tree-dump original "nonfinite_10 = 1"
     gcc:gcc.dg/dg.exp=c-c++-common/pr57371-5.c  -Wc++-compat   scan-tree-dump original "nonfinite_5 = 0"
     gcc:gcc.dg/dg.exp=c-c++-common/pr57371-5.c  -Wc++-compat   scan-tree-dump original "nonfinite_6 = 0"
@@ -1071,7 +2112,39 @@ o  IMPROVEMENTS TO BE CHECKED:
     gcc:gcc.dg/dg.exp=c-c++-common/pr57371-5.c  -Wc++-compat   scan-tree-dump original "nonfinite_8 = 0"
     gcc:gcc.dg/dg.exp=c-c++-common/pr57371-5.c  -Wc++-compat   scan-tree-dump original "nonfinite_9 = 0"
     gcc:gcc.dg/dg.exp=c-c++-common/pr96369.c  -Wc++-compat  execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/Wunterminated-string-initialization.c  (test for warnings, line 5)
+    gcc:gcc.dg/dg.exp=gcc.dg/Wunterminated-string-initialization.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/bad-binary-ops-highlight-colors.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/bad-binary-ops-highlight-colors.c expected multiline pattern lines 22-22
+    gcc:gcc.dg/dg.exp=gcc.dg/bad-binary-ops-highlight-colors.c expected multiline pattern lines 26-30
+    gcc:gcc.dg/dg.exp=gcc.dg/bad-binary-ops-no-highlight-colors.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/bad-binary-ops-no-highlight-colors.c expected multiline pattern lines 17-17
+    gcc:gcc.dg/dg.exp=gcc.dg/bad-binary-ops-no-highlight-colors.c expected multiline pattern lines 21-25
     gcc:gcc.dg/dg.exp=gcc.dg/pr108692.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/pr114661.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/pr114661.c scan-tree-dump-times evrp " \\* 299593" 1
+  Executed from: gcc:gcc.dg/format/format.exp
+    gcc:gcc.dg/format/format.exp=gcc.dg/format/colors.c    (test for excess errors)
+    gcc:gcc.dg/format/format.exp=gcc.dg/format/colors.c    expected multiline pattern lines 15-15
+    gcc:gcc.dg/format/format.exp=gcc.dg/format/colors.c    expected multiline pattern lines 18-22
+    gcc:gcc.dg/format/format.exp=gcc.dg/format/colors.c   -DWIDE   expected multiline pattern lines 15-15
+    gcc:gcc.dg/format/format.exp=gcc.dg/format/colors.c   -DWIDE   expected multiline pattern lines 18-22
+    gcc:gcc.dg/format/format.exp=gcc.dg/format/colors.c   -DWIDE  (test for excess errors)
+  Executed from: gcc:gcc.dg/noncompile/noncompile.exp
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -O0   (test for errors, line 6)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -O0  (test for excess errors)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -O1   (test for errors, line 6)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -O1  (test for excess errors)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -O2   (test for errors, line 6)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -O2  (test for excess errors)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none   (test for errors, line 6)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects   (test for errors, line 6)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -O3 -g   (test for errors, line 6)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -O3 -g  (test for excess errors)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -Os   (test for errors, line 6)
+    gcc:gcc.dg/noncompile/noncompile.exp=gcc.dg/noncompile/sizeof-1.c   -Os  (test for excess errors)
   Executed from: gcc:gcc.dg/torture/dg-torture.exp
     gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/builtin-clear-padding-1.c   -O0  execution test
     gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/builtin-clear-padding-1.c   -O1  execution test
@@ -1170,6 +2243,13 @@ o  IMPROVEMENTS TO BE CHECKED:
     gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115641.c   -O3 -g  execution test
     gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115641.c   -Os  (test for excess errors)
     gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115641.c   -Os  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115901.c   -O0  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115901.c   -O1  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115901.c   -O2  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115901.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115901.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115901.c   -O3 -g  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115901.c   -Os  (test for excess errors)
     gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115928.c   -O0  (test for excess errors)
     gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115928.c   -O1  (test for excess errors)
     gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115928.c   -O2  (test for excess errors)
@@ -1192,12 +2272,26 @@ o  IMPROVEMENTS TO BE CHECKED:
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/pr111150.c (test for excess errors)
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/pr111150.c scan-tree-dump-times forwprop1 " VEC_COND_EXPR " 2
   Executed from: gcc:gcc.dg/vect/vect.exp
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/pr115840.c (test for excess errors)
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/pr115840.c -flto -ffat-lto-objects (test for excess errors)
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/pr115841.c (test for excess errors)
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/pr115841.c -flto -ffat-lto-objects (test for excess errors)
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/pr115843.c (test for excess errors)
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/pr115843.c -flto -ffat-lto-objects (test for excess errors)
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/pr115959.c (test for excess errors)
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/pr115959.c -flto -ffat-lto-objects (test for excess errors)
   Executed from: gcc:gcc.target/arm/arm.exp
     gcc:gcc.target/arm/arm.exp=gcc.target/arm/fp16-aapcs-4.c scan-assembler str\\tr2, ([^\\n]*).*ldrh\\tr0, \\1
     gcc:gcc.target/arm/arm.exp=gcc.target/arm/fp16-aapcs-4.c scan-assembler-times mov\\tr[0-9]+, r[01] 2
     gcc:gcc.target/arm/arm.exp=gcc.target/arm/fp16-aapcs-4.c scan-assembler-times mov\\tr[01], r[0-9]+ 2
+    gcc:gcc.target/arm/arm.exp=gcc.target/arm/pr111235.c scan-assembler-times ldrexd\t 2
+  Executed from: libstdc++:libstdc++-dg/conformance.exp
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/vector/allocator/115854.cc  -std=gnu++17 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=23_containers/vector/bool/allocator/115854.cc  -std=gnu++17 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=29_atomics/atomic_ref/bool.cc  -std=gnu++20 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=29_atomics/atomic_ref/bool.cc  -std=gnu++26 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/context.cc  -std=gnu++20 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/context.cc  -std=gnu++26 (test for excess errors)
 
 
   - FAIL now PASS             [FAIL => PASS]:
@@ -1211,16 +2305,33 @@ o  IMPROVEMENTS TO BE CHECKED:
   Executed from: gcc:gcc.dg/plugin/plugin.exp
     gcc:gcc.dg/plugin/plugin.exp=gcc.dg/plugin/must-tail-call-1.c -fplugin=./must_tail_call_plugin.so (internal compiler error: in df_refs_verify, at df-scan.cc:4012)
   Executed from: gcc:gcc.target/arm/arm.exp
+    gcc:gcc.target/arm/arm.exp=gcc.target/arm/copysign_softfloat_1.c scan-assembler-times lsr 1
     gcc:gcc.target/arm/arm.exp=gcc.target/arm/fp16-aapcs-4.c scan-assembler-times mov\\tr0, r[0-9]+ 2
     gcc:gcc.target/arm/arm.exp=gcc.target/arm/fp16-aapcs-4.c scan-assembler-times mov\\tr[0-9]+, r[0-2] 3
+    gcc:gcc.target/arm/arm.exp=gcc.target/arm/pr111235.c scan-assembler-times ldrexd\tr[0-9]+, r[0-9]+, \\[r[0-9]+\\] 2
 
 
   - XFAIL disappears          [XFAIL=>     ]:
 
   Executed from: g++:g++.dg/dg.exp
-    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++14 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13688)
-    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:13688)
-    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++20 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13688)
+    g++:g++.dg/dg.exp=g++.dg/concepts/dr1430.C  -std=gnu++17  (test for errors, line 32)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++14 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13705)
+    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:13705)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++20 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13705)
+    g++:g++.dg/dg.exp=g++.dg/cpp1y/auto-fn61.C  -std=c++14 (internal compiler error: in poplevel_class, at cp/name-lookup.cc:5605)
+    g++:g++.dg/dg.exp=g++.dg/cpp1y/auto-fn61.C  -std=c++17 (internal compiler error: in poplevel_class, at cp/name-lookup.cc:5605)
+    g++:g++.dg/dg.exp=g++.dg/cpp1y/auto-fn61.C  -std=c++20 (internal compiler error: in poplevel_class, at cp/name-lookup.cc:5605)
+
+
+  - XFAIL now PASS            [XFAIL=> PASS]:
+
+  Executed from: g++:g++.dg/modules/modules.exp
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-22_b.C -std=c++17  (test for errors, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-22_b.C -std=c++17  (test for errors, line 12)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-22_b.C -std=c++2a  (test for errors, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-22_b.C -std=c++2a  (test for errors, line 12)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-22_b.C -std=c++2b  (test for errors, line 10)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-22_b.C -std=c++2b  (test for errors, line 12)
 
 
   - XFAIL appears             [     =>XFAIL]:
@@ -1229,17 +2340,170 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++14 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13695)
     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:13695)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++20 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13695)
+    g++:g++.dg/dg.exp=g++.dg/cpp1y/auto-fn61.C  -std=c++14 (internal compiler error: in poplevel_class, at cp/name-lookup.cc:5653)
+    g++:g++.dg/dg.exp=g++.dg/cpp1y/auto-fn61.C  -std=c++17 (internal compiler error: in poplevel_class, at cp/name-lookup.cc:5653)
+    g++:g++.dg/dg.exp=g++.dg/cpp1y/auto-fn61.C  -std=c++20 (internal compiler error: in poplevel_class, at cp/name-lookup.cc:5653)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14 PR c++/115806 (test for errors, line 39)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14 PR c++/115806 (test for warnings, line 35)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++14 See P1787 (CWG36) (test for bogus messages, line 55)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17 PR c++/115806 (test for errors, line 39)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17 PR c++/115806 (test for warnings, line 35)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++17 See P1787 (CWG36) (test for bogus messages, line 55)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20 PR c++/115806 (test for errors, line 39)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20 PR c++/115806 (test for warnings, line 35)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++20 See P1787 (CWG36) (test for bogus messages, line 55)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98 PR c++/115806 (test for errors, line 39)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98 PR c++/115806 (test for warnings, line 35)
+    g++:g++.dg/dg.exp=g++.dg/lookup/using53.C  -std=c++98 See P1787 (CWG36) (test for bogus messages, line 55)
+
+
+  - UNSUPPORTED disappears    [UNSUP=>     ]:
+
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto1.C  -std=gnu++14
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto1.C  -std=gnu++98
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto3.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto4.C  -std=gnu++14
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto4.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto4.C  -std=gnu++98
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto5.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto6.C  -std=gnu++14
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto6.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/auto6.C  -std=gnu++98
+    g++:g++.dg/dg.exp=g++.dg/concepts/class-deduction1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/class5.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/class6.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/debug1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/decl-diagnose.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/deduction-constraint1.C  -std=gnu++14
+    g++:g++.dg/dg.exp=g++.dg/concepts/deduction-constraint1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/deduction-constraint1.C  -std=gnu++98
+    g++:g++.dg/dg.exp=g++.dg/concepts/diagnostic1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/dr1430.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/equiv2.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression2.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/expression3.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept1.C  -std=gnu++14
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept1.C  -std=gnu++98
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept2.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn-concept3.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn10.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn2.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn3.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn4.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn5.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn6.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn8.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/fn9.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/generic-fn-err.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/generic-fn.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/inherit-ctor1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/inherit-ctor3.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro2.C  -std=gnu++14
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro2.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro2.C  -std=gnu++98
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro3.C  -std=gnu++14
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro3.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro3.C  -std=gnu++98
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro4.C  -std=gnu++14
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro4.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro4.C  -std=gnu++98
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro5.C  -std=gnu++14
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro5.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro5.C  -std=gnu++98
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro6.C  -std=gnu++14
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro6.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro6.C  -std=gnu++98
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro7.C  -std=gnu++14
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro7.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/intro7.C  -std=gnu++98
+    g++:g++.dg/dg.exp=g++.dg/concepts/locations1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/partial-concept-id1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/partial-concept-id2.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/partial-spec5.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder2.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder3.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder4.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder5.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/placeholder6.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr65634.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr65636.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr65681.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr65848.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr67249.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr67595.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr68434.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71127.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71128.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71131.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr71385.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/pr85065.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm11.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm12.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm2.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm3.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-parm4.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/template-template-parm1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept2.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept3.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept4.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept5.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept6.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-concept7.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-templ1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-templ2.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/var-templ3.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/variadic1.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/variadic2.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/variadic3.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/concepts/variadic4.C  -std=gnu++20
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr65575.C  -std=c++20
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr66091.C  -std=c++20
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr84980.C  -std=c++20
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr85265.C  -std=c++14
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr85265.C  -std=c++20
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-pr85265.C  -std=c++98
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++14
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++17
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts1.C  -std=c++98
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++14
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++17
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts2.C  -std=c++98
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++14
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++17
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts3.C  -std=c++98
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts4.C  -std=c++14
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts4.C  -std=c++17
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts4.C  -std=c++98
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts5.C  -std=c++14
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts5.C  -std=c++17
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts5.C  -std=c++98
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++14
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++17
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-ts6.C  -std=c++98
 
 
   - UNSUPPORTED appears       [     =>UNSUP]:
 
   Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/concepts/deduction-constraint1.C  -std=c++14
+    g++:g++.dg/dg.exp=g++.dg/concepts/deduction-constraint1.C  -std=c++17
+    g++:g++.dg/dg.exp=g++.dg/concepts/deduction-constraint1.C  -std=c++98
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/alias-decl-77.C  -std=c++98
     g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-partial-spec15.C  -std=c++14
     g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-partial-spec15.C  -std=c++17
     g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-partial-spec15.C  -std=c++98
     g++:g++.dg/dg.exp=g++.dg/cpp2a/constexpr-init23.C  -std=c++14
     g++:g++.dg/dg.exp=g++.dg/cpp2a/constexpr-init23.C  -std=c++17
     g++:g++.dg/dg.exp=g++.dg/cpp2a/constexpr-init23.C  -std=c++98
+    g++:g++.dg/dg.exp=g++.dg/expr/anew7.C  -std=c++98
     g++:g++.dg/dg.exp=g++.dg/ext/is_trivial1.C  -std=c++14
     g++:g++.dg/dg.exp=g++.dg/ext/is_trivial1.C  -std=c++17
     g++:g++.dg/dg.exp=g++.dg/ext/is_trivial1.C  -std=c++98
@@ -1253,8 +2517,44 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/opt/pr104515.C  -std=gnu++98
     g++:g++.dg/dg.exp=g++.dg/template/explicit-instantiation8.C  -std=c++98
     g++:g++.dg/dg.exp=g++.dg/template/friend80.C  -std=c++98
+  Executed from: g++:g++.dg/gcov/gcov.exp
+    g++:g++.dg/gcov/gcov.exp=g++.dg/gcov/gcov-19.C  -std=gnu++14
+    g++:g++.dg/gcov/gcov.exp=g++.dg/gcov/gcov-19.C  -std=gnu++17
+    g++:g++.dg/gcov/gcov.exp=g++.dg/gcov/gcov-19.C  -std=gnu++20
+    g++:g++.dg/gcov/gcov.exp=g++.dg/gcov/gcov-19.C  -std=gnu++98
+    g++:g++.dg/gcov/gcov.exp=g++.dg/gcov/gcov-20.C  -std=gnu++14
+    g++:g++.dg/gcov/gcov.exp=g++.dg/gcov/gcov-20.C  -std=gnu++17
+    g++:g++.dg/gcov/gcov.exp=g++.dg/gcov/gcov-20.C  -std=gnu++20
+    g++:g++.dg/gcov/gcov.exp=g++.dg/gcov/gcov-20.C  -std=gnu++98
+    g++:g++.dg/gcov/gcov.exp=g++.dg/gcov/gcov-21.C  -std=gnu++14
+    g++:g++.dg/gcov/gcov.exp=g++.dg/gcov/gcov-21.C  -std=gnu++17
+    g++:g++.dg/gcov/gcov.exp=g++.dg/gcov/gcov-21.C  -std=gnu++20
+    g++:g++.dg/gcov/gcov.exp=g++.dg/gcov/gcov-21.C  -std=gnu++98
+  Executed from: g++:g++.dg/modules/modules.exp
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/using-enum-4_a.C -std=c++17
+  Executed from: g++:g++.dg/torture/dg-torture.exp
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115785.C   -O0 
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115785.C   -O1 
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115785.C   -O2 
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115785.C   -O2 -flto -fno-use-linker-plugin -flto-partition=none 
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115785.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects 
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115785.C   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions 
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115785.C   -O3 -g 
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr115785.C   -Os 
+  Executed from: g++:g++.target/arm/mve.exp
+    g++:g++.target/arm/mve.exp=g++.target/arm/../../gcc.target/arm/mve/intrinsics/vsetq_lane_su64.c
   Executed from: gcc:gcc.dg/dg.exp
     gcc:gcc.dg/dg.exp=gcc.dg/bitint-108.c
+    gcc:gcc.dg/dg.exp=gcc.dg/pr115782.c
+  Executed from: gcc:gcc.dg/torture/dg-torture.exp
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115929-1.c   -O0 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115929-1.c   -O1 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115929-1.c   -O2 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115929-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115929-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115929-1.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115929-1.c   -O3 -g 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115929-1.c   -Os 
   Executed from: gcc:gcc.dg/vect/vect.exp
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/vect-reduc-chain-1.c
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/vect-reduc-chain-1.c -flto -ffat-lto-objects
@@ -1272,6 +2572,13 @@ o  IMPROVEMENTS TO BE CHECKED:
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/vect-reduc-chain-dot-slp-4.c -flto -ffat-lto-objects
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/vect-reduc-dot-slp-1.c
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/vect-reduc-dot-slp-1.c -flto -ffat-lto-objects
+  Executed from: gcc:gcc.misc-tests/gcov.exp
+    gcc:gcc.misc-tests/gcov.exp=gcc.misc-tests/gcov-25.c
+    gcc:gcc.misc-tests/gcov.exp=gcc.misc-tests/gcov-26.c
+    gcc:gcc.misc-tests/gcov.exp=gcc.misc-tests/gcov-27.c
+    gcc:gcc.misc-tests/gcov.exp=gcc.misc-tests/gcov-28.c
+  Executed from: gcc:gcc.target/arm/mve/mve.exp
+    gcc:gcc.target/arm/mve/mve.exp=gcc.target/arm/mve/intrinsics/vsetq_lane_su64.c
 
 
 
