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..528e3f10
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,22 @@
+		=== g++ tests ===
+
+Running g++:g++.dg/dg.exp ...
+FAIL: g++.dg/contracts/contracts-ctor-dtor2.C (test for errors, line 23)
+FAIL: g++.dg/contracts/contracts-ctor-dtor2.C (test for errors, line 27)
+FAIL: g++.dg/warn/Wuse-after-free3.C -std=gnu++17 (test for excess errors)
+FAIL: g++.dg/warn/Wuse-after-free3.C -std=gnu++14 (test for excess errors)
+FAIL: g++.dg/warn/Wuse-after-free3.C -std=gnu++20 (test for excess errors)
+		=== gcc tests ===
+
+Running gcc:gcc.target/arm/arm.exp ...
+FAIL: gcc.target/arm/bfloat16_vector_typecheck_1.c (test for errors, line 122)
+FAIL: gcc.target/arm/bfloat16_vector_typecheck_1.c (test for errors, line 124)
+FAIL: gcc.target/arm/bfloat16_vector_typecheck_1.c (test for excess errors)
+FAIL: gcc.target/arm/bfloat16_vector_typecheck_2.c (test for errors, line 114)
+FAIL: gcc.target/arm/bfloat16_vector_typecheck_2.c (test for excess errors)
+
+		=== Results Summary ===
+
+# of stable fails		387
+# of flaky entries		73
+# of all tests			413563
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index ab6365ea..b49b140a 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-FAIL: 2 regressions: 10 progressions
+2 regressions 10 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/270/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 78849246..d500c2ed 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -15,7 +15,7 @@
             "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/29b5d70cb70574b499517ec9e9f80dea496a3cc0 (unchanged)",
             "__report_version__": "1"
         },
