diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..a94c92af
--- /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-arch=armv8.1-m.main+mve.fp+fp.dp --with-float=hard --target_board=-mthumb/-march=armv8.1-m.main+mve.fp+fp.dp/-mtune=cortex-m55/-mfloat-abi=hard/-mfpu=auto qemu-cpu=cortex-m55
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..a4e96243
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,15 @@
+		=== gcc tests ===
+
+Running gcc:gcc.c-torture/compile/compile.exp ...
+FAIL: gcc.c-torture/compile/pr33133.c -O2  (internal compiler error: Segmentation fault signal terminated program cc1)
+FAIL: gcc.c-torture/compile/pr33133.c -Os  (test for excess errors)
+FAIL: gcc.c-torture/compile/pr33133.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (internal compiler error: Segmentation fault signal terminated program cc1)
+FAIL: gcc.c-torture/compile/pr33133.c -Os  (internal compiler error: Segmentation fault signal terminated program cc1)
+FAIL: gcc.c-torture/compile/pr33133.c -O2  (test for excess errors)
+FAIL: gcc.c-torture/compile/pr33133.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+
+		=== Results Summary ===
+
+# of stable fails		480
+# of flaky entries		0
+# of all tests			389928
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 81fea48c..a6476ed9 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-PASS: 6 progressions
+ 6 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/11/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index c6bfefc9..23bc087b 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -7,20 +7,20 @@
         "Info": {
             "tag": "tcwg_gnu_embed_check_gcc",
             "test_url": "https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/11/",
-            "run_order": "0011 (basepoints/gcc-14-02986-g0782b01c9ea)",
-            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=0ecf4403168bb53c6ce729b1f042610f82043d45 (unchanged)",
-            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/0782b01c9ea43d43648071faa9c65a101f5068a2 (+ 9 commits)",
-            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=3b4f6217c371cf70d5ec5137436cfa5892bb45e8 (unchanged)",
-            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=0ecf4403168bb53c6ce729b1f042610f82043d45 (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/71934cf6bf878f82dac3fceb7d06d293ec3f6f8f (unchanged)",
+            "run_order": "0011 (5-changed-components)",
+            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=0ecf4403168bb53c6ce729b1f042610f82043d45 (+ 41 commits)",
+            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/0782b01c9ea43d43648071faa9c65a101f5068a2 (+ 54 commits)",
+            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=3b4f6217c371cf70d5ec5137436cfa5892bb45e8 (+ 2 commits)",
+            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=0ecf4403168bb53c6ce729b1f042610f82043d45 (+ 41 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/71934cf6bf878f82dac3fceb7d06d293ec3f6f8f (+ 46 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2023-08-04 12:53:32"
+        "Start Time": "2023-08-03 18:54:37"
     },
     "Tests": [
         {
             "Data": [
-                473
+                474
             ],
             "Info": {},
             "Name": "tcwg_gnu_embed_check_gcc.TOTAL.fails.nb_fails"
@@ -28,7 +28,7 @@
 	   ,
         {
             "Data": [
-                1
+                0
             ],
             "Info": {},
             "Name": "tcwg_gnu_embed_check_gcc.TOTAL.flaky.nb_flaky"
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index dc347c2f..da48284e 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,44 +1,43 @@
-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,
+
+Our automatic CI successfully passed with your patch(es). Please find some details below.
+
+In  arm-eabi cortex-m55 hard, after:
+  | 54 commits in gcc
+  | 0782b01c9ea4 mid-end: Use integral time intervals in timevar.cc
+  | 04aa0edcace2 tree-optimization/110838 - less aggressively fold out-of-bound shifts
+  | 2d2f090e67b2 Revert "RISC-V: Support RVV VFMACC rounding mode intrinsic API"
+  | 7a6b4d87d8aa Revert "RISC-V: Support RVV VFNMACC rounding mode intrinsic API"
+  | b87a4739a4c0 Revert "RISC-V: Support RVV VFMSAC rounding mode intrinsic API"
+  | ... and 49 more commits in gcc
+
+Produces  6 fixes:
+  | 
+  | fixes.sum:
+  | Running gcc:gcc.c-torture/compile/compile.exp ...
+  | FAIL: gcc.c-torture/compile/pr33133.c -O2  (internal compiler error: Segmentation fault signal terminated program cc1)
+  | FAIL: gcc.c-torture/compile/pr33133.c -Os  (test for excess errors)
+  | FAIL: gcc.c-torture/compile/pr33133.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (internal compiler error: Segmentation fault signal terminated program cc1)
+  | FAIL: gcc.c-torture/compile/pr33133.c -Os  (internal compiler error: Segmentation fault signal terminated program cc1)
+  | ... and 2 more
+
+Used configuration :
+ *CI config* tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv8.1-m.main+mve.fp+fp.dp -mtune=cortex-m55 -mfloat-abi=hard -mfpu=auto
+ *configure and test flags:* --target arm-eabi --disable-multilib --with-mode=thumb --with-arch=armv8.1-m.main+mve.fp+fp.dp --with-float=hard --target_board=-mthumb/-march=armv8.1-m.main+mve.fp+fp.dp/-mtune=cortex-m55/-mfloat-abi=hard/-mfpu=auto qemu-cpu=cortex-m55
+
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
-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.
-
-In  arm-eabi cortex-m55 hard after:
-
-  | 9 commits in gcc
-  | 0782b01c9ea mid-end: Use integral time intervals in timevar.cc
-  | 04aa0edcace tree-optimization/110838 - less aggressively fold out-of-bound shifts
-  | 2d2f090e67b Revert "RISC-V: Support RVV VFMACC rounding mode intrinsic API"
-  | 7a6b4d87d8a Revert "RISC-V: Support RVV VFNMACC rounding mode intrinsic API"
-  | b87a4739a4c Revert "RISC-V: Support RVV VFMSAC rounding mode intrinsic API"
-  | ... and 4 more commits in gcc
-
-PASS: 6 progressions
-
-progressions.sum:
-		=== gcc tests ===
-
-Running gcc:gcc.c-torture/compile/compile.exp ...
-FAIL: gcc.c-torture/compile/pr33133.c -O2  (test for excess errors)
-FAIL: gcc.c-torture/compile/pr33133.c -Os  (test for excess errors)
-FAIL: gcc.c-torture/compile/pr33133.c -Os  (internal compiler error: Segmentation fault signal terminated program cc1)
-FAIL: gcc.c-torture/compile/pr33133.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (internal compiler error: Segmentation fault signal terminated program cc1)
-FAIL: gcc.c-torture/compile/pr33133.c -O2  (internal compiler error: Segmentation fault signal terminated program cc1)
-FAIL: gcc.c-torture/compile/pr33133.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+-----------------8<--------------------------8<--------------------------8<--------------------------
 
+The information below contains the details of the failures, and the ways to reproduce a debug environment:
 
-You can find the failure logs in *.log.1.xz files in
- - https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/11/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_m55_hard_eabi-build/11/artifact/artifacts/notify/
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/11/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_m55_hard_eabi-build/11/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_m55_hard_eabi-build/11/artifact/artifacts/sumfiles/xfails.xfail
-
-The configuration of this build is:
-CI config tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv8.1-m.main+mve.fp+fp.dp -mtune=cortex-m55 -mfloat-abi=hard -mfpu=auto
-
------------------8<--------------------------8<--------------------------8<--------------------------
-The information below can be used to reproduce a debug environment:
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/11/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/11/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/9/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/4/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index 32e70be3..42aaed51 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-bcc:tcwg-validation@linaro.org,cc:gcc-regression@gcc.gnu.org,avr@gjlay.de,rguenther@suse.de,apinski@marvell.com,pan2.li@intel.com,matthew.malcomson@arm.com
+roger@nextmovesoftware.com,cc:oliva@adacore.com,cc:ebotcazou@adacore.com,hliu@os.amperecomputing.com,cc:drross@redhat.com,bcc:tcwg-validation@linaro.org,poulhies@adacore.com,jakub@redhat.com,cc:yanzhang.wang@intel.com,cc:gcc-regression@gcc.gnu.org,cc:zengxiao@eswincomputing.com,amacleod@redhat.com,cc:ef2648@columbia.edu,cc:fofanov@adacore.com,avr@gjlay.de,jh@suse.cz,rguenther@suse.de,cc:bernstein@adacore.com,apinski@marvell.com,stefansf@linux.ibm.com,gccadmin@gcc.gnu.org,oliva@gnu.org,dmalcolm@redhat.com,pan2.li@intel.com,matthew.malcomson@arm.com,jeffreyalaw@gmail.com,aldyh@redhat.com,richard.sandiford@arm.com,cupertino.miranda@oracle.com
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index c60c3d1a..dac0c33c 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 9 commits in gcc: PASS: 6 progressions on master-thumb_m55_hard_eabi
+[Linaro-TCWG-CI] 54 commits in gcc:  6 fixes on master-thumb_m55_hard_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
new file mode 100644
index 00000000..7fba9ae2
--- /dev/null
+++ b/notify/regressions.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		474
+# of flaky entries		0
+# of all tests			389928
diff --git a/notify/results-summary.txt b/notify/results-summary.txt
index 84e9ccca..e68f45f4 100644
--- a/notify/results-summary.txt
+++ b/notify/results-summary.txt
@@ -1,5 +1,5 @@
 		=== Results Summary ===
 
-# of stable fails		473
-# of flaky entries		1
+# of stable fails		474
+# of flaky entries		0
 # of all tests			389928
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 8c291341..e83c90e1 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -7,13 +7,13 @@ g++.sum
 gcc.sum
 libstdc++.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.1608
-CURRENT:  /tmp/gxx-sum2.1608
+REFERENCE:/tmp/gxx-sum1.4858
+CURRENT:  /tmp/gxx-sum2.4858
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
   +------------------------------------------+---------+---------+
-  | Passes                            [PASS] |  366588 |  366599 |
+  | Passes                            [PASS] |  366522 |  366599 |
   | Unexpected fails                  [FAIL] |     374 |     368 |
   | Errors                           [ERROR] |       0 |       0 |
   | Unexpected passes                [XPASS] |      16 |      16 |
@@ -24,7 +24,7 @@ o  RUN STATUS:                               |   REF   |   RES   |
   | Untested                      [UNTESTED] |       0 |       0 |
   +------------------------------------------+---------+---------+
 
-    REF PASS ratio: 0.945576
+    REF PASS ratio: 0.945567
     RES PASS ratio: 0.945593
 
 o  REGRESSIONS:
@@ -36,15 +36,24 @@ o  REGRESSIONS:
 
 o  IMPROVEMENTS TO BE CHECKED:
   +------------------------------------------+---------+
-  | New PASS                  [     => PASS] |       8 |
+  | New PASS                  [     => PASS] |      74 |
   | FAIL now PASS             [FAIL => PASS] |       3 |
   | FAIL disappears           [FAIL =>     ] |       3 |
   +------------------------------------------+---------+
-  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |      14 |
+  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |      80 |
   +------------------------------------------+---------+
 
   - New PASS                  [     => PASS]:
 
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/ipa/pure-const-3b.C  -std=gnu++14  scan-ipa-dump cp "Propagated bits info for function int b"
+    g++:g++.dg/dg.exp=g++.dg/ipa/pure-const-3b.C  -std=gnu++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/ipa/pure-const-3b.C  -std=gnu++17  scan-ipa-dump cp "Propagated bits info for function int b"
+    g++:g++.dg/dg.exp=g++.dg/ipa/pure-const-3b.C  -std=gnu++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/ipa/pure-const-3b.C  -std=gnu++20  scan-ipa-dump cp "Propagated bits info for function int b"
+    g++:g++.dg/dg.exp=g++.dg/ipa/pure-const-3b.C  -std=gnu++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/ipa/pure-const-3b.C  -std=gnu++98  scan-ipa-dump cp "Propagated bits info for function int b"
+    g++:g++.dg/dg.exp=g++.dg/ipa/pure-const-3b.C  -std=gnu++98 (test for excess errors)
   Executed from: gcc:gcc.c-torture/compile/compile.exp
     gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr110874-a.c   -O0  (test for excess errors)
     gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr110874-a.c   -O1  (test for excess errors)
@@ -54,6 +63,70 @@ o  IMPROVEMENTS TO BE CHECKED:
     gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr110874-a.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
     gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr110874-a.c   -O3 -g  (test for excess errors)
     gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr110874-a.c   -Os  (test for excess errors)
+  Executed from: gcc:gcc.c-torture/execute/execute.exp
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O0  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O0  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O1  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O1  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O2  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O2  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O3 -g  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -O3 -g  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -Os  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/20230802-1.c   -Os  execution test
+  Executed from: gcc:gcc.dg/analyzer/analyzer.exp
+    gcc:gcc.dg/analyzer/analyzer.exp=gcc.dg/analyzer/pr108171.c (test for excess errors)
+    gcc:gcc.dg/analyzer/analyzer.exp=gcc.dg/analyzer/pr110882.c (test for excess errors)
+  Executed from: gcc:gcc.dg/dg.exp
+    gcc:gcc.dg/dg.exp=gcc.dg/pr101955.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/pr101955.c scan-tree-dump-not optimized " << "
+    gcc:gcc.dg/dg.exp=gcc.dg/pr101955.c scan-tree-dump-not optimized " >> "
+  Executed from: gcc:gcc.dg/plugin/plugin.exp
+    gcc:gcc.dg/plugin/plugin.exp=gcc.dg/plugin/analyzer_cpython_plugin.c compilation
+    gcc:gcc.dg/plugin/plugin.exp=gcc.dg/plugin/cpython-plugin-test-1.c -fplugin=./analyzer_cpython_plugin.so  at line 4 (test for warnings, line )
+    gcc:gcc.dg/plugin/plugin.exp=gcc.dg/plugin/cpython-plugin-test-1.c -fplugin=./analyzer_cpython_plugin.so (test for excess errors)
+  Executed from: gcc:gcc.dg/torture/dg-torture.exp
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -O0  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -O0  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -O1  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -O1  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -O2  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -O2  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.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/pr110702.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -O3 -g  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -O3 -g  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -Os  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110702.c   -Os  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -O0  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -O0  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -O1  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -O1  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -O2  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -O2  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.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/pr110838.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -O3 -g  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -O3 -g  execution test
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -Os  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr110838.c   -Os  execution test
+  Executed from: gcc:gcc.dg/tree-ssa/tree-ssa.exp
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/ssa-sink-20.c (test for excess errors)
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/ssa-sink-20.c scan-tree-dump sink1 "Sinking # VUSE"
 
 
   - FAIL now PASS             [FAIL => PASS]:
