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..feaec925
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,10 @@
+		=== gcc tests ===
+
+Running gcc:gcc.dg/vect/vect.exp ...
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s452.c execution test
+
+		=== Results Summary ===
+
+# of stable fails		397
+# of flaky entries		2
+# of all tests			410276
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 31c614e9..e0c24052 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-PASS
+20 regressions 1 fix
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/228/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 1e04952f..c4397760 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -15,12 +15,12 @@
             "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/34a5cb6d8434303c170230644b2a7c1d5781d197 (unchanged)",
             "__report_version__": "1"
         },
-        "Start Time": "2023-11-16 03:44:49"
+        "Start Time": "2023-11-16 00:58:01"
     },
     "Tests": [
         {
             "Data": [
-                395
+                416
             ],
             "Info": {},
             "Name": "tcwg_gnu_embed_check_gcc.TOTAL.fails.nb_fails"
@@ -28,7 +28,7 @@
 	   ,
         {
             "Data": [
-                42
+                2
             ],
             "Info": {},
             "Name": "tcwg_gnu_embed_check_gcc.TOTAL.flaky.nb_flaky"
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 7b8e7450..3ecc6f6e 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,9 +1,8 @@
-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.
-
-In  arm-eabi thumb v8-a hard after:
+Our automatic CI has detected problems related to your patch(es). Please find some details below.
 
+In  arm-eabi thumb v8-a hard, after:
   | 76 commits in gcc
   | 7ffa63df8f5 libstdc++: Only declare feature test macros in standard headers
   | f4ab68469cc libstdc++: Test for feature test macros more accurately
@@ -12,20 +11,36 @@ In  arm-eabi thumb v8-a hard after:
   | f158bd511df i386: Fix mov imm,%rax; mov %rdi,%rdx; mulx %rax -> mov imm,%rdx; mulx %rdi peephole2 [PR112526]
   | ... and 71 more commits in gcc
 
-PASS
+Produces 20 regressions 1 fix:
+  | 
+  | regressions.sum:
+  | Running gcc:gcc.dg/vect/vect.exp ...
+  | FAIL: gcc.dg/vect/tsvc/vect-tsvc-s112.c -flto -ffat-lto-objects execution test
+  | FAIL: gcc.dg/vect/tsvc/vect-tsvc-s112.c execution test
+  | FAIL: gcc.dg/vect/tsvc/vect-tsvc-s116.c -flto -ffat-lto-objects execution test
+  | FAIL: gcc.dg/vect/tsvc/vect-tsvc-s116.c execution test
+  | ... and 16 more
+  | 
+  | fixes.sum:
+  | Running gcc:gcc.dg/vect/vect.exp ...
+  | FAIL: gcc.dg/vect/tsvc/vect-tsvc-s452.c execution test
+
+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.
 
-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/228/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/228/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/228/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/228/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/228/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/228/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/228/artifact/artifacts
 Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/226/artifact/artifacts
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index b341fc9c..1924a16f 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 76 commits in gcc: PASS on master-thumb_v8a_hard_eabi
+[Linaro-TCWG-CI] 76 commits in gcc: 20 regressions 1 fix on master-thumb_v8a_hard_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
new file mode 100644
index 00000000..02ec8696
--- /dev/null
+++ b/notify/regressions.sum
@@ -0,0 +1,29 @@
+		=== gcc tests ===
+
+Running gcc:gcc.dg/vect/vect.exp ...
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s112.c -flto -ffat-lto-objects execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s112.c execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s116.c -flto -ffat-lto-objects execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s116.c execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s1351.c execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s176.c execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s254.c -flto -ffat-lto-objects execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s254.c execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s271.c -flto -ffat-lto-objects execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s2711.c -flto -ffat-lto-objects execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s2711.c execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s316.c -flto -ffat-lto-objects execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s351.c -flto -ffat-lto-objects execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-s351.c execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-vdotr.c -flto -ffat-lto-objects execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-vdotr.c execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-vtv.c -flto -ffat-lto-objects execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-vtv.c execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-vtvtv.c -flto -ffat-lto-objects execution test
+FAIL: gcc.dg/vect/tsvc/vect-tsvc-vtvtv.c execution test
+
+		=== Results Summary ===
+
+# of stable fails		416
+# of flaky entries		2
+# of all tests			410276
diff --git a/notify/results-summary.txt b/notify/results-summary.txt
index a5c1d88c..a52e1d95 100644
--- a/notify/results-summary.txt
+++ b/notify/results-summary.txt
@@ -1,5 +1,5 @@
 		=== Results Summary ===
 
-# of stable fails		395
-# of flaky entries		42
+# of stable fails		416
+# of flaky entries		2
 # of all tests			410276
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index cb6c5a97..bb701dc5 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -7,8 +7,8 @@ g++.sum
 gcc.sum
 libstdc++.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.750
-CURRENT:  /tmp/gxx-sum2.750
+REFERENCE:/tmp/gxx-sum1.6149
+CURRENT:  /tmp/gxx-sum2.6149
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
@@ -29,9 +29,9 @@ o  RUN STATUS:                               |   REF   |   RES   |
 
 o  REGRESSIONS:
   +------------------------------------------+---------+
-  | PASS now FAIL             [PASS => FAIL] |      22 |
+  | PASS now FAIL             [PASS => FAIL] |      17 |
   +------------------------------------------+---------+
-  | TOTAL_REGRESSIONS                        |      22 |
+  | TOTAL_REGRESSIONS                        |      17 |
   +------------------------------------------+---------+
 
   - PASS now FAIL             [PASS => FAIL]:
@@ -45,15 +45,10 @@ o  REGRESSIONS:
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s176.c execution test
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s254.c -flto -ffat-lto-objects execution test
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s254.c execution test
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s271.c -flto -ffat-lto-objects execution test
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s2711.c -flto -ffat-lto-objects execution test
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s2711.c execution test
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s2712.c -flto -ffat-lto-objects execution test
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s2712.c execution test
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s316.c -flto -ffat-lto-objects execution test
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s351.c -flto -ffat-lto-objects execution test
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s351.c execution test
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-vdotr.c -flto -ffat-lto-objects execution test
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-vdotr.c execution test
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-vtv.c -flto -ffat-lto-objects execution test
     gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-vtv.c execution test
@@ -66,14 +61,14 @@ o  IMPROVEMENTS TO BE CHECKED:
   +------------------------------------------+---------+
   | PASS disappears           [PASS =>     ] |     504 |
   | New PASS                  [     => PASS] |     802 |
-  | FAIL now PASS             [FAIL => PASS] |       1 |
   | XFAIL disappears          [XFAIL=>     ] |      46 |
   | XFAIL now PASS            [XFAIL=> PASS] |       1 |
   | XFAIL appears             [     =>XFAIL] |      46 |
   | UNSUPPORTED disappears    [UNSUP=>     ] |      14 |
   | UNSUPPORTED appears       [     =>UNSUP] |      15 |
+  | Flaky cases, ignored   [~RANDOM     ]    |       6 |
   +------------------------------------------+---------+
-  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |    1429 |
+  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |    1434 |
   +------------------------------------------+---------+
 
   - PASS disappears           [PASS =>     ]:
@@ -1410,12 +1405,6 @@ o  IMPROVEMENTS TO BE CHECKED:
     libstdc++:libstdc++-dg/conformance.exp=23_containers/array/tuple_interface/get_neg.cc  -std=gnu++17  (test for errors, line 409)
 
 
-  - FAIL now PASS             [FAIL => PASS]:
-
-  Executed from: gcc:gcc.dg/vect/vect.exp
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s452.c execution test
-
-
   - XFAIL disappears          [XFAIL=>     ]:
 
   Executed from: g++:g++.dg/dg.exp
@@ -1567,6 +1556,17 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/template/non-dependent30.C  -std=c++98
 
 
+  - Flaky cases, ignored   [~RANDOM     ]:
+
+  Executed from: gcc:gcc.dg/vect/vect.exp
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s271.c -flto -ffat-lto-objects execution test
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s2711.c execution test
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s2712.c -flto -ffat-lto-objects execution test
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s2712.c execution test
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s452.c execution test
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-vdotr.c -flto -ffat-lto-objects execution test
+
+
 
 # Regressions found
 # Regressions in 3 common sum files found