-        "Start Time": "2023-12-03 23:57:06"
+        "Start Time": "2023-12-03 23:48:57"
     },
     "Tests": [
         {
@@ -28,7 +28,7 @@
 	   ,
         {
             "Data": [
-                74
+                73
             ],
             "Info": {},
             "Name": "tcwg_gnu_embed_check_gcc.TOTAL.flaky.nb_flaky"
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index eca1537f..bdbcaa9e 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:
   | 145 commits in gcc
   | 37043268825 Add tests for validating future C permerrors
   | bf783f6ca46 gm2: Add missing declaration of m2pim_M2RTS_Terminate to test
@@ -12,37 +11,35 @@ In  arm-eabi thumb v8-a hard after:
   | 923a67f17ba RISC-V: Fix VSETVL PASS regression
   | ... and 140 more commits in gcc
 
-FAIL: 2 regressions: 10 progressions
-
-regressions.sum:
-		=== gcc tests ===
-
-Running gcc:gcc.dg/analyzer/analyzer.exp ...
-FAIL: c-c++-common/analyzer/null-deref-pr108251-smp_fetch_ssl_fc_has_early-O2.c (test for excess errors)
-FAIL: c-c++-common/analyzer/null-deref-pr108251-smp_fetch_ssl_fc_has_early.c (test for excess errors)
-
+Produces 2 regressions 10 fixes:
+  | 
+  | regressions.sum:
+  | Running gcc:gcc.dg/analyzer/analyzer.exp ...
+  | FAIL: c-c++-common/analyzer/null-deref-pr108251-smp_fetch_ssl_fc_has_early-O2.c (test for excess errors)
+  | FAIL: c-c++-common/analyzer/null-deref-pr108251-smp_fetch_ssl_fc_has_early.c (test for excess errors)
+  | 
+  | fixes.sum:
+  | Running g++:g++.dg/dg.exp ...
+  | FAIL: g++.dg/contracts/contracts-ctor-dtor2.C (test for errors, line 23)
+  | FAIL: g++.dg/contracts/contracts-ctor-dtor2.C (test for errors, line 27)
+  | ... and 9 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.
 
-progressions.sum:
-		=== g++ tests ===
+-----------------8<--------------------------8<--------------------------8<--------------------------
 
-Running g++:g++.dg/dg.exp ...
-FAIL: g++.dg/contracts/contracts-ctor-dtor2.C (test for errors, line 23)
-FAIL: g++.dg/contracts/contracts-ctor-dtor2.C (test for errors, line 27)
-FAIL: g++.dg/warn/Wuse-after-free3.C -std=gnu++20 (test for excess errors)
-... and 11 more entries
+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_v8a_hard_eabi-build/270/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/270/artifact/artifacts/notify/
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/270/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/270/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/270/artifact/artifacts/sumfiles/xfails.xfail
-
-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
-
------------------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_v8a_hard_eabi-build/270/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/270/artifact/artifacts
 Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/268/artifact/artifacts
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index b9224b92..5cb0887c 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 145 commits in gcc: FAIL: 2 regressions: 10 progressions on master-thumb_v8a_hard_eabi
+[Linaro-TCWG-CI] 145 commits in gcc: 2 regressions 10 fixes on master-thumb_v8a_hard_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
index b2e5180f..d481a7ef 100644
--- a/notify/regressions.sum
+++ b/notify/regressions.sum
@@ -7,5 +7,5 @@ FAIL: c-c++-common/analyzer/null-deref-pr108251-smp_fetch_ssl_fc_has_early.c (te
 		=== Results Summary ===
 
 # of stable fails		379
-# of flaky entries		74
+# of flaky entries		73
 # of all tests			413563
diff --git a/notify/results-summary.txt b/notify/results-summary.txt
index 37eabf10..0de89c1b 100644
--- a/notify/results-summary.txt
+++ b/notify/results-summary.txt
@@ -1,5 +1,5 @@
 		=== Results Summary ===
 
 # of stable fails		379
-# of flaky entries		74
+# of flaky entries		73
 # of all tests			413563
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index bb4eb0e0..f8809515 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.21291
-CURRENT:  /tmp/gxx-sum2.21291
+REFERENCE:/tmp/gxx-sum1.23605
+CURRENT:  /tmp/gxx-sum2.23605
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
@@ -47,10 +47,11 @@ o  IMPROVEMENTS TO BE CHECKED:
   | PASS disappears           [PASS =>     ] |     350 |
   | PASS now XFAIL            [PASS =>XFAIL] |       4 |
   | New PASS                  [     => PASS] |    1362 |
-  | FAIL now PASS             [FAIL => PASS] |      20 |
+  | FAIL now PASS             [FAIL => PASS] |      10 |
   | XFAIL disappears          [XFAIL=>     ] |       3 |
   | XFAIL appears             [     =>XFAIL] |       3 |
   | UNSUPPORTED appears       [     =>UNSUP] |      27 |
+  | Flaky cases, ignored   [~RANDOM     ]    |      10 |
   +------------------------------------------+---------+
   | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |    1769 |
   +------------------------------------------+---------+
@@ -1806,17 +1807,6 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/warn/Wuse-after-free3.C  -std=gnu++14 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/warn/Wuse-after-free3.C  -std=gnu++17 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/warn/Wuse-after-free3.C  -std=gnu++20 (test for excess errors)
-  Executed from: gcc:gcc.dg/vect/vect.exp
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s116.c 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 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-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-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-vtv.c execution test
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-vtvtv.c -flto -ffat-lto-objects execution test
   Executed from: gcc:gcc.target/arm/arm.exp
     gcc:gcc.target/arm/arm.exp=gcc.target/arm/bfloat16_vector_typecheck_1.c  (test for errors, line 122)
     gcc:gcc.target/arm/arm.exp=gcc.target/arm/bfloat16_vector_typecheck_1.c  (test for errors, line 124)
@@ -1874,6 +1864,21 @@ o  IMPROVEMENTS TO BE CHECKED:
     gcc:gcc.dg/dg.exp=gcc.dg/bitint-43.c
 
 
+  - Flaky cases, ignored   [~RANDOM     ]:
+
+  Executed from: gcc:gcc.dg/vect/vect.exp
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s116.c 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 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-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-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-vtv.c execution test
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-vtvtv.c -flto -ffat-lto-objects execution test
+
+
 
 # Regressions found
 # Regressions in 3 common sum files found
