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..62296f38
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,12 @@
+		=== g++ tests ===
+
+Running g++:g++.dg/modules/modules.exp ...
+FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18659)
+FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18659)
+FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18659)
+
+		=== Results Summary ===
+
+# of stable fails		1431
+# of flaky entries		73
+# of all tests			414312
diff --git a/notify/jira/comment-card.txt b/notify/jira/comment-card.txt
index c489530f..d1568deb 100644
--- a/notify/jira/comment-card.txt
+++ b/notify/jira/comment-card.txt
@@ -1,3 +1,3 @@
 [GNU-1062]
-FAIL: 3 regressions: 3 progressions
+3 regressions 3 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/275/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 05a8abfb..e91827f5 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,4 +1,4 @@
 [GNU-692]
 https://linaro.atlassian.net/browse/GNU-1062
-FAIL: 3 regressions: 3 progressions
+3 regressions 3 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/275/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/description b/notify/jira/description
index 495b9162..5fa6d272 100644
--- a/notify/jira/description
+++ b/notify/jira/description
@@ -8,9 +8,7 @@ Date:   Tue Sep 19 16:31:17 2023 -0400
     This patch implements P2564, described at <wg21.link/p2564>, whereby
     certain functions are promoted to consteval.  For example:
     
-      consteval int id(int i) { return i; }
-    
-... 181 lines of the commit log omitted.
+... 183 lines of the commit log omitted.
 
 * tcwg_bootstrap_check
 ** master-aarch64-check_bootstrap
@@ -73,8 +71,8 @@ Date:   Tue Sep 19 16:31:17 2023 -0400
 *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_m7_eabi/details.txt
 *** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m7_eabi-build/268/artifact/artifacts
 ** master-thumb_v8a_hard_eabi
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_v8a_hard_eabi/details.txt
+*** 3 regressions 3 fixes
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_v8a_hard_eabi/details.txt
 *** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/275/artifact/artifacts
 * tcwg_gnu_native_check_gcc
 ** master-aarch64
@@ -82,4 +80,4 @@ Date:   Tue Sep 19 16:31:17 2023 -0400
 *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_native_check_gcc/master-aarch64/details.txt
 *** https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/774/artifact/artifacts
 
-Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/jira/yaml
+Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/jira/yaml
diff --git a/notify/jira/yaml b/notify/jira/yaml
index a677f34b..3a24ddd8 100644
--- a/notify/jira/yaml
+++ b/notify/jira/yaml
@@ -16,9 +16,7 @@
         This patch implements P2564, described at <wg21.link/p2564>, whereby
         certain functions are promoted to consteval.  For example:
         
-          consteval int id(int i) { return i; }
-        
-    ... 181 lines of the commit log omitted.
+    ... 183 lines of the commit log omitted.
     
     * tcwg_bootstrap_check
     ** master-aarch64-check_bootstrap
@@ -81,8 +79,8 @@
     *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_m7_eabi/details.txt
     *** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m7_eabi-build/268/artifact/artifacts
     ** master-thumb_v8a_hard_eabi
-    *** FAIL: 3 regressions: 3 progressions
-    *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_v8a_hard_eabi/details.txt
+    *** 3 regressions 3 fixes
+    *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_v8a_hard_eabi/details.txt
     *** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/275/artifact/artifacts
     * tcwg_gnu_native_check_gcc
     ** master-aarch64
@@ -90,4 +88,4 @@
     *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_native_check_gcc/master-aarch64/details.txt
     *** https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/774/artifact/artifacts
     
-    Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/jira/yaml
+    Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/jira/yaml
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 16f24bf5..cc93e306 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -16,7 +16,7 @@
             "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/29b5d70cb70574b499517ec9e9f80dea496a3cc0 (unchanged)",
             "__report_version__": "1"
         },
