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..fbbfa3e7
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		251
+# of flaky entries		51
+# of all tests			409387
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 31b13426..2ec27883 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-PASS
+improvements
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/51/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 20f6c56d..6a935c26 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/51/",
-            "run_order": "0051 (basepoints/gcc-15-01393-ge17114f99c9)",
-            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=59cd16533b971358363c95ef1870c85e03dc15a8 (unchanged)",
-            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/e17114f99c9ea754787573679b3b4d2b52434b61 (+ 268 commits)",
-            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=7e3c833592b282355a57dd34459b152e4e078d19 (unchanged)",
-            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=59cd16533b971358363c95ef1870c85e03dc15a8 (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/ffeddb979400b1580ad28acbee09b6f971c3912d (unchanged)",
+            "run_order": "0051 (5-changed-components)",
+            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=59cd16533b971358363c95ef1870c85e03dc15a8 (+ 229 commits)",
+            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/e17114f99c9ea754787573679b3b4d2b52434b61 (+ 343 commits)",
+            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=7e3c833592b282355a57dd34459b152e4e078d19 (+ 2 commits)",
+            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=59cd16533b971358363c95ef1870c85e03dc15a8 (+ 229 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/ffeddb979400b1580ad28acbee09b6f971c3912d (+ 472 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-06-18 11:56:25"
+        "Start Time": "2024-06-13 20:12:04"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 444d9622..dd48f374 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,32 +1,34 @@
-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:
-
-  | 268 commits in gcc
+In  arm-eabi cortex-m0 soft, after:
+  | 343 commits in gcc
   | e17114f99c9 rs6000: Shrink rs6000_init_generated_builtins size [PR115324]
   | 19258ca1b85 tree-optimization/115493 - fix wrong code with SLP induction cond reduction
   | 4b75ed33fa5 Enhance if-conversion for automatic arrays
   | 792ebb07325 testsuite, rs6000: Replace powerpc_altivec_ok with powerpc_altivec [PR114842]
   | 7c6f79eea9f i386: Handle target of __builtin_ia32_cmp[p|s][s|d] from avx into sse/sse2/avx
-  | ... and 263 more commits in gcc
+  | ... and 338 more commits in gcc
 
-PASS
 
-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/51/artifact/artifacts/00-sumfiles/
-The full lists of regressions and progressions 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/51/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/51/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/51/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/51/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/51/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/51/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/49/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/42/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index 2b20ddf3..8c7287d7 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-cc:squirek@adacore.com,cc:baird@adacore.com,10walls@gmail.com,roger@nextmovesoftware.com,kmatsui@gcc.gnu.org,cc:oliva@adacore.com,ebotcazou@adacore.com,gerald@pfeifer.com,admin@levyhsu.com,victor.donascimento@arm.com,krebbel@linux.ibm.com,xry111@xry111.site,lingling.kong@intel.com,bcc:tcwg-validation@linaro.org,poulhies@adacore.com,jakub@redhat.com,gaiusmod2@gmail.com,ubizjak@gmail.com,cc:guitton@adacore.com,cc:fdumont@gcc.gnu.org,cc:indus@adacore.com,cc:gcc-regression@gcc.gnu.org,iant@golang.org,jason@redhat.com,ak@linux.intel.com,amacleod@redhat.com,cc:kenner@adacore.com,jlaw@ventanamicro.com,hongyu.wang@intel.com,patrick@rivosinc.com,rdapp@ventanamicro.com,avr@gjlay.de,syq@gcc.gnu.org,frs.dumont@gmail.com,cel@linux.ibm.com,jbeulich@suse.com,rguenther@suse.de,cc:peter0x44@disroot.org,stefansf@linux.ibm.com,gccadmin@gcc.gnu.org,oliva@gnu.org,cc:dismukes@adacore.com,dmalcolm@redhat.com,cc:trojanek@adacore.com,josmyers@redhat.com,pan2.li@intel.com,vehre@gcc.gnu.org,cc:duff@adacore.com,torbjorn.svensson@foss.st.com,cc:desplanques@adacore.com,aldyh@redhat.com,cc:ewlu@rivosinc.com,hongtao.liu@intel.com,christoph.muellner@vrull.eu,cc:miranda@adacore.com,fxcoudert@gcc.gnu.org,ppalka@redhat.com,cc:moy@adacore.com,richard.sandiford@arm.com,bergner@linux.ibm.com,lin1.hu@intel.com,quic_apinski@quicinc.com,linkw@linux.ibm.com,cc:rzinsly@ventanamicro.com,jwakely@redhat.com,quic_pzheng@quicinc.com,arthur.cohen@embecosm.com
+richard.ball@arm.com,cc:squirek@adacore.com,cc:baird@adacore.com,tburnus@baylibre.com,andre.simoesdiasvieira@arm.com,10walls@gmail.com,roger@nextmovesoftware.com,kmatsui@gcc.gnu.org,cc:oliva@adacore.com,ebotcazou@adacore.com,gerald@pfeifer.com,admin@levyhsu.com,victor.donascimento@arm.com,krebbel@linux.ibm.com,xry111@xry111.site,lingling.kong@intel.com,bcc:tcwg-validation@linaro.org,poulhies@adacore.com,jakub@redhat.com,gaiusmod2@gmail.com,ubizjak@gmail.com,cc:mlevine55@bloomberg.net,cc:guitton@adacore.com,cc:fdumont@gcc.gnu.org,cc:indus@adacore.com,cc:gcc-regression@gcc.gnu.org,iant@golang.org,jason@redhat.com,ak@linux.intel.com,amacleod@redhat.com,simon@nasilyan.com,tamar.christina@arm.com,cc:kenner@adacore.com,jlaw@ventanamicro.com,hongyu.wang@intel.com,patrick@rivosinc.com,rdapp@ventanamicro.com,avr@gjlay.de,syq@gcc.gnu.org,frs.dumont@gmail.com,cel@linux.ibm.com,jbeulich@suse.com,rguenther@suse.de,cc:peter0x44@disroot.org,stefansf@linux.ibm.com,gccadmin@gcc.gnu.org,oliva@gnu.org,cc:dismukes@adacore.com,dmalcolm@redhat.com,cc:trojanek@adacore.com,ro@CeBiTec.Uni-Bielefeld.DE,josmyers@redhat.com,cc:dkp10000@gmail.com,cc:andreast@gcc.gnu.org,pan2.li@intel.com,vehre@gcc.gnu.org,cc:duff@adacore.com,torbjorn.svensson@foss.st.com,cc:desplanques@adacore.com,aldyh@redhat.com,cc:ewlu@rivosinc.com,hongtao.liu@intel.com,christoph.muellner@vrull.eu,cc:miranda@adacore.com,fxcoudert@gcc.gnu.org,ppalka@redhat.com,cc:moy@adacore.com,richard.sandiford@arm.com,mjires@suse.cz,bergner@linux.ibm.com,lin1.hu@intel.com,quic_apinski@quicinc.com,linkw@linux.ibm.com,cc:rzinsly@ventanamicro.com,jwakely@redhat.com,quic_pzheng@quicinc.com,arthur.cohen@embecosm.com,tschwinge@baylibre.com
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 6ccf6221..4f0606ab 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 268 commits in gcc: PASS on master-thumb_m0_soft_eabi
+[Linaro-TCWG-CI] 343 commits in gcc: improvements on master-thumb_m0_soft_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
new file mode 100644
index 00000000..fbbfa3e7
--- /dev/null
+++ b/notify/regressions.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		251
+# of flaky entries		51
+# of all tests			409387
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 7fdb6cf4..38ab8a4f 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.10776
-CURRENT:  /tmp/gxx-sum2.10776
+REFERENCE:/tmp/gxx-sum1.14984
+CURRENT:  /tmp/gxx-sum2.14984
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
   +------------------------------------------+---------+---------+
-  | Passes                            [PASS] |  387927 |  388145 |
+  | Passes                            [PASS] |  387771 |  388145 |
   | Unexpected fails                  [FAIL] |     200 |     200 |
   | Errors                           [ERROR] |       0 |       0 |
   | Unexpected passes                [XPASS] |      15 |      15 |
   | Expected fails                   [XFAIL] |    2732 |    2738 |
   | Known fails                      [KFAIL] |       0 |       0 |
   | Unresolved                  [UNRESOLVED] |      36 |      36 |
-  | Unsupported                [UNSUPPORTED] |   18244 |   18253 |
+  | Unsupported                [UNSUPPORTED] |   18233 |   18253 |
   | Untested                      [UNTESTED] |       0 |       0 |
   +------------------------------------------+---------+---------+
 
-    REF PASS ratio: 0.954797
+    REF PASS ratio: 0.954805
     RES PASS ratio: 0.954801
 
 o  REGRESSIONS:
@@ -36,17 +36,19 @@ o  REGRESSIONS:
 
 o  IMPROVEMENTS TO BE CHECKED:
   +------------------------------------------+---------+
-  | PASS disappears           [PASS =>     ] |      32 |
-  | New PASS                  [     => PASS] |     250 |
+  | PASS disappears           [PASS =>     ] |      37 |
+  | New PASS                  [     => PASS] |     409 |
   | XFAIL disappears          [XFAIL=>     ] |       3 |
   | XFAIL appears             [     =>XFAIL] |       9 |
-  | UNSUPPORTED appears       [     =>UNSUP] |       9 |
+  | UNSUPPORTED appears       [     =>UNSUP] |      20 |
   +------------------------------------------+---------+
-  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |     303 |
+  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |     478 |
   +------------------------------------------+---------+
 
   - PASS disappears           [PASS =>     ]:
 
+  Executed from: gcc:gcc.dg/dg.exp
+    gcc:gcc.dg/dg.exp=gcc.dg/completion-2.c expected multiline pattern lines 5-10
   Executed from: libstdc++:libstdc++-dg/conformance.exp
     libstdc++:libstdc++-dg/conformance.exp=20_util/is_invocable/incomplete_args_neg.cc  -std=gnu++17  (test for bogus messages, line 33)
     libstdc++:libstdc++-dg/conformance.exp=20_util/is_invocable/incomplete_args_neg.cc  -std=gnu++17  (test for bogus messages, line 36)
@@ -80,10 +82,99 @@ o  IMPROVEMENTS TO BE CHECKED:
     libstdc++:libstdc++-dg/conformance.exp=20_util/is_nothrow_invocable/incomplete_neg.cc  -std=gnu++17  (test for errors, line 31)
     libstdc++:libstdc++-dg/conformance.exp=20_util/is_nothrow_invocable/incomplete_neg.cc  -std=gnu++17  (test for errors, line 34)
     libstdc++:libstdc++-dg/conformance.exp=20_util/is_nothrow_invocable/incomplete_neg.cc  -std=gnu++17  (test for errors, line 38)
+    libstdc++:libstdc++-dg/conformance.exp=25_algorithms/iota/1.cc  -std=gnu++23 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=25_algorithms/iota/1.cc  -std=gnu++23 execution test
+    libstdc++:libstdc++-dg/conformance.exp=25_algorithms/iota/1.cc  -std=gnu++26 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=25_algorithms/iota/1.cc  -std=gnu++26 execution test
 
 
   - New PASS                  [     => PASS]:
 
+  Executed from: g++:g++.dg/analyzer/analyzer.exp
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/out-of-bounds-pr110387.c  -std=c++14  (test for warnings, line 15)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/out-of-bounds-pr110387.c  -std=c++14  (test for warnings, line 18)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/out-of-bounds-pr110387.c  -std=c++17  (test for warnings, line 15)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/out-of-bounds-pr110387.c  -std=c++17  (test for warnings, line 18)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/out-of-bounds-pr110387.c  -std=c++20  (test for warnings, line 15)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/out-of-bounds-pr110387.c  -std=c++20  (test for warnings, line 18)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/out-of-bounds-pr110387.c  -std=c++98  (test for warnings, line 15)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/out-of-bounds-pr110387.c  -std=c++98  (test for warnings, line 18)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14  (test for warnings, line 22)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14  (test for warnings, line 23)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14  (test for warnings, line 24)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14  (test for warnings, line 31)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14  (test for warnings, line 32)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14  (test for warnings, line 33)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14  (test for warnings, line 39)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14  (test for warnings, line 40)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14  (test for warnings, line 45)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14  (test for warnings, line 6)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14  (test for warnings, line 7)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14  (test for warnings, line 8)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14 (test for excess errors)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++14 final event at line 9 (test for warnings, line 8)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17  (test for warnings, line 22)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17  (test for warnings, line 23)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17  (test for warnings, line 24)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17  (test for warnings, line 31)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17  (test for warnings, line 32)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17  (test for warnings, line 33)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17  (test for warnings, line 39)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17  (test for warnings, line 40)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17  (test for warnings, line 45)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17  (test for warnings, line 6)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17  (test for warnings, line 7)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17  (test for warnings, line 8)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17 (test for excess errors)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++17 final event at line 9 (test for warnings, line 8)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20  (test for warnings, line 22)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20  (test for warnings, line 23)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20  (test for warnings, line 24)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20  (test for warnings, line 31)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20  (test for warnings, line 32)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20  (test for warnings, line 33)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20  (test for warnings, line 39)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20  (test for warnings, line 40)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20  (test for warnings, line 45)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20  (test for warnings, line 6)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20  (test for warnings, line 7)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20  (test for warnings, line 8)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20 (test for excess errors)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++20 final event at line 9 (test for warnings, line 8)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98  (test for warnings, line 22)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98  (test for warnings, line 23)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98  (test for warnings, line 24)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98  (test for warnings, line 31)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98  (test for warnings, line 32)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98  (test for warnings, line 33)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98  (test for warnings, line 39)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98  (test for warnings, line 40)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98  (test for warnings, line 45)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98  (test for warnings, line 6)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98  (test for warnings, line 7)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98  (test for warnings, line 8)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98 (test for excess errors)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  -std=c++98 final event at line 9 (test for warnings, line 8)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++14  (test for warnings, line 40)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++14  (test for warnings, line 50)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++14  (test for warnings, line 67)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++14  (test for warnings, line 68)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++14 (test for excess errors)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++17  (test for warnings, line 40)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++17  (test for warnings, line 50)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++17  (test for warnings, line 67)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++17  (test for warnings, line 68)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++17 (test for excess errors)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++20  (test for warnings, line 40)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++20  (test for warnings, line 50)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++20  (test for warnings, line 67)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++20  (test for warnings, line 68)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++20 (test for excess errors)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++98  (test for warnings, line 40)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++98  (test for warnings, line 50)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++98  (test for warnings, line 67)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++98  (test for warnings, line 68)
+    g++:g++.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  -std=c++98 (test for excess errors)
   Executed from: g++:g++.dg/dg.exp
     g++:g++.dg/dg.exp=c-c++-common/Warray-compare-3.c  -std=gnu++14  (test for warnings, line 10)
     g++:g++.dg/dg.exp=c-c++-common/Warray-compare-3.c  -std=gnu++14  at line 12 (test for warnings, line 10)
@@ -121,6 +212,7 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-requires38.C  -std=c++20  (test for errors, line 5)
     g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-requires38.C  -std=c++20  (test for errors, line 8)
     g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-requires38.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/lambda-targ5.C  -std=c++20 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/ext/asm9.C  -std=c++14  at line 7 (test for errors, line 6)
     g++:g++.dg/dg.exp=g++.dg/ext/asm9.C  -std=c++17  at line 7 (test for errors, line 6)
     g++:g++.dg/dg.exp=g++.dg/ext/asm9.C  -std=c++20  at line 7 (test for errors, line 6)
@@ -145,9 +237,53 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/parse/asm3.C  -std=c++17  at line 6 (test for errors, line 5)
     g++:g++.dg/dg.exp=g++.dg/parse/asm3.C  -std=c++20  at line 6 (test for errors, line 5)
     g++:g++.dg/dg.exp=g++.dg/parse/asm3.C  -std=c++98  at line 6 (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++14  at line 10 (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++14  at line 11 (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++14  at line 8 (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++14  at line 9 (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++17  at line 10 (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++17  at line 11 (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++17  at line 8 (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++17  at line 9 (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++20  at line 10 (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++20  at line 11 (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++20  at line 8 (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++20  at line 9 (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++98  at line 10 (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++98  at line 11 (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++98  at line 8 (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++98  at line 9 (test for errors, line 4)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash74.C  -std=c++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash75.C  -std=gnu++14  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash75.C  -std=gnu++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash75.C  -std=gnu++17  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash75.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash75.C  -std=gnu++20  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash75.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash75.C  -std=gnu++98  (test for errors, line 8)
+    g++:g++.dg/dg.exp=g++.dg/parse/crash75.C  -std=gnu++98 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/template/linkage5.C  -std=c++20  scan-assembler (weak|glob)[^\n]*_Z1fIiEv1AIX1CIT_EEE
     g++:g++.dg/dg.exp=g++.dg/template/linkage5.C  -std=c++20 (test for excess errors)
   Executed from: g++:g++.dg/modules/modules.exp
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1 -std=c++17 execute
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1 -std=c++17 link
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1 -std=c++2a execute
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1 -std=c++2a link
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1 -std=c++2b execute
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1 -std=c++2b link
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1_a.H -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1_a.H -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1_a.H -std=c++2b (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1_a.H module-cmi  (gcm.cache/$srcdir/g++.dg/modules/dashinclude-1_a.H.gcm)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1_b.C -std=c++17  scan-lang-dump module "Translating include to import"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1_b.C -std=c++17 (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1_b.C -std=c++2a  scan-lang-dump module "Translating include to import"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1_b.C -std=c++2a (test for excess errors)
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1_b.C -std=c++2b  scan-lang-dump module "Translating include to import"
+    g++:g++.dg/modules/modules.exp=g++.dg/modules/dashinclude-1_b.C -std=c++2b (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/using-20_a.C -std=c++17  scan-lang-dump module "Writing definition '::foo::bar::baz'"
     g++:g++.dg/modules/modules.exp=g++.dg/modules/using-20_a.C -std=c++17 (test for excess errors)
     g++:g++.dg/modules/modules.exp=g++.dg/modules/using-20_a.C -std=c++2a  scan-lang-dump module "Writing definition '::foo::bar::baz'"
@@ -184,6 +320,28 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/vshuf-mem.C   -O3 -g  execution test
     g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/vshuf-mem.C   -Os  (test for excess errors)
     g++:g++.dg/torture/dg-torture.exp=g++.dg/torture/vshuf-mem.C   -Os  execution test
+  Executed from: gcc:gcc.dg/analyzer/analyzer.exp
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/out-of-bounds-pr110387.c  (test for warnings, line 15)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/out-of-bounds-pr110387.c  (test for warnings, line 18)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  (test for warnings, line 22)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  (test for warnings, line 23)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  (test for warnings, line 24)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  (test for warnings, line 31)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  (test for warnings, line 32)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  (test for warnings, line 33)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  (test for warnings, line 39)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  (test for warnings, line 40)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  (test for warnings, line 45)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  (test for warnings, line 6)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  (test for warnings, line 7)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c  (test for warnings, line 8)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c (test for excess errors)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-1.c final event at line 9 (test for warnings, line 8)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  (test for warnings, line 40)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  (test for warnings, line 50)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  (test for warnings, line 67)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c  (test for warnings, line 68)
+    gcc:gcc.dg/analyzer/analyzer.exp=c-c++-common/analyzer/ptr-subtraction-CWE-469-example.c (test for excess errors)
   Executed from: gcc:gcc.dg/dg.exp
     gcc:gcc.dg/dg.exp=c-c++-common/Warray-compare-3.c  -Wc++-compat   (test for warnings, line 10)
     gcc:gcc.dg/dg.exp=c-c++-common/Warray-compare-3.c  -Wc++-compat   at line 11 (test for warnings, line 10)
@@ -242,12 +400,15 @@ o  IMPROVEMENTS TO BE CHECKED:
     gcc:gcc.dg/dg.exp=gcc.dg/c2y-generic-2.c incomplete type at line 8 (test for warnings, line 7)
     gcc:gcc.dg/dg.exp=gcc.dg/c2y-generic-3.c  (test for errors, line 8)
     gcc:gcc.dg/dg.exp=gcc.dg/c2y-generic-3.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/completion-2.c expected multiline pattern lines 5-11
     gcc:gcc.dg/dg.exp=gcc.dg/gnu2y-generic-1.c  (test for warnings, line 10)
     gcc:gcc.dg/dg.exp=gcc.dg/gnu2y-generic-1.c  (test for warnings, line 14)
     gcc:gcc.dg/dg.exp=gcc.dg/gnu2y-generic-1.c  (test for warnings, line 7)
     gcc:gcc.dg/dg.exp=gcc.dg/gnu2y-generic-1.c (test for excess errors)
     gcc:gcc.dg/dg.exp=gcc.dg/gnu2y-generic-1.c function type at line 15 (test for warnings, line 14)
     gcc:gcc.dg/dg.exp=gcc.dg/gnu2y-generic-1.c incomplete type at line 11 (test for warnings, line 10)
+    gcc:gcc.dg/dg.exp=gcc.dg/pr114493-1.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/pr114493-2.c (test for excess errors)
   Executed from: gcc:gcc.dg/torture/dg-torture.exp
     gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115387-1.c   -O0  (test for excess errors)
     gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr115387-1.c   -O1  (test for excess errors)
@@ -335,6 +496,12 @@ o  IMPROVEMENTS TO BE CHECKED:
     libstdc++:libstdc++-dg/conformance.exp=23_containers/unordered_map/115420.cc  -std=gnu++17  (test for errors, line )
     libstdc++:libstdc++-dg/conformance.exp=23_containers/unordered_map/115420.cc  -std=gnu++17  (test for errors, line 10)
     libstdc++:libstdc++-dg/conformance.exp=23_containers/unordered_map/115420.cc  -std=gnu++17 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=26_numerics/iota/2.cc  -std=gnu++23 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=26_numerics/iota/2.cc  -std=gnu++23 execution test
+    libstdc++:libstdc++-dg/conformance.exp=26_numerics/iota/2.cc  -std=gnu++26 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=26_numerics/iota/2.cc  -std=gnu++26 execution test
+    libstdc++:libstdc++-dg/conformance.exp=29_atomics/atomic_float/constinit.cc  -std=gnu++20 (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=29_atomics/atomic_float/constinit.cc  -std=gnu++26 (test for excess errors)
     libstdc++:libstdc++-dg/conformance.exp=std/time/leap_seconds/io.cc  -std=gnu++20 (test for excess errors)
     libstdc++:libstdc++-dg/conformance.exp=std/time/leap_seconds/io.cc  -std=gnu++20 execution test
     libstdc++:libstdc++-dg/conformance.exp=std/time/leap_seconds/io.cc  -std=gnu++26 (test for excess errors)
@@ -375,9 +542,22 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-requires38.C  -std=c++14
     g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-requires38.C  -std=c++17
     g++:g++.dg/dg.exp=g++.dg/cpp2a/concepts-requires38.C  -std=c++98
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/lambda-targ5.C  -std=c++14
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/lambda-targ5.C  -std=c++17
+    g++:g++.dg/dg.exp=g++.dg/cpp2a/lambda-targ5.C  -std=c++98
     g++:g++.dg/dg.exp=g++.dg/template/linkage5.C  -std=c++14
     g++:g++.dg/dg.exp=g++.dg/template/linkage5.C  -std=c++17
     g++:g++.dg/dg.exp=g++.dg/template/linkage5.C  -std=c++98
+  Executed from: gcc:gcc.dg/torture/dg-torture.exp
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-71.c   -O0 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-71.c   -O1 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-71.c   -O2 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-71.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-71.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-71.c   -O3 -g 
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/bitint-71.c   -Os 
+  Executed from: gcc:gcc.target/arm/arm.exp
+    gcc:gcc.target/arm/arm.exp=gcc.target/arm/thumb2-switchstatement.c
 
 
 
