diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..aa3a008e
--- /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-a+simd --with-fpu=crypto-neon-fp-armv8 --with-float=hard --target_board=-mthumb/-march=armv8-a+simd/-mfpu=auto/-mfloat-abi=hard qemu_cpu=any
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..755091c6
--- /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  (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 -Os  (test for excess errors)
+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)
+
+		=== Results Summary ===
+
+# of stable fails		295
+# of flaky entries		1
+# of all tests			396896
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 4e188b52..272794fe 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-PASS
+ 6 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/12/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 94a96bfa..2c97a037 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_v8a_hard_eabi-build/12/",
-            "run_order": "0012 (basepoints/gcc-14-03000-g187b213ddbe)",
-            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=db583cf8dca39dfb2e3268b657ca33957dc62b6d (unchanged)",
-            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/187b213ddbe7ea7a3180f6ca3188732999729623 (+ 2 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=db583cf8dca39dfb2e3268b657ca33957dc62b6d (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/71934cf6bf878f82dac3fceb7d06d293ec3f6f8f (unchanged)",
+            "run_order": "0012 (5-changed-components)",
+            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=db583cf8dca39dfb2e3268b657ca33957dc62b6d (+ 40 commits)",
+            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/187b213ddbe7ea7a3180f6ca3188732999729623 (+ 62 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=db583cf8dca39dfb2e3268b657ca33957dc62b6d (+ 40 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/71934cf6bf878f82dac3fceb7d06d293ec3f6f8f (+ 46 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2023-08-04 15:33:53"
+        "Start Time": "2023-08-04 03:24:07"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 8e6ddb8f..b404bf9c 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,28 +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,
 
-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 thumb v8-a hard after:
-
-  | 2 commits in gcc
+In  arm-eabi thumb v8-a hard, after:
+  | 62 commits in gcc
   | 187b213ddbe analyzer: fix some svalue::dump_to_pp implementations
   | 567d06bb357 i386: eliminate redundant operands of VPTERNLOG
+  | c572f09a751 Specify signed/unsigned/dontcare in calls to extract_bit_field_1.
+  | faa2202ee7f i386: Split SUBREGs of SSE vector registers into vec_select insns.
+  | 44e3f39a3d5 Add documentation for -Wflex-array-member-not-at-end.
+  | ... and 57 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  (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 -Os  (test for excess errors)
+  | ... and 2 more
+
+Used configuration :
+ *CI config* tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv8-a+simd -mfpu=auto -mfloat-abi=hard
+ *configure and test flags:* --target arm-eabi --disable-multilib --with-mode=thumb --with-arch=armv8-a+simd --with-fpu=crypto-neon-fp-armv8 --with-float=hard --target_board=-mthumb/-march=armv8-a+simd/-mfpu=auto/-mfloat-abi=hard qemu_cpu=any
+
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
-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_v8a_hard_eabi-build/12/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_v8a_hard_eabi-build/12/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_v8a_hard_eabi-build/12/artifact/artifacts/sumfiles/xfails.xfail
+-----------------8<--------------------------8<--------------------------8<--------------------------
 
-The configuration of this build is:
-CI config tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv8-a+simd -mfpu=auto -mfloat-abi=hard
+The information below contains the details of the failures, and the ways to reproduce a debug environment:
 
------------------8<--------------------------8<--------------------------8<--------------------------
-The information below can be used to reproduce a debug environment:
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/12/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_v8a_hard_eabi-build/12/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_v8a_hard_eabi-build/12/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/12/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/10/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/5/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index f585af41..40db3df9 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-amonakov@ispras.ru,cc:simonaytes.yan@ispras.ru,bcc:tcwg-validation@linaro.org,cc:gcc-regression@gcc.gnu.org,dmalcolm@redhat.com
+amonakov@ispras.ru,roger@nextmovesoftware.com,cc:oliva@adacore.com,cc:ebotcazou@adacore.com,cc:simonaytes.yan@ispras.ru,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,tamar.christina@arm.com,cc:fofanov@adacore.com,avr@gjlay.de,jh@suse.cz,rguenther@suse.de,cc:bernstein@adacore.com,apinski@marvell.com,vmakarov@redhat.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,qing.zhao@oracle.com,richard.sandiford@arm.com,cupertino.miranda@oracle.com
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 2dd8035b..99d06adf 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 2 commits in gcc: PASS on master-thumb_v8a_hard_eabi
+[Linaro-TCWG-CI] 62 commits in gcc:  6 fixes on master-thumb_v8a_hard_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
new file mode 100644
index 00000000..09f606f6
--- /dev/null
+++ b/notify/regressions.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		289
+# of flaky entries		1
+# of all tests			396896
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 3ed11d94..66900e93 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -7,14 +7,14 @@ g++.sum
 gcc.sum
 libstdc++.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.31422
-CURRENT:  /tmp/gxx-sum2.31422
+REFERENCE:/tmp/gxx-sum1.4467
+CURRENT:  /tmp/gxx-sum2.4467
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
   +------------------------------------------+---------+---------+
-  | Passes                            [PASS] |  376277 |  376277 |
-  | Unexpected fails                  [FAIL] |     210 |     210 |
+  | Passes                            [PASS] |  376203 |  376277 |
+  | Unexpected fails                  [FAIL] |     216 |     210 |
   | Errors                           [ERROR] |       0 |       0 |
   | Unexpected passes                [XPASS] |      39 |      39 |
   | Expected fails                   [XFAIL] |    2515 |    2515 |
@@ -24,7 +24,7 @@ o  RUN STATUS:                               |   REF   |   RES   |
   | Untested                      [UNTESTED] |       0 |       0 |
   +------------------------------------------+---------+---------+
 
-    REF PASS ratio: 0.954386
+    REF PASS ratio: 0.954363
     RES PASS ratio: 0.954386
 
 o  REGRESSIONS:
@@ -36,9 +36,112 @@ o  REGRESSIONS:
 
 o  IMPROVEMENTS TO BE CHECKED:
   +------------------------------------------+---------+
+  | New PASS                  [     => PASS] |      71 |
+  | FAIL now PASS             [FAIL => PASS] |       3 |
+  | FAIL disappears           [FAIL =>     ] |       3 |
   +------------------------------------------+---------+
-  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |       0 |
+  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |      77 |
   +------------------------------------------+---------+
 
+  - 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: g++:g++.dg/vect/vect.exp
+    g++:g++.dg/vect/vect.exp=g++.dg/vect/vect-novector-pragma.cc  -std=c++14  scan-tree-dump-not vect "LOOP VECTORIZED"
+    g++:g++.dg/vect/vect.exp=g++.dg/vect/vect-novector-pragma.cc  -std=c++14 (test for excess errors)
+    g++:g++.dg/vect/vect.exp=g++.dg/vect/vect-novector-pragma.cc  -std=c++17  scan-tree-dump-not vect "LOOP VECTORIZED"
+    g++:g++.dg/vect/vect.exp=g++.dg/vect/vect-novector-pragma.cc  -std=c++17 (test for excess errors)
+    g++:g++.dg/vect/vect.exp=g++.dg/vect/vect-novector-pragma.cc  -std=c++20  scan-tree-dump-not vect "LOOP VECTORIZED"
+    g++:g++.dg/vect/vect.exp=g++.dg/vect/vect-novector-pragma.cc  -std=c++20 (test for excess errors)
+    g++:g++.dg/vect/vect.exp=g++.dg/vect/vect-novector-pragma.cc  -std=c++98  scan-tree-dump-not vect "LOOP VECTORIZED"
+    g++:g++.dg/vect/vect.exp=g++.dg/vect/vect-novector-pragma.cc  -std=c++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)
+    gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr110874-a.c   -O2  (test for excess errors)
+    gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr110874-a.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr110874-a.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    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.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/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"
+  Executed from: gcc:gcc.dg/vect/vect.exp
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/pr110838.c (test for excess errors)
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/pr110838.c -flto -ffat-lto-objects (test for excess errors)
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/pr110838.c -flto -ffat-lto-objects execution test
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/pr110838.c execution test
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/vect-novector-pragma.c (test for excess errors)
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/vect-novector-pragma.c -flto -ffat-lto-objects  scan-tree-dump-not vect "LOOP VECTORIZED"
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/vect-novector-pragma.c -flto -ffat-lto-objects (test for excess errors)
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/vect-novector-pragma.c scan-tree-dump-not vect "LOOP VECTORIZED"
+
+
+  - FAIL now PASS             [FAIL => PASS]:
+
+  Executed from: gcc:gcc.c-torture/compile/compile.exp
+    gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr33133.c   -O2  (test for excess errors)
+    gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr33133.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr33133.c   -Os  (test for excess errors)
+
+
+  - FAIL disappears           [FAIL =>     ]:
+
+  Executed from: gcc:gcc.c-torture/compile/compile.exp
+    gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr33133.c   -O2  (internal compiler error: Segmentation fault signal terminated program cc1)
+    gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr33133.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (internal compiler error: Segmentation fault signal terminated program cc1)
+    gcc:gcc.c-torture/compile/compile.exp=gcc.c-torture/compile/pr33133.c   -Os  (internal compiler error: Segmentation fault signal terminated program cc1)
+
+
+
+# Improvements found
 # No regression found in 3 common sum files