-        "Start Time": "2023-12-04 18:25:04"
+        "Start Time": "2023-12-04 18:24:03"
     },
     "Tests": [
         {
@@ -29,7 +29,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 c8ffb969..4b54f1a6 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,11 +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.
-
-We track this report status in https://linaro.atlassian.net/browse/GNU-1062 , please let us know if you are looking at the problem and/or when you have a fix.
-
-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:
   | commit gcc-14-6129-g1f1c432226c
   | Author: Marek Polacek <polacek@redhat.com>
   | Date:   Tue Sep 19 16:31:17 2023 -0400
@@ -15,118 +12,45 @@ In  arm-eabi thumb v8-a hard after:
   |     This patch implements P2564, described at <wg21.link/p2564>, whereby
   |     certain functions are promoted to consteval.  For example:
   |     
-  |       consteval int id(int i) { return i; }
-  |     
-  | ... 181 lines of the commit log omitted.
+  | ... 183 lines of the commit log omitted.
 
-FAIL: 3 regressions: 3 progressions
-
-regressions.sum:
-		=== g++ tests ===
+Produces 3 regressions 3 fixes:
+  | 
+  | regressions.sum:
+  | Running g++:g++.dg/modules/modules.exp ...
+  | FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18663)
+  | FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18663)
+  | FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18663)
+  | 
+  | fixes.sum:
+  | Running g++:g++.dg/modules/modules.exp ...
+  | FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18659)
+  | FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18659)
+  | FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18659)
 
-Running g++:g++.dg/modules/modules.exp ...
-FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18663)
-FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18663)
-FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18663)
+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
 
+We track this bug report under https://linaro.atlassian.net/browse/GNU-1062. Please let us know if you have a fix.
 
-progressions.sum:
-		=== g++ tests ===
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
-Running g++:g++.dg/modules/modules.exp ...
-FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18659)
-FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18659)
-FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18659)
+-----------------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_v8a_hard_eabi-build/275/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/275/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/275/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/275/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/275/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/275/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/275/artifact/artifacts
 Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/274/artifact/artifacts
 
-Reproduce last good and first bad builds: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_v8a_hard_eabi/reproduction_instructions.txt
+Instruction to reproduce the build : https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_v8a_hard_eabi/reproduction_instructions.txt
 
 Full commit : https://github.com/gcc-mirror/gcc/commit/1f1c432226cf3db399b2a2a627e3c5720b02b1d6
 
