diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..7c34a3bd
--- /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-m0 --with-float=soft --target_board=-mthumb/-march=armv6s-m/-mtune=cortex-m0/-mfloat-abi=soft/-mfpu=auto qemu_cpu=cortex-m0
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..bcd20545
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,22 @@
+		=== g++ tests ===
+
+Running g++:g++.dg/dg.exp ...
+FAIL: g++.dg/opt/pr97315-1.C -std=gnu++98 (test for excess errors)
+FAIL: g++.dg/opt/pr97315-1.C -std=gnu++17 (test for excess errors)
+FAIL: g++.dg/opt/pr97315-1.C -std=gnu++26 (test for excess errors)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++98  (test for warnings, line 18)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++26  (test for warnings, line 18)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++17  (test for warnings, line 18)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++98  (test for warnings, line 22)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++26  (test for warnings, line 22)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++17  (test for warnings, line 22)
+		=== gcc tests ===
+
+Running gcc:gcc.target/arm/mve/mve.exp ...
+FAIL: gcc.target/arm/mve/ivopts-3.c scan-tree-dump ivopts "Predict doloop failure due to call in loop."
+
+		=== Results Summary ===
+
+# of stable fails		267
+# of flaky entries		34
+# of all tests			376702
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index f86fdf8b..7dbf0ba4 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-PASS
+ 10 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/109/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 79ef1cf3..842f48f5 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_m0_soft_eabi-build/109/",
-            "run_order": "0109 (basepoints/gcc-15-03082-g9bbad368513)",
-            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=eb53cbeca8cf456b4a79f33d7a2a586a99b4b2e3 (unchanged)",
-            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/9bbad3685131ec95d970f81bf75f9556d4d92742 (+ 62 commits)",
-            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=820dd5009b1b83788bf278912359af3a8e9239ad (unchanged)",
-            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=eb53cbeca8cf456b4a79f33d7a2a586a99b4b2e3 (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/407f9a4b121eb65166375c410e14d7b704bc1106 (unchanged)",
+            "run_order": "0109 (5-changed-components)",
+            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=eb53cbeca8cf456b4a79f33d7a2a586a99b4b2e3 (+ 143 commits)",
+            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/9bbad3685131ec95d970f81bf75f9556d4d92742 (+ 639 commits)",
+            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=820dd5009b1b83788bf278912359af3a8e9239ad (+ 32 commits)",
+            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=eb53cbeca8cf456b4a79f33d7a2a586a99b4b2e3 (+ 143 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/407f9a4b121eb65166375c410e14d7b704bc1106 (+ 178 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-08-21 01:37:04"
+        "Start Time": "2024-08-11 04:21:11"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index fb580b53..d6455755 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,32 +1,67 @@
-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 successfully passed with your patch(es). Please find some details below.
 
-In  arm-eabi cortex-m0 soft after:
-
-  | 62 commits in gcc
+In  arm-eabi cortex-m0 soft, after:
+  | 1135 commits in binutils,gcc,newlib,gdb,qemu
+  | eb53cbeca8c lto: Add a test for PR ld/32083
+  | 573d8bb08bf [gdb/symtab] Return correct reader for top-level CU in cooked_indexer::ensure_cu_exists
+  | 50f8a39878d [gdb] Add const to catch gdb_exception
+  | 365b32b9c77 [gdb/python] Eliminate catch(...) in type_to_type_object
+  | 78125417227 [gdb] Add & in catch in svr4_handle_solib_event
+  | ... and 138 more commits in binutils
   | 9bbad368513 PR tree-optimization/101390: Vectorize modulo operator
   | 23496098bba Dump aliases in -fcallgraph-info
   | c1aba5e7e7d Makefile.tpl: fix whitespace in licence header
   | d6a112afe7c Makefile.tpl: drop leftover intermodule cruft
   | 6ea25c04196 Align ix86_{move_max,store_max} with vectorizer.
-  | ... and 57 more commits in gcc
+  | ... and 634 more commits in gcc
+  | 820dd5009b arc64: Add port for Synopsys DesignWare ARCv3 ISA
+  | 59f4a286a4 Update config.sub to GCC master branch version
+  | d58915acc7 Use ldflags instead of LDFLAGS in newlib.exp
+  | 86d63f0554 Add new version of Synopsys license.
+  | b99f27c25f arc: libgloss: Prepare for porting to ARCv3
+  | ... and 27 more commits in newlib
+  | eb53cbeca8c lto: Add a test for PR ld/32083
+  | 573d8bb08bf [gdb/symtab] Return correct reader for top-level CU in cooked_indexer::ensure_cu_exists
+  | 50f8a39878d [gdb] Add const to catch gdb_exception
+  | 365b32b9c77 [gdb/python] Eliminate catch(...) in type_to_type_object
+  | 78125417227 [gdb] Add & in catch in svr4_handle_solib_event
+  | ... and 138 more commits in gdb
+  | 407f9a4b121 Update version for v9.1.0-rc3 release
+  | 3472f54522a Merge tag 'pull-loongarch-20240821' of https://gitlab.com/gaosong/qemu into staging
+  | d4f5e5af86d hw/loongarch: Fix length for lowram in ACPI SRAT
+  | f36538b86b9 Merge tag 'pull-misc-20240821' of https://gitlab.com/rth7680/qemu into staging
+  | ded1db48c9f target/i386: Fix tss access size in switch_tss_ra
+  | ... and 173 more commits in qemu
 
-PASS
+Produces  10 fixes:
+  | 
+  | fixes.sum:
+  | Running g++:g++.dg/dg.exp ...
+  | FAIL: g++.dg/opt/pr97315-1.C -std=gnu++98 (test for excess errors)
+  | FAIL: g++.dg/opt/pr97315-1.C -std=gnu++17 (test for excess errors)
+  | FAIL: g++.dg/opt/pr97315-1.C -std=gnu++26 (test for excess errors)
+  | XPASS: g++.dg/warn/pr33738.C -std=gnu++98  (test for warnings, line 18)
+  | ... and 7 more
 
-You can find the failure logs in *.log.1.xz files in
- - https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/109/artifact/artifacts/00-sumfiles/
-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_m0_soft_eabi-build/109/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_m0_soft_eabi-build/109/artifact/artifacts/sumfiles/xfails.xfail
+Used configuration :
+ *CI config* tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv6s-m -mtune=cortex-m0 -mfloat-abi=soft -mfpu=auto
+ *configure and test flags:* --target arm-eabi --disable-multilib --with-mode=thumb --with-cpu=cortex-m0 --with-float=soft --target_board=-mthumb/-march=armv6s-m/-mtune=cortex-m0/-mfloat-abi=soft/-mfpu=auto qemu_cpu=cortex-m0
 
-The configuration of this build is:
-CI config tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv6s-m -mtune=cortex-m0 -mfloat-abi=soft -mfpu=auto
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
 -----------------8<--------------------------8<--------------------------8<--------------------------
-The information below can be used to reproduce a debug environment:
+
+The information below contains the details of the failures, and the ways to reproduce a debug environment:
+
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/109/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_m0_soft_eabi-build/109/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_m0_soft_eabi-build/109/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/109/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/107/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/93/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index 0e7372b2..aa219efd 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-amonakov@ispras.ru,schwab@linux-m68k.org,cc:oliva@adacore.com,gerald@pfeifer.com,jamborm@gcc.gnu.org,bcc:tcwg-validation@linaro.org,jakub@redhat.com,polacek@redhat.com,redi@gcc.gnu.org,cc:gcc-regression@gcc.gnu.org,jason@redhat.com,jlaw@ventanamicro.com,cc:mjambor@suse.cz,cc:rguenther@suse.de,gccadmin@gcc.gnu.org,oliva@gnu.org,ro@CeBiTec.Uni-Bielefeld.DE,andrew.carlotti@arm.com,pan2.li@intel.com,iain@sandoe.co.uk,vehre@gcc.gnu.org,sam@gentoo.org,ewlu@rivosinc.com,hongtao.liu@intel.com,nathanieloshead@gmail.com,rguenth@gcc.gnu.org,prathameshk@nvidia.com,ppalka@redhat.com,richard.sandiford@arm.com,quic_apinski@quicinc.com,linkw@gcc.gnu.org,cc:linkw@linux.ibm.com,cc:franek.witt@gmail.com,cc:jwakely@redhat.com,jschmitz@nvidia.com
+bcc:tcwg-validation@linaro.org
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 2d5ff785..df17624f 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 62 commits in gcc: PASS on master-thumb_m0_soft_eabi
+[Linaro-TCWG-CI] 1135 commits in binutils,gcc,newlib,gdb,qemu:  10 fixes on master-thumb_m0_soft_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
new file mode 100644
index 00000000..f99d5fd6
--- /dev/null
+++ b/notify/regressions.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		257
+# of flaky entries		34
+# of all tests			376702
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 24507f2f..7594b231 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.1271821
-CURRENT:  /tmp/gxx-sum2.1271821
+REFERENCE:/tmp/gxx-sum1.9431
+CURRENT:  /tmp/gxx-sum2.9431
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
   +------------------------------------------+---------+---------+
-  | Passes                            [PASS] |  364806 |  365099 |
-  | Unexpected fails                  [FAIL] |     215 |     215 |
+  | Passes                            [PASS] |  364269 |  365099 |
+  | Unexpected fails                  [FAIL] |     219 |     215 |
   | Errors                           [ERROR] |       0 |       0 |
-  | Unexpected passes                [XPASS] |       7 |       7 |
-  | Expected fails                   [XFAIL] |    2446 |    2447 |
+  | Unexpected passes                [XPASS] |      13 |       7 |
+  | Expected fails                   [XFAIL] |    2447 |    2447 |
   | Known fails                      [KFAIL] |       0 |       0 |
   | Unresolved                  [UNRESOLVED] |      36 |      36 |
-  | Unsupported                [UNSUPPORTED] |    8898 |    8898 |
+  | Unsupported                [UNSUPPORTED] |    8883 |    8898 |
   | Untested                      [UNTESTED] |       0 |       0 |
   +------------------------------------------+---------+---------+
 
-    REF PASS ratio: 0.975675
+    REF PASS ratio: 0.975654
     RES PASS ratio: 0.975694
 
 o  REGRESSIONS:
@@ -36,17 +36,42 @@ o  REGRESSIONS:
 
 o  IMPROVEMENTS TO BE CHECKED:
   +------------------------------------------+---------+
-  | PASS disappears           [PASS =>     ] |       9 |
-  | New PASS                  [     => PASS] |     284 |
-  | XFAIL disappears          [XFAIL=>     ] |       6 |
-  | XFAIL appears             [     =>XFAIL] |       7 |
+  | PASS disappears           [PASS =>     ] |      34 |
+  | New PASS                  [     => PASS] |     809 |
+  | XPASS disappears          [XPASS=>     ] |       6 |
+  | FAIL now PASS             [FAIL => PASS] |       4 |
+  | XFAIL disappears          [XFAIL=>     ] |      11 |
+  | XFAIL now PASS            [XFAIL=> PASS] |       3 |
+  | XFAIL appears             [     =>XFAIL] |      14 |
+  | UNSUPPORTED appears       [     =>UNSUP] |      15 |
   +------------------------------------------+---------+
-  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |     306 |
+  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |     896 |
   +------------------------------------------+---------+
 
   - PASS disappears           [PASS =>     ]:
 
+  Executed from: g++:g++.dg/coroutines/coroutines.exp
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105301.C  (test for errors, line 46)
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/ext/typedef-init.C  -std=gnu++17  (test for errors, line 35)
+    g++:g++.dg/dg.exp=g++.dg/ext/typedef-init.C  -std=gnu++26  (test for errors, line 35)
+    g++:g++.dg/dg.exp=g++.dg/ext/typedef-init.C  -std=gnu++98  (test for errors, line 35)
+    g++:g++.dg/dg.exp=g++.dg/pr84492.C  -std=gnu++17  (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/pr84492.C  -std=gnu++17  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/pr84492.C  -std=gnu++26  (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/pr84492.C  -std=gnu++26  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/pr84492.C  -std=gnu++98  (test for errors, line 38)
+    g++:g++.dg/dg.exp=g++.dg/pr84492.C  -std=gnu++98  (test for errors, line 6)
   Executed from: g++:g++.dg/modules/modules.exp
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++17  dg-regexp 16 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:5:6: error: definition of 'enum ONE' does not match\n[^\n]*enum-bad-1_b.C:3:6: note: existing definition 'enum ONE'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:5:11: note: ... this enumerator 'A'\n[^\n]*enum-bad-1_b.C:3:11: note: enumerator 'Q' does not match ...\n[^\n]*enum-bad-1_b.C:15:1: note: during load of binding '::ONE'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++17  dg-regexp 19 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:6:6: error: definition of 'enum<unnamed>' does not match\n[^\n]*enum-bad-1_b.C:4:6: note: existing definition 'enum<unnamed>'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:6:12: note: ... this enumerator 'THREE'\n[^\n]*enum-bad-1_b.C:4:12: note: enumerator 'DREI' does not match ...\n[^\n]*enum-bad-1_b.C:18:9: note: during load of binding '::TWO'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++17  dg-regexp 22 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:7:6: error: definition of 'enum FOUR' does not match\n[^\n]*enum-bad-1_b.C:5:6: note: existing definition 'enum FOUR'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:7:12: note: ... this enumerator 'B'\n[^\n]*enum-bad-1_b.C:5:12: note: enumerator 'B' does not match ...\n[^\n]*enum-bad-1_b.C:21:1: note: during load of binding '::FOUR'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++2a  dg-regexp 16 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:5:6: error: definition of 'enum ONE' does not match\n[^\n]*enum-bad-1_b.C:3:6: note: existing definition 'enum ONE'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:5:11: note: ... this enumerator 'A'\n[^\n]*enum-bad-1_b.C:3:11: note: enumerator 'Q' does not match ...\n[^\n]*enum-bad-1_b.C:15:1: note: during load of binding '::ONE'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++2a  dg-regexp 19 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:6:6: error: definition of 'enum<unnamed>' does not match\n[^\n]*enum-bad-1_b.C:4:6: note: existing definition 'enum<unnamed>'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:6:12: note: ... this enumerator 'THREE'\n[^\n]*enum-bad-1_b.C:4:12: note: enumerator 'DREI' does not match ...\n[^\n]*enum-bad-1_b.C:18:9: note: during load of binding '::TWO'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++2a  dg-regexp 22 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:7:6: error: definition of 'enum FOUR' does not match\n[^\n]*enum-bad-1_b.C:5:6: note: existing definition 'enum FOUR'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:7:12: note: ... this enumerator 'B'\n[^\n]*enum-bad-1_b.C:5:12: note: enumerator 'B' does not match ...\n[^\n]*enum-bad-1_b.C:21:1: note: during load of binding '::FOUR'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++2b  dg-regexp 16 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:5:6: error: definition of 'enum ONE' does not match\n[^\n]*enum-bad-1_b.C:3:6: note: existing definition 'enum ONE'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:5:11: note: ... this enumerator 'A'\n[^\n]*enum-bad-1_b.C:3:11: note: enumerator 'Q' does not match ...\n[^\n]*enum-bad-1_b.C:15:1: note: during load of binding '::ONE'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++2b  dg-regexp 19 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:6:6: error: definition of 'enum<unnamed>' does not match\n[^\n]*enum-bad-1_b.C:4:6: note: existing definition 'enum<unnamed>'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:6:12: note: ... this enumerator 'THREE'\n[^\n]*enum-bad-1_b.C:4:12: note: enumerator 'DREI' does not match ...\n[^\n]*enum-bad-1_b.C:18:9: note: during load of binding '::TWO'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++2b  dg-regexp 22 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:7:6: error: definition of 'enum FOUR' does not match\n[^\n]*enum-bad-1_b.C:5:6: note: existing definition 'enum FOUR'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:7:12: note: ... this enumerator 'B'\n[^\n]*enum-bad-1_b.C:5:12: note: enumerator 'B' does not match ...\n[^\n]*enum-bad-1_b.C:21:1: note: during load of binding '::FOUR'\n"
     g++:g++.dg/modules/modules.exp=g++.dg/modules/export-1.C -std=c++17  at line 28 (test for warnings, line )
     g++:g++.dg/modules/modules.exp=g++.dg/modules/export-1.C -std=c++2a  at line 28 (test for warnings, line )
     g++:g++.dg/modules/modules.exp=g++.dg/modules/export-1.C -std=c++2b  at line 28 (test for warnings, line )
@@ -56,11 +81,76 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/modules/modules.exp=g++.dg/modules/main-1.C -std=c++17  (test for errors, line 5)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/main-1.C -std=c++2a  (test for errors, line 5)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/main-1.C -std=c++2b  (test for errors, line 5)
+  Executed from: g++:g++.old-deja/old-deja.exp
+    g++:g++.old-deja/old-deja.exp=g++.old-deja/g++.pt/crash51.C  -std=gnu++17  (test for errors, line 10)
+    g++:g++.old-deja/old-deja.exp=g++.old-deja/g++.pt/crash51.C  -std=gnu++17 (test for excess errors)
+    g++:g++.old-deja/old-deja.exp=g++.old-deja/g++.pt/crash51.C  -std=gnu++26  (test for errors, line 10)
+    g++:g++.old-deja/old-deja.exp=g++.old-deja/g++.pt/crash51.C  -std=gnu++26 (test for excess errors)
+    g++:g++.old-deja/old-deja.exp=g++.old-deja/g++.pt/crash51.C  -std=gnu++98  (test for errors, line 10)
+    g++:g++.old-deja/old-deja.exp=g++.old-deja/g++.pt/crash51.C  -std=gnu++98 (test for excess errors)
 
 
   - New PASS                  [     => PASS]:
 
+  Executed from: g++:g++.dg/coroutines/coroutines.exp
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105301.C  (test for errors, line 49)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-1.C  at line 27 (test for errors, line 26)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-1.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-2.C  at line 29 (test for errors, line 28)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-2.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-3.C  at line 29 (test for errors, line 28)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-3.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-4.C  at line 41 (test for errors, line 40)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-4.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-5.C  at line 29 (test for errors, line 28)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-5.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-6.C  at line 29 (test for errors, line 28)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-6.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-broken-spec-2.C  at line 33 (test for errors, line 32)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-broken-spec-2.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-broken-spec.C  at line 29 (test for errors, line 28)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475-broken-spec.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475.C  at line 28 (test for errors, line 27)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr105475.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr112341-2.C  (test for errors, line 22)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr112341-2.C  (test for errors, line 23)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr112341-2.C  (test for errors, line 24)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr112341-2.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr112341-3.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr112341.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr116327-preview-this.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C (test for excess errors)
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C execution test
+  Executed from: g++:g++.dg/coroutines/torture/coro-torture.exp
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O0  (test for excess errors)
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O0  execution test
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O1  (test for excess errors)
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O1  execution test
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O2  (test for excess errors)
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O2  execution test
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O3 -g  (test for excess errors)
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -O3 -g  execution test
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -Os  (test for excess errors)
+    g++:g++.dg/coroutines/torture/coro-torture.exp=g++.dg/coroutines/torture/co-yield-03-tmpl-nondependent.C   -Os  execution test
   Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/DRs/dr2387.C  -std=c++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/DRs/dr2387.C  -std=c++14 execution test
+    g++:g++.dg/dg.exp=g++.dg/DRs/dr2387.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/DRs/dr2387.C  -std=c++17 execution test
+    g++:g++.dg/dg.exp=g++.dg/DRs/dr2387.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/DRs/dr2387.C  -std=c++26 execution test
+    g++:g++.dg/dg.exp=g++.dg/DRs/dr882.C  -std=c++11  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/DRs/dr882.C  -std=c++11 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/DRs/dr882.C  -std=c++17  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/DRs/dr882.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/DRs/dr882.C  -std=c++26  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/DRs/dr882.C  -std=c++26 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-82.C  -std=c++11  (test for warnings, line 4)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-82.C  -std=c++11 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-82.C  -std=c++17  (test for warnings, line 4)
@@ -79,6 +169,15 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-83.C  -std=c++26  (test for warnings, line 8)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-83.C  -std=c++26  (test for warnings, line 9)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-83.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-84.C  -std=c++11  (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-84.C  -std=c++11  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-84.C  -std=c++11 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-84.C  -std=c++17  (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-84.C  -std=c++17  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-84.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-84.C  -std=c++26  (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-84.C  -std=c++26  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/gen-attrs-84.C  -std=c++26 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/initlist-err1.C  -std=c++11  (test for errors, line 10)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/initlist-err1.C  -std=c++11 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/initlist-err1.C  -std=c++17  (test for errors, line 10)
@@ -97,6 +196,9 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/cpp0x/initlist-err3.C  -std=c++17 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/initlist-err3.C  -std=c++26  (test for errors, line 10)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/initlist-err3.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/variadic186.C  -std=c++11 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/variadic186.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/variadic186.C  -std=c++26 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-116384.C  -std=c++11 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-116384.C  -std=c++17 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-116384.C  -std=c++26 (test for excess errors)
@@ -109,15 +211,192 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/cpp1y/constexpr-recursion2.C  -std=gnu++26  (test for errors, line 14)
     g++:g++.dg/dg.exp=g++.dg/cpp1y/constexpr-recursion2.C  -std=gnu++26  (test for errors, line 20)
     g++:g++.dg/dg.exp=g++.dg/cpp1y/constexpr-recursion2.C  -std=gnu++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp1y/nsdmi-aggr23.C  -std=c++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp1y/nsdmi-aggr23.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp1y/nsdmi-aggr23.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype-auto25.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype-auto25.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype-auto25.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype-auto26.C  -std=c++20  scan-assembler _Z1f1DIXtl1CtlA2_iLi0ELi1EEEEE
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype-auto26.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype-auto26.C  -std=c++23  scan-assembler _Z1f1DIXtl1CtlA2_iLi0ELi1EEEEE
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype-auto26.C  -std=c++23 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype-auto26.C  -std=c++26  scan-assembler _Z1f1DIXtl1CtlA2_iLi0ELi1EEEEE
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype-auto26.C  -std=c++26 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype6.C  -std=c++17 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype6.C  -std=c++20 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype6.C  -std=c++26 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype6a.C  -std=c++17 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype6a.C  -std=c++20 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp1z/nontype6a.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp23/class-deduction-inherited5.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp23/class-deduction-inherited5.C  -std=c++23 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp23/class-deduction-inherited5.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp23/class-deduction-inherited6.C  -std=c++23 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp23/class-deduction-inherited6.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/constexpr-new1.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/constexpr-new2.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/constexpr-new3.C  -std=c++26  (test for errors, line 30)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/constexpr-new3.C  -std=c++26  (test for errors, line 40)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/constexpr-new3.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/decomp11.C  -std=gnu++11  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/decomp11.C  -std=gnu++11  at line 11 (test for warnings, line 10)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/decomp11.C  -std=gnu++11 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/decomp11.C  -std=gnu++14  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/decomp11.C  -std=gnu++14  at line 11 (test for warnings, line 10)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/decomp11.C  -std=gnu++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/decomp11.C  -std=gnu++17  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/decomp11.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/nontype-class37.C  -std=gnu++20 pr94568 (test for bogus messages, line 80)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/nontype-class37.C  -std=gnu++23 pr94568 (test for bogus messages, line 80)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/nontype-class37.C  -std=gnu++26 pr94568 (test for bogus messages, line 80)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/spaceship-synth16a.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/spaceship-synth16a.C  -std=c++23 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/spaceship-synth16a.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/ext/attr-format4.C  -std=gnu++11  (test for warnings, line 11)
+    g++:g++.dg/dg.exp=g++.dg/ext/attr-format4.C  -std=gnu++11  (test for warnings, line 12)
+    g++:g++.dg/dg.exp=g++.dg/ext/attr-format4.C  -std=gnu++11 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/ext/attr-format4.C  -std=gnu++17  (test for warnings, line 11)
+    g++:g++.dg/dg.exp=g++.dg/ext/attr-format4.C  -std=gnu++17  (test for warnings, line 12)
+    g++:g++.dg/dg.exp=g++.dg/ext/attr-format4.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/ext/attr-format4.C  -std=gnu++26  (test for warnings, line 11)
+    g++:g++.dg/dg.exp=g++.dg/ext/attr-format4.C  -std=gnu++26  (test for warnings, line 12)
+    g++:g++.dg/dg.exp=g++.dg/ext/attr-format4.C  -std=gnu++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/ext/typedef-init.C  -std=gnu++17  (test for warnings, line 35)
+    g++:g++.dg/dg.exp=g++.dg/ext/typedef-init.C  -std=gnu++26  (test for warnings, line 35)
+    g++:g++.dg/dg.exp=g++.dg/ext/typedef-init.C  -std=gnu++98  (test for warnings, line 35)
+    g++:g++.dg/dg.exp=g++.dg/opt/pr96780.C  -std=c++11  scan-tree-dump-not gimple "= std::forward_like"
+    g++:g++.dg/dg.exp=g++.dg/opt/pr96780.C  -std=c++17  scan-tree-dump-not gimple "= std::forward_like"
+    g++:g++.dg/dg.exp=g++.dg/opt/pr96780.C  -std=c++26  scan-tree-dump-not gimple "= std::forward_like"
+    g++:g++.dg/dg.exp=g++.dg/parse/enum15.C  -std=c++17  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/parse/enum15.C  -std=c++17  (test for warnings, line 6)
+    g++:g++.dg/dg.exp=g++.dg/parse/enum15.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/parse/enum15.C  -std=c++26  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/parse/enum15.C  -std=c++26  (test for warnings, line 6)
+    g++:g++.dg/dg.exp=g++.dg/parse/enum15.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/parse/enum15.C  -std=c++98  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/parse/enum15.C  -std=c++98  (test for warnings, line 6)
+    g++:g++.dg/dg.exp=g++.dg/parse/enum15.C  -std=c++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/pr84492.C  -std=gnu++17  (test for warnings, line 38)
+    g++:g++.dg/dg.exp=g++.dg/pr84492.C  -std=gnu++17  (test for warnings, line 6)
+    g++:g++.dg/dg.exp=g++.dg/pr84492.C  -std=gnu++26  (test for warnings, line 38)
+    g++:g++.dg/dg.exp=g++.dg/pr84492.C  -std=gnu++26  (test for warnings, line 6)
+    g++:g++.dg/dg.exp=g++.dg/pr84492.C  -std=gnu++98  (test for warnings, line 38)
+    g++:g++.dg/dg.exp=g++.dg/pr84492.C  -std=gnu++98  (test for warnings, line 6)
+    g++:g++.dg/dg.exp=g++.dg/template/access42.C  -std=c++11 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/access42.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/access42.C  -std=c++26 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/template/conv21.C  -std=c++11 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/template/conv21.C  -std=c++17 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/template/conv21.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/explicit-instantiation9.C  -std=c++17  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/template/explicit-instantiation9.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/explicit-instantiation9.C  -std=c++26  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/template/explicit-instantiation9.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/explicit-instantiation9.C  -std=c++98  (test for errors, line 6)
+    g++:g++.dg/dg.exp=g++.dg/template/explicit-instantiation9.C  -std=c++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/friend82.C  -std=c++17  (test for bogus messages, line 22)
+    g++:g++.dg/dg.exp=g++.dg/template/friend82.C  -std=c++17  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/template/friend82.C  -std=c++17  (test for warnings, line 23)
+    g++:g++.dg/dg.exp=g++.dg/template/friend82.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/friend82.C  -std=c++26  (test for bogus messages, line 22)
+    g++:g++.dg/dg.exp=g++.dg/template/friend82.C  -std=c++26  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/template/friend82.C  -std=c++26  (test for warnings, line 23)
+    g++:g++.dg/dg.exp=g++.dg/template/friend82.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/friend82.C  -std=c++98  (test for bogus messages, line 22)
+    g++:g++.dg/dg.exp=g++.dg/template/friend82.C  -std=c++98  (test for errors, line 18)
+    g++:g++.dg/dg.exp=g++.dg/template/friend82.C  -std=c++98  (test for warnings, line 23)
+    g++:g++.dg/dg.exp=g++.dg/template/friend82.C  -std=c++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1.C  -std=c++17  (test for warnings, line 12)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1.C  -std=c++17  (test for warnings, line 18)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1.C  -std=c++17  (test for warnings, line 7)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1.C  -std=c++26  (test for warnings, line 12)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1.C  -std=c++26  (test for warnings, line 18)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1.C  -std=c++26  (test for warnings, line 7)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1.C  -std=c++98  (test for warnings, line 12)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1.C  -std=c++98  (test for warnings, line 18)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1.C  -std=c++98  (test for warnings, line 7)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1.C  -std=c++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++17  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++17  (test for warnings, line 16)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++17  (test for warnings, line 22)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++17  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++17  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++17  at line 10 (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++17  at line 11 (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++26  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++26  (test for warnings, line 16)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++26  (test for warnings, line 22)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++26  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++26  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++26  at line 10 (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++26  at line 11 (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++98  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++98  (test for warnings, line 16)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++98  (test for warnings, line 22)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++98  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++98  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++98  at line 10 (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++98  at line 11 (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1a.C  -std=c++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++17  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++17  (test for warnings, line 26)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++17  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++17  at line 10 (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++26  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++26  (test for warnings, line 26)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++26  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++26  at line 10 (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++98  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++98  (test for warnings, line 26)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++98  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++98  at line 10 (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1b.C  -std=c++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++17  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++17  (test for warnings, line 16)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++17  (test for warnings, line 22)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++17  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++17  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++17  at line 10 (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++17  at line 11 (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++26  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++26  (test for warnings, line 16)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++26  (test for warnings, line 22)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++26  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++26  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++26  at line 10 (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++26  at line 11 (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++98  (test for errors, line 7)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++98  (test for warnings, line 16)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++98  (test for warnings, line 22)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++98  (test for warnings, line 27)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++98  (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++98  at line 10 (test for warnings, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++98  at line 11 (test for errors, line 9)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error1c.C  -std=c++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++17  (test for bogus messages, line 14)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++17  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++17  (test for warnings, line 11)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++17  (test for warnings, line 15)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++26  (test for bogus messages, line 14)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++26  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++26  (test for warnings, line 11)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++26  (test for warnings, line 15)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++98  (test for bogus messages, line 14)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++98  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++98  (test for warnings, line 11)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++98  (test for warnings, line 15)
+    g++:g++.dg/dg.exp=g++.dg/template/permissive-error2.C  -std=c++98 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr103660-0.C  -std=gnu++17  scan-tree-dump-not forwprop1 "bit_ior_expr, "
     g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr103660-0.C  -std=gnu++17  scan-tree-dump-times forwprop1 "(?:lt_expr|min_expr), " 2
     g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr103660-0.C  -std=gnu++17  scan-tree-dump-times forwprop1 "(?:vec_cond_expr|min_expr), " 2
@@ -190,7 +469,82 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr103660-4.C  -std=gnu++98  scan-tree-dump-times forwprop2 "(?:lt_expr|min_expr), " 6
     g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr103660-4.C  -std=gnu++98  scan-tree-dump-times forwprop2 "(?:vec_cond_expr|min_expr), " 6
     g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr103660-4.C  -std=gnu++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++17  scan-tree-dump-times forwprop1 " != " 2
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++17  scan-tree-dump-times forwprop1 " & " 2
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++17  scan-tree-dump-times forwprop1 " == " 10
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++17  scan-tree-dump-times forwprop1 " \\^ " 4
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++17  scan-tree-dump-times forwprop1 " \\| " 2
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++26  scan-tree-dump-times forwprop1 " != " 2
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++26  scan-tree-dump-times forwprop1 " & " 2
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++26  scan-tree-dump-times forwprop1 " == " 10
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++26  scan-tree-dump-times forwprop1 " \\^ " 4
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++26  scan-tree-dump-times forwprop1 " \\| " 2
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++98  scan-tree-dump-times forwprop1 " != " 2
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++98  scan-tree-dump-times forwprop1 " & " 2
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++98  scan-tree-dump-times forwprop1 " == " 10
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++98  scan-tree-dump-times forwprop1 " \\^ " 4
+    g++:g++.dg/dg.exp=g++.dg/tree-ssa/pr111150.C  -std=gnu++98  scan-tree-dump-times forwprop1 " \\| " 2
+    g++:g++.dg/dg.exp=g++.dg/warn/Wdangling-reference22.C  -std=gnu++11  (test for bogus messages, line 17)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wdangling-reference22.C  -std=gnu++11 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wdangling-reference22.C  -std=gnu++17  (test for bogus messages, line 17)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wdangling-reference22.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wdangling-reference22.C  -std=gnu++26  (test for bogus messages, line 17)
+    g++:g++.dg/dg.exp=g++.dg/warn/Wdangling-reference22.C  -std=gnu++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738-2.C  -std=gnu++17  (test for warnings, line 19)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738-2.C  -std=gnu++17  (test for warnings, line 23)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738-2.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738-2.C  -std=gnu++17 execution test
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738-2.C  -std=gnu++26  (test for warnings, line 19)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738-2.C  -std=gnu++26  (test for warnings, line 23)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738-2.C  -std=gnu++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738-2.C  -std=gnu++26 execution test
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738-2.C  -std=gnu++98  (test for warnings, line 19)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738-2.C  -std=gnu++98  (test for warnings, line 23)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738-2.C  -std=gnu++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738-2.C  -std=gnu++98 execution test
   Executed from: g++:g++.dg/modules/modules.exp
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/ambig-2_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/ambig-2_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/ambig-2_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/ambig-2_a.C module-cmi A (gcm.cache/A.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/ambig-2_b.C -std=c++17  (test for errors, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/ambig-2_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/ambig-2_b.C -std=c++2a  (test for errors, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/ambig-2_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/ambig-2_b.C -std=c++2b  (test for errors, line 8)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/ambig-2_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/ambig-2_b.C module-cmi !B (gcm.cache/B.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-1_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-1_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-1_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-1_a.C module-cmi M (gcm.cache/M.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-1_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-1_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-1_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-2_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-2_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-2_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-2_a.C module-cmi M (gcm.cache/M.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-2_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-2_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-2_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_a.C module-cmi A (gcm.cache/A.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_b.C module-cmi B (gcm.cache/B.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_c.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_c.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_c.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_d.C -std=c++17  (test for errors, line 30)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_d.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_d.C -std=c++2a  (test for errors, line 30)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_d.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_d.C -std=c++2b  (test for errors, line 30)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-3_d.C -std=c++2b (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-4_a.C -std=c++17 (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-4_a.C -std=c++2a (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-4_a.C -std=c++2b (test for excess errors)
@@ -208,9 +562,30 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-4_c.C -std=c++2b  (test for errors, line 14)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-4_c.C -std=c++2b  (test for errors, line 15)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/dguide-4_c.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++17  dg-regexp 16 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:5:6: error: definition of 'enum ONE' does not match\n[^\n]*enum-bad-1_b.C:3:6: note: existing definition 'enum ONE'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:5:11: note: enumerator 'A' does not match ...\n[^\n]*enum-bad-1_b.C:3:11: note: ... this enumerator 'Q'\n[^\n]*enum-bad-1_b.C:15:1: note: during load of binding '::ONE'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++17  dg-regexp 19 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:6:6: error: definition of 'enum<unnamed>' does not match\n[^\n]*enum-bad-1_b.C:4:6: note: existing definition 'enum<unnamed>'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:6:12: note: enumerator 'THREE' does not match ...\n[^\n]*enum-bad-1_b.C:4:12: note: ... this enumerator 'DREI'\n[^\n]*enum-bad-1_b.C:18:9: note: during load of binding '::TWO'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++17  dg-regexp 22 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:7:6: error: definition of 'enum FOUR' does not match\n[^\n]*enum-bad-1_b.C:5:6: note: existing definition 'enum FOUR'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:7:12: note: enumerator 'B' does not match ...\n[^\n]*enum-bad-1_b.C:5:12: note: ... this enumerator 'B'\n[^\n]*enum-bad-1_b.C:21:1: note: during load of binding '::FOUR'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++2a  dg-regexp 16 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:5:6: error: definition of 'enum ONE' does not match\n[^\n]*enum-bad-1_b.C:3:6: note: existing definition 'enum ONE'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:5:11: note: enumerator 'A' does not match ...\n[^\n]*enum-bad-1_b.C:3:11: note: ... this enumerator 'Q'\n[^\n]*enum-bad-1_b.C:15:1: note: during load of binding '::ONE'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++2a  dg-regexp 19 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:6:6: error: definition of 'enum<unnamed>' does not match\n[^\n]*enum-bad-1_b.C:4:6: note: existing definition 'enum<unnamed>'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:6:12: note: enumerator 'THREE' does not match ...\n[^\n]*enum-bad-1_b.C:4:12: note: ... this enumerator 'DREI'\n[^\n]*enum-bad-1_b.C:18:9: note: during load of binding '::TWO'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++2a  dg-regexp 22 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:7:6: error: definition of 'enum FOUR' does not match\n[^\n]*enum-bad-1_b.C:5:6: note: existing definition 'enum FOUR'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:7:12: note: enumerator 'B' does not match ...\n[^\n]*enum-bad-1_b.C:5:12: note: ... this enumerator 'B'\n[^\n]*enum-bad-1_b.C:21:1: note: during load of binding '::FOUR'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++2b  dg-regexp 16 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:5:6: error: definition of 'enum ONE' does not match\n[^\n]*enum-bad-1_b.C:3:6: note: existing definition 'enum ONE'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:5:11: note: enumerator 'A' does not match ...\n[^\n]*enum-bad-1_b.C:3:11: note: ... this enumerator 'Q'\n[^\n]*enum-bad-1_b.C:15:1: note: during load of binding '::ONE'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++2b  dg-regexp 19 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:6:6: error: definition of 'enum<unnamed>' does not match\n[^\n]*enum-bad-1_b.C:4:6: note: existing definition 'enum<unnamed>'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:6:12: note: enumerator 'THREE' does not match ...\n[^\n]*enum-bad-1_b.C:4:12: note: ... this enumerator 'DREI'\n[^\n]*enum-bad-1_b.C:18:9: note: during load of binding '::TWO'\n"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/enum-bad-1_b.C -std=c++2b  dg-regexp 22 was found: "In module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:7:6: error: definition of 'enum FOUR' does not match\n[^\n]*enum-bad-1_b.C:5:6: note: existing definition 'enum FOUR'\nIn module [^\n]*enum-bad-1_a.H, imported at [^\n]*enum-bad-1_b.C:8:\n[^\n]*enum-bad-1_a.H:7:12: note: enumerator 'B' does not match ...\n[^\n]*enum-bad-1_b.C:5:12: note: ... this enumerator 'B'\n[^\n]*enum-bad-1_b.C:21:1: note: during load of binding '::FOUR'\n"
     g++:g++.dg/modules/modules.exp=g++.dg/modules/main-1.C -std=c++17  (test for errors, line 4)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/main-1.C -std=c++2a  (test for errors, line 4)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/main-1.C -std=c++2b  (test for errors, line 4)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/part-9_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/part-9_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/part-9_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/part-9_a.C module-cmi M:a (gcm.cache/M-a.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/part-9_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/part-9_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/part-9_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/part-9_b.C module-cmi M:b (gcm.cache/M-b.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/part-9_c.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/part-9_c.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/part-9_c.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/part-9_c.C module-cmi M (gcm.cache/M.gcm)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/permissive-error-1.C -std=c++17  (test for errors, line 4)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/permissive-error-1.C -std=c++17  (test for warnings, line 8)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/permissive-error-1.C -std=c++17  at line 9 (test for warnings, line 8)
@@ -245,6 +620,42 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115020_b.C -std=c++2a (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115020_b.C -std=c++2b (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115020_b.C module-cmi M (gcm.cache/M.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115062_a.H -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115062_a.H -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115062_a.H -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115062_a.H module-cmi  (gcm.cache/$srcdir/g++.dg/modules/pr115062_a.H.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115062_b.H -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115062_b.H -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115062_b.H -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115062_b.H module-cmi  (gcm.cache/$srcdir/g++.dg/modules/pr115062_b.H.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115062_c.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115062_c.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/pr115062_c.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-15_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-15_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-15_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-15_a.C module-cmi M:a (gcm.cache/M-a.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-15_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-15_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-15_b.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-15_b.C module-cmi M:b (gcm.cache/M-b.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-15_c.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-15_c.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-15_c.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-15_c.C module-cmi M (gcm.cache/M.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_a.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_a.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_a.C -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_a.C module-cmi test (gcm.cache/test.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_b.C -std=c++17  (test for errors, line 13)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_b.C -std=c++17  (test for errors, line 14)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_b.C -std=c++2a  (test for errors, line 13)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_b.C -std=c++2a  (test for errors, line 14)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_b.C -std=c++2b  (test for errors, line 13)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_b.C -std=c++2b  (test for errors, line 14)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-friend-16_b.C -std=c++2b (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-nttp-1_a.C (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-nttp-1_a.C module-cmi m:a (gcm.cache/m-a.gcm)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-nttp-1_b.C (test for excess errors)
@@ -259,10 +670,132 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-spec-9_c.C -std=c++17 (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-spec-9_c.C -std=c++2a (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/tpl-spec-9_c.C -std=c++2b (test for excess errors)
+  Executed from: g++:g++.dg/torture/dg-torture.exp
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O0  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O1  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O2  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O3 -g  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -Os  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O0  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O1  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O2  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O3 -g  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -Os  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -O0  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -O0  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -O1  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -O1  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -O2  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -O2  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.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/pr116120-1.C   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -O3 -g  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -O3 -g  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -Os  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-1.C   -Os  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -O0  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -O0  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -O1  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -O1  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -O2  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -O2  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.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/pr116120-2.C   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -O3 -g  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -O3 -g  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -Os  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116120-2.C   -Os  execution test
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116179-1.C   -O0  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116179-1.C   -O1  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116179-1.C   -O2  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116179-1.C   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116179-1.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116179-1.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/pr116179-1.C   -O3 -g  (test for excess errors)
+    g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/pr116179-1.C   -Os  (test for excess errors)
+  Executed from: g++:g++.old-deja/old-deja.exp
+    g++:g++.old-deja/old-deja.exp=g++.old-deja/g++.pt/crash51.C  -std=c++17  (test for errors, line 9)
+    g++:g++.old-deja/old-deja.exp=g++.old-deja/g++.pt/crash51.C  -std=c++17 (test for excess errors)
+    g++:g++.old-deja/old-deja.exp=g++.old-deja/g++.pt/crash51.C  -std=c++26  (test for errors, line 9)
+    g++:g++.old-deja/old-deja.exp=g++.old-deja/g++.pt/crash51.C  -std=c++26 (test for excess errors)
+    g++:g++.old-deja/old-deja.exp=g++.old-deja/g++.pt/crash51.C  -std=c++98  (test for errors, line 9)
+    g++:g++.old-deja/old-deja.exp=g++.old-deja/g++.pt/crash51.C  -std=c++98 (test for excess errors)
   Executed from: gcc:gcc.dg/dg.exp
+    gcc:gcc.dg/dg.exp=gcc.dg/c2y-byte-alias-1.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/c2y-byte-alias-1.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/c2y-byte-alias-2.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/c2y-byte-alias-2.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/c2y-byte-alias-3.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/c2y-byte-alias-3.c execution test
     gcc:gcc.dg/dg.exp=gcc.dg/callgraph-info-1.c (test for excess errors)
     gcc:gcc.dg/dg.exp=gcc.dg/callgraph-info-1.c scan-ci-dump-times ci "triangle" 1
+  Executed from: gcc:gcc.dg/sarif-output/sarif-output.exp
+    gcc:gcc.dg/sarif-output/sarif-output.exp=gcc.dg/sarif-output/missing-semicolon.c (test .sarif output for UTF-8-encoded parseable JSON)
+    gcc:gcc.dg/sarif-output/sarif-output.exp=gcc.dg/sarif-output/missing-semicolon.c (test for excess errors)
+    gcc:gcc.dg/sarif-output/sarif-output.exp=gcc.dg/sarif-output/no-diagnostics.c (test .sarif output for UTF-8-encoded parseable JSON)
+    gcc:gcc.dg/sarif-output/sarif-output.exp=gcc.dg/sarif-output/no-diagnostics.c (test for excess errors)
+    gcc:gcc.dg/sarif-output/sarif-output.exp=gcc.dg/sarif-output/werror.c (test .sarif output for UTF-8-encoded parseable JSON)
+    gcc:gcc.dg/sarif-output/sarif-output.exp=gcc.dg/sarif-output/werror.c (test for excess errors)
   Executed from: gcc:gcc.dg/torture/dg-torture.exp
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O0  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O1  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O2  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -O3 -g  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116156-1.c   -Os  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O0  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O1  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O2  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -O3 -g  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=c-c++-common/torture/pr116189-1.c   -Os  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111821.c   -O0  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111821.c   -O1  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111821.c   -O2  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111821.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111821.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111821.c   -O3 -g  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111821.c   -Os  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116134-1.c   -O0  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116134-1.c   -O1  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116134-1.c   -O2  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116134-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116134-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116134-1.c   -O3 -g  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116134-1.c   -Os  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116199.c   -O0  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116199.c   -O1  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116199.c   -O2  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116199.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116199.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116199.c   -O3 -g  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116199.c   -Os  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116343.c   -O0  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116343.c   -O1  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116343.c   -O2  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116343.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116343.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116343.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116343.c   -O3 -g  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116343.c   -Os  (test for excess errors)
     gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116380.c   -O0  (test for excess errors)
     gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116380.c   -O1  (test for excess errors)
     gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr116380.c   -O2  (test for excess errors)
@@ -338,7 +871,18 @@ o  IMPROVEMENTS TO BE CHECKED:
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/pr103660-4.c scan-tree-dump-times forwprop1 "cond_expr, " 3
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/pr103660-4.c scan-tree-dump-times forwprop1 "lt_expr, " 3
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/pr103660-4.c scan-tree-dump-times forwprop1 "min_expr, " 3
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/pr111150-1.c scan-tree-dump-times forwprop1 "<eq_expr, " 10
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/pr111150-1.c scan-tree-dump-times forwprop1 "<ne_expr, " 2
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/pr111150-1.c scan-tree-dump-times forwprop1 "bit_and_expr, " 2
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/pr111150-1.c scan-tree-dump-times forwprop1 "bit_ior_expr, " 2
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/pr111150.c scan-tree-dump-times forwprop1 " == " 4
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/pr116406.c (test for excess errors)
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/range-isfinite.c (test for excess errors)
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/range-isfinite.c scan-tree-dump-not evrp "link_error"
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/range-isinf.c (test for excess errors)
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/range-isinf.c scan-tree-dump-not evrp "link_error"
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/range-isnormal.c (test for excess errors)
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/range-isnormal.c scan-tree-dump-not evrp "link_error"
   Executed from: libstdc++:libstdc++-dg/conformance.exp
     libstdc++:libstdc++-dg/conformance.exp=20_util/variant/types_neg.cc  -std=gnu++17  (test for errors, line )
     libstdc++:libstdc++-dg/conformance.exp=20_util/variant/types_neg.cc  -std=gnu++17  (test for errors, line 10)
@@ -348,19 +892,71 @@ o  IMPROVEMENTS TO BE CHECKED:
     libstdc++:libstdc++-dg/conformance.exp=20_util/variant/types_neg.cc  -std=gnu++17  (test for errors, line 7)
     libstdc++:libstdc++-dg/conformance.exp=20_util/variant/types_neg.cc  -std=gnu++17  (test for errors, line 8)
     libstdc++:libstdc++-dg/conformance.exp=20_util/variant/types_neg.cc  -std=gnu++17  (test for errors, line 9)
+    libstdc++:libstdc++-dg/conformance.exp=20_util/variant/visit_member.cc  -std=gnu++26 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=20_util/variant/visit_member.cc  -std=gnu++26 execution test
+    libstdc++:libstdc++-dg/conformance.exp=21_strings/basic_string/cons/113841.cc  -std=gnu++20 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=21_strings/basic_string/cons/113841.cc  -std=gnu++26 (test for excess errors)
     libstdc++:libstdc++-dg/conformance.exp=22_locale/num_put/put/char/lwg4084.cc  -std=gnu++17 (test for excess errors)
     libstdc++:libstdc++-dg/conformance.exp=22_locale/num_put/put/char/lwg4084.cc  -std=gnu++17 execution test
+    libstdc++:libstdc++-dg/conformance.exp=std/format/arguments/args.cc  -std=gnu++26 std::visit_format_arg (test for warnings, line )
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx.cc  -std=gnu++26  (test for warnings, line 476)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx_neg.cc  -std=gnu++26  (test for errors, line )
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx_neg.cc  -std=gnu++26  (test for errors, line 17)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx_neg.cc  -std=gnu++26  (test for errors, line 19)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx_neg.cc  -std=gnu++26  (test for errors, line 21)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx_neg.cc  -std=gnu++26  (test for errors, line 23)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx_neg.cc  -std=gnu++26  (test for errors, line 24)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx_neg.cc  -std=gnu++26  (test for errors, line 26)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx_neg.cc  -std=gnu++26  (test for errors, line 27)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx_neg.cc  -std=gnu++26  (test for errors, line 33)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx_neg.cc  -std=gnu++26  (test for errors, line 34)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx_neg.cc  -std=gnu++26  (test for errors, line 35)
+    libstdc++:libstdc++-dg/conformance.exp=std/format/parse_ctx_neg.cc  -std=gnu++26 (test for excess errors)
+
+
+  - XPASS disappears          [XPASS=>     ]:
+
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738.C  -std=gnu++17  (test for warnings, line 18)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738.C  -std=gnu++17  (test for warnings, line 22)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738.C  -std=gnu++26  (test for warnings, line 18)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738.C  -std=gnu++26  (test for warnings, line 22)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738.C  -std=gnu++98  (test for warnings, line 18)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738.C  -std=gnu++98  (test for warnings, line 22)
+
+
+  - FAIL now PASS             [FAIL => PASS]:
+
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/opt/pr97315-1.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/opt/pr97315-1.C  -std=gnu++26 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/opt/pr97315-1.C  -std=gnu++98 (test for excess errors)
+  Executed from: gcc:gcc.target/arm/mve/mve.exp
+    gcc:gcc.target/arm/mve/mve.exp=gcc.target/arm/mve/ivopts-3.c scan-tree-dump ivopts "Predict doloop failure due to call in loop."
 
 
   - XFAIL disappears          [XFAIL=>     ]:
 
   Executed from: g++:g++.dg/dg.exp
-    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++11 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13736)
-    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:13736)
-    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++26 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13736)
-    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:5654)
-    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:5654)
-    g++:g++.dg/dg.exp=g++.dg/cpp1y/auto-fn61.C  -std=c++26 (internal compiler error: in poplevel_class, at cp/name-lookup.cc:5654)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++11 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13721)
+    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:13721)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++26 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13721)
+    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++26 (internal compiler error: in poplevel_class, at cp/name-lookup.cc:5653)
+    g++:g++.dg/dg.exp=g++.dg/cpp23/class-deduction-inherited4.C  -std=c++23  (test for bogus messages, line 19)
+    g++:g++.dg/dg.exp=g++.dg/cpp23/class-deduction-inherited4.C  -std=c++26  (test for bogus messages, line 19)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/nontype-class37.C  -std=gnu++20 pr94567 (test for bogus messages, line 80)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/nontype-class37.C  -std=gnu++23 pr94567 (test for bogus messages, line 80)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/nontype-class37.C  -std=gnu++26 pr94567 (test for bogus messages, line 80)
+
+
+  - XFAIL now PASS            [XFAIL=> PASS]:
+
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/nontype-class36.C  -std=gnu++20 pr94568 (test for bogus messages, line 62)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/nontype-class36.C  -std=gnu++23 pr94568 (test for bogus messages, line 62)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/nontype-class36.C  -std=gnu++26 pr94568 (test for bogus messages, line 62)
 
 
   - XFAIL appears             [     =>XFAIL]:
@@ -372,10 +968,39 @@ o  IMPROVEMENTS TO BE CHECKED:
     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:5676)
     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:5676)
     g++:g++.dg/dg.exp=g++.dg/cpp1y/auto-fn61.C  -std=c++26 (internal compiler error: in poplevel_class, at cp/name-lookup.cc:5676)
+    g++:g++.dg/dg.exp=g++.dg/cpp26/constexpr-new3.C  -std=c++26  (test for errors, line 20)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738.C  -std=gnu++17  (test for warnings, line 19)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738.C  -std=gnu++17  (test for warnings, line 23)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738.C  -std=gnu++26  (test for warnings, line 19)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738.C  -std=gnu++26  (test for warnings, line 23)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738.C  -std=gnu++98  (test for warnings, line 19)
+    g++:g++.dg/dg.exp=g++.dg/warn/pr33738.C  -std=gnu++98  (test for warnings, line 23)
   Executed from: libstdc++:libstdc++-dg/conformance.exp
     libstdc++:libstdc++-dg/conformance.exp=20_util/variant/types_neg.cc  -std=gnu++17 (test for excess errors)
 
 
+  - UNSUPPORTED appears       [     =>UNSUP]:
+
+  Executed from: gcc:gcc.dg/sarif-output/sarif-output.exp
+    gcc:gcc.dg/sarif-output/sarif-output.exp=gcc.dg/sarif-output/missing-semicolon.c verify-sarif-file: check-jsonschema is missing
+    gcc:gcc.dg/sarif-output/sarif-output.exp=gcc.dg/sarif-output/no-diagnostics.c verify-sarif-file: check-jsonschema is missing
+    gcc:gcc.dg/sarif-output/sarif-output.exp=gcc.dg/sarif-output/werror.c verify-sarif-file: check-jsonschema is missing
+    gcc:gcc.dg/sarif-output/sarif-output.exp=test-missing-semicolon.py pytest python3 is missing
+    gcc:gcc.dg/sarif-output/sarif-output.exp=test-no-diagnostics.py pytest python3 is missing
+    gcc:gcc.dg/sarif-output/sarif-output.exp=test-werror.py pytest python3 is missing
+  Executed from: gcc:gcc.dg/torture/dg-torture.exp
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-72.c   -O0 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-72.c   -O1 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-72.c   -O2 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-72.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-72.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-72.c   -O3 -g 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-72.c   -Os 
+  Executed from: libstdc++:libstdc++-dg/conformance.exp
+    libstdc++:libstdc++-dg/conformance.exp=std/time/format_localized.cc  -std=gnu++20
+    libstdc++:libstdc++-dg/conformance.exp=std/time/format_localized.cc  -std=gnu++26
+
+
 
 # Improvements found
 # No regression found in 3 common sum files