-List of configurations that regressed due to this commit :
-* tcwg_bootstrap_check
-** master-aarch64-check_bootstrap
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_bootstrap_check/master-aarch64-check_bootstrap/details.txt
-*** https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/421/artifact/artifacts
-** master-aarch64-check_bootstrap_lto
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_bootstrap_check/master-aarch64-check_bootstrap_lto/details.txt
-*** https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap_lto-build/405/
-** master-arm-check_bootstrap
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_bootstrap_check/master-arm-check_bootstrap/details.txt
-*** https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap-build/498/artifact/artifacts
-** master-arm-check_bootstrap_lto
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/details.txt
-*** https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/453/artifact/artifacts
-* tcwg_gcc_check
-** master-aarch64
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gcc_check/master-aarch64/details.txt
-*** https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/1299/artifact/artifacts
-** master-arm
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gcc_check/master-arm/details.txt
-*** https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/1406/artifact/artifacts
-* tcwg_gnu_cross_check_gcc
-** master-aarch64
-*** FAIL: 16 regressions: 14 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_cross_check_gcc/master-aarch64/details.txt
-*** https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-aarch64-build/1131/
-** master-arm
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_cross_check_gcc/master-arm/details.txt
-*** https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1073/artifact/artifacts
-* tcwg_gnu_embed_check_gcc
-** master-arm_eabi
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-arm_eabi/details.txt
-*** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_eabi-build/530/artifact/artifacts
-** master-thumb_m0_eabi
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_m0_eabi/details.txt
-*** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_eabi-build/295/artifact/artifacts
-** master-thumb_m23_eabi
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_m23_eabi/details.txt
-*** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m23_eabi-build/268/artifact/artifacts
-** master-thumb_m33_eabi
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_m33_eabi/details.txt
-*** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_eabi-build/297/artifact/artifacts
-** master-thumb_m55_hard_eabi
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi/details.txt
-*** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/269/artifact/artifacts
-** master-thumb_m7_eabi
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_m7_eabi/details.txt
-*** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m7_eabi-build/268/artifact/artifacts
-** master-thumb_v8a_hard_eabi
-*** FAIL: 3 regressions: 3 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_embed_check_gcc/master-thumb_v8a_hard_eabi/details.txt
-*** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/275/artifact/artifacts
-* tcwg_gnu_native_check_gcc
-** master-aarch64
-*** FAIL: 16 regressions: 16 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/1f1c432226cf3db399b2a2a627e3c5720b02b1d6/tcwg_gnu_native_check_gcc/master-aarch64/details.txt
-*** https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/774/artifact/artifacts
-
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 88775780..18d710d5 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] gcc-14-6129-g1f1c432226c: FAIL: 3 regressions: 3 progressions on master-thumb_v8a_hard_eabi
+[Linaro-TCWG-CI] gcc-14-6129-g1f1c432226c: 3 regressions 3 fixes on master-thumb_v8a_hard_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
index 75b0401a..b817f42c 100644
--- a/notify/regressions.sum
+++ b/notify/regressions.sum
@@ -8,5 +8,5 @@ FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (internal compiler error: tree
 		=== Results Summary ===
 
 # of stable fails		1431
-# of flaky entries		74
+# of flaky entries		73
 # of all tests			414312
diff --git a/notify/results-summary.txt b/notify/results-summary.txt
index 437f2c51..ba1525cc 100644
--- a/notify/results-summary.txt
+++ b/notify/results-summary.txt
@@ -1,5 +1,5 @@
 		=== Results Summary ===
 
 # of stable fails		1431
-# of flaky entries		74
+# of flaky entries		73
 # of all tests			414312
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 6c978142..d29f38f1 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.24265
-CURRENT:  /tmp/gxx-sum2.24265
+REFERENCE:/tmp/gxx-sum1.10511
+CURRENT:  /tmp/gxx-sum2.10511
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
@@ -29,39 +29,11 @@ o  RUN STATUS:                               |   REF   |   RES   |
 
 o  REGRESSIONS:
   +------------------------------------------+---------+
-  | PASS now FAIL             [PASS => FAIL] |      22 |
   | FAIL appears              [     => FAIL] |       3 |
   +------------------------------------------+---------+
-  | TOTAL_REGRESSIONS                        |      25 |
+  | TOTAL_REGRESSIONS                        |       3 |
   +------------------------------------------+---------+
 
-  - PASS now FAIL             [PASS => FAIL]:
-
-  Executed from: gcc:gcc.dg/vect/vect.exp
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s112.c -flto -ffat-lto-objects execution test
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s112.c execution test
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s116.c -flto -ffat-lto-objects execution test
-    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-s1351.c execution test
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s176.c -flto -ffat-lto-objects execution test
-    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 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-s314.c -flto -ffat-lto-objects execution test
-    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s316.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-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-vtvtv.c execution test
-
-
   - FAIL appears              [     => FAIL]:
 
   Executed from: g++:g++.dg/modules/modules.exp
@@ -78,8 +50,9 @@ o  IMPROVEMENTS TO BE CHECKED:
   | FAIL disappears           [FAIL =>     ] |       3 |
   | XFAIL appears             [     =>XFAIL] |       1 |
   | UNSUPPORTED appears       [     =>UNSUP] |      60 |
+  | Flaky cases, ignored   [~RANDOM     ]    |      22 |
   +------------------------------------------+---------+
-  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |     273 |
+  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |     295 |
   +------------------------------------------+---------+
 
   - PASS disappears           [PASS =>     ]:
@@ -381,6 +354,33 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/cpp2a/consteval-prop9.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-s112.c -flto -ffat-lto-objects execution test
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s112.c execution test
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s116.c -flto -ffat-lto-objects execution test
+    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-s1351.c execution test
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s176.c -flto -ffat-lto-objects execution test
+    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 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-s314.c -flto -ffat-lto-objects execution test
+    gcc:gcc.dg/vect/vect.exp=gcc.dg/vect/tsvc/vect-tsvc-s316.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-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-vtvtv.c execution test
+
+
 
 # Regressions found
 # Regressions in 3 common sum files found
