diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..8e581352
--- /dev/null
+++ b/notify/configure-toolchain.txt
@@ -0,0 +1,5 @@
+
+Most relevant configure and test flags: none, autodetected on armv8l-unknown-linux-gnueabihf
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..d74ae27a
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		271
+# of flaky entries		102
+# of all tests			553028
diff --git a/notify/jira/GNU-1107-comment.txt b/notify/jira/GNU-1107-comment.txt
new file mode 100644
index 00000000..6ee0cca7
--- /dev/null
+++ b/notify/jira/GNU-1107-comment.txt
@@ -0,0 +1 @@
+Fixed in : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/
diff --git a/notify/jira/GNU-1132-comment.txt b/notify/jira/GNU-1132-comment.txt
new file mode 100644
index 00000000..6ee0cca7
--- /dev/null
+++ b/notify/jira/GNU-1132-comment.txt
@@ -0,0 +1 @@
+Fixed in : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/
diff --git a/notify/jira/GNU-1140-comment.txt b/notify/jira/GNU-1140-comment.txt
new file mode 100644
index 00000000..6ee0cca7
--- /dev/null
+++ b/notify/jira/GNU-1140-comment.txt
@@ -0,0 +1 @@
+Fixed in : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/
diff --git a/notify/jira/GNU-1142-comment.txt b/notify/jira/GNU-1142-comment.txt
new file mode 100644
index 00000000..6ee0cca7
--- /dev/null
+++ b/notify/jira/GNU-1142-comment.txt
@@ -0,0 +1 @@
+Fixed in : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/
diff --git a/notify/jira/GNU-1143-comment.txt b/notify/jira/GNU-1143-comment.txt
new file mode 100644
index 00000000..6ee0cca7
--- /dev/null
+++ b/notify/jira/GNU-1143-comment.txt
@@ -0,0 +1 @@
+Fixed in : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/
diff --git a/notify/jira/GNU-1154-comment.txt b/notify/jira/GNU-1154-comment.txt
new file mode 100644
index 00000000..6ee0cca7
--- /dev/null
+++ b/notify/jira/GNU-1154-comment.txt
@@ -0,0 +1 @@
+Fixed in : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/
diff --git a/notify/jira/GNU-1166-comment.txt b/notify/jira/GNU-1166-comment.txt
new file mode 100644
index 00000000..6ee0cca7
--- /dev/null
+++ b/notify/jira/GNU-1166-comment.txt
@@ -0,0 +1 @@
+Fixed in : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/
diff --git a/notify/jira/GNU-1234-comment.txt b/notify/jira/GNU-1234-comment.txt
new file mode 100644
index 00000000..6ee0cca7
--- /dev/null
+++ b/notify/jira/GNU-1234-comment.txt
@@ -0,0 +1 @@
+Fixed in : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/
diff --git a/notify/jira/GNU-1300-comment.txt b/notify/jira/GNU-1300-comment.txt
new file mode 100644
index 00000000..6ee0cca7
--- /dev/null
+++ b/notify/jira/GNU-1300-comment.txt
@@ -0,0 +1 @@
+Fixed in : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/
diff --git a/notify/jira/comment-card.txt b/notify/jira/comment-card.txt
index e7e79979..f3e9201b 100644
--- a/notify/jira/comment-card.txt
+++ b/notify/jira/comment-card.txt
@@ -1,3 +1,3 @@
 [GNU-1317]
-FAIL: 1 regressions
+1 regression
 Details: https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index cc31356e..aa6c0cfd 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-1317
-FAIL: 1 regressions
+1 regression
 Details: https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/description b/notify/jira/description
index 787fb8de..28006a80 100644
--- a/notify/jira/description
+++ b/notify/jira/description
@@ -1,5 +1,5 @@
 Commit: https://github.com/gcc-mirror/gcc/commit/b07f8a301158e53717b8688cc8ea430b6f02574c
-commit gcc-15-3087-gb07f8a301158
+commit gcc-15-3087-gb07f8a30115
 Author: Andrew Pinski <quic_apinski@quicinc.com>
 Date:   Wed Aug 21 17:41:38 2024 -0700
 
@@ -8,9 +8,7 @@ Date:   Wed Aug 21 17:41:38 2024 -0700
     The problem here was a missing save_expr around arg0 since
     it is used twice, once in REALPART_EXPR and once in IMAGPART_EXPR.
     Thia adds the save_expr and reformats the code slightly so it is a
-    little easier to understand.  It excludes the case when arg0 is
-    a COMPLEX_EXPR since in that case we'll end up with the distinct
-... 19 lines of the commit log omitted.
+... 21 lines of the commit log omitted.
 
 * tcwg_bootstrap_check
 ** master-aarch64-check_bootstrap
@@ -18,8 +16,8 @@ Date:   Wed Aug 21 17:41:38 2024 -0700
 *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_bootstrap_check/master-aarch64-check_bootstrap/details.txt
 *** https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/772/artifact/artifacts
 ** master-arm-check_bootstrap_lto
-*** FAIL: 1 regressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/details.txt
+*** 1 regression
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/details.txt
 *** https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/artifact/artifacts
 * tcwg_gcc_check
 ** master-aarch64
@@ -30,10 +28,40 @@ Date:   Wed Aug 21 17:41:38 2024 -0700
 *** FAIL: 1 regressions
 *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gcc_check/master-arm/details.txt
 *** https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2590/artifact/artifacts
+* tcwg_gnu_cross_check_gcc
+** master-aarch64
+*** 2 regressions
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_cross_check_gcc/master-aarch64/details.txt
+*** https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-aarch64-build/1624/artifact/artifacts
+** master-arm
+*** 1 regression
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_cross_check_gcc/master-arm/details.txt
+*** https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1616/artifact/artifacts
+* tcwg_gnu_embed_check_gcc
+** master-arm_eabi
+*** 1 regression
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_embed_check_gcc/master-arm_eabi/details.txt
+*** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_eabi-build/761/artifact/artifacts
+** master-thumb_m33_hard_eabi
+*** 1 regression
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_embed_check_gcc/master-thumb_m33_hard_eabi/details.txt
+*** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/141/artifact/artifacts
+** master-thumb_m3_softfp_eabi
+*** 1 regression
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_embed_check_gcc/master-thumb_m3_softfp_eabi/details.txt
+*** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m3_softfp_eabi-build/157/artifact/artifacts
+** master-thumb_m55_hard_eabi
+*** 1 regression
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/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/565/artifact/artifacts
+** master-thumb_v8a_hard_eabi
+*** 1 regression
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/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/557/artifact/artifacts
 * tcwg_gnu_native_check_gcc
 ** master-arm
-*** FAIL: 1 regressions: 2 improvements
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_native_check_gcc/master-arm/details.txt
+*** 1 regression 2 fixes
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_native_check_gcc/master-arm/details.txt
 *** https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-arm-build/1430/artifact/artifacts
 
-Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/jira/yaml
+Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/jira/yaml
diff --git a/notify/jira/summary b/notify/jira/summary
index aff29134..7b418122 100644
--- a/notify/jira/summary
+++ b/notify/jira/summary
@@ -1 +1 @@
-gcc-15-3087-gb07f8a301158: FAIL: 2 regressions
+gcc-15-3087-gb07f8a30115: 1 regression 2 fixes
diff --git a/notify/jira/yaml b/notify/jira/yaml
index 24b6d490..bf9953a7 100644
--- a/notify/jira/yaml
+++ b/notify/jira/yaml
@@ -2,12 +2,12 @@
   IssueType: Sub-task
   Key: GNU-1317
   Summary: |
-    gcc-15-3087-gb07f8a301158: FAIL: 2 regressions
+    gcc-15-3087-gb07f8a30115: 1 regression 2 fixes
   Components: GCC
   Start date: 2024-08-22
   Description: |
     Commit: https://github.com/gcc-mirror/gcc/commit/b07f8a301158e53717b8688cc8ea430b6f02574c
-    commit gcc-15-3087-gb07f8a301158
+    commit gcc-15-3087-gb07f8a30115
     Author: Andrew Pinski <quic_apinski@quicinc.com>
     Date:   Wed Aug 21 17:41:38 2024 -0700
     
@@ -16,9 +16,7 @@
         The problem here was a missing save_expr around arg0 since
         it is used twice, once in REALPART_EXPR and once in IMAGPART_EXPR.
         Thia adds the save_expr and reformats the code slightly so it is a
-        little easier to understand.  It excludes the case when arg0 is
-        a COMPLEX_EXPR since in that case we'll end up with the distinct
-    ... 19 lines of the commit log omitted.
+    ... 21 lines of the commit log omitted.
     
     * tcwg_bootstrap_check
     ** master-aarch64-check_bootstrap
@@ -26,8 +24,8 @@
     *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_bootstrap_check/master-aarch64-check_bootstrap/details.txt
     *** https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/772/artifact/artifacts
     ** master-arm-check_bootstrap_lto
-    *** FAIL: 1 regressions
-    *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/details.txt
+    *** 1 regression
+    *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/details.txt
     *** https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/artifact/artifacts
     * tcwg_gcc_check
     ** master-aarch64
@@ -38,10 +36,40 @@
     *** FAIL: 1 regressions
     *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gcc_check/master-arm/details.txt
     *** https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2590/artifact/artifacts
+    * tcwg_gnu_cross_check_gcc
+    ** master-aarch64
+    *** 2 regressions
+    *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_cross_check_gcc/master-aarch64/details.txt
+    *** https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-aarch64-build/1624/artifact/artifacts
+    ** master-arm
+    *** 1 regression
+    *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_cross_check_gcc/master-arm/details.txt
+    *** https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1616/artifact/artifacts
+    * tcwg_gnu_embed_check_gcc
+    ** master-arm_eabi
+    *** 1 regression
+    *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_embed_check_gcc/master-arm_eabi/details.txt
+    *** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_eabi-build/761/artifact/artifacts
+    ** master-thumb_m33_hard_eabi
+    *** 1 regression
+    *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_embed_check_gcc/master-thumb_m33_hard_eabi/details.txt
+    *** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/141/artifact/artifacts
+    ** master-thumb_m3_softfp_eabi
+    *** 1 regression
+    *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_embed_check_gcc/master-thumb_m3_softfp_eabi/details.txt
+    *** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m3_softfp_eabi-build/157/artifact/artifacts
+    ** master-thumb_m55_hard_eabi
+    *** 1 regression
+    *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/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/565/artifact/artifacts
+    ** master-thumb_v8a_hard_eabi
+    *** 1 regression
+    *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/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/557/artifact/artifacts
     * tcwg_gnu_native_check_gcc
     ** master-arm
-    *** FAIL: 1 regressions: 2 improvements
-    *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_native_check_gcc/master-arm/details.txt
+    *** 1 regression 2 fixes
+    *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_native_check_gcc/master-arm/details.txt
     *** https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-arm-build/1430/artifact/artifacts
     
-    Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/jira/yaml
+    Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/jira/yaml
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index f4d81dbd..ba02c274 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -7,7 +7,7 @@
         "Info": {
             "tag": "tcwg_bootstrap_check",
             "test_url": "https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/",
-            "run_order": "0844 (basepoints/gcc-15-03087-gb07f8a301158)",
+            "run_order": "0844 (basepoints/gcc-15-03087-gb07f8a30115)",
             "regression": "https://linaro.atlassian.net/browse/GNU-1317",
             "git_gcc": "https://github.com/gcc-mirror/gcc/commit/b07f8a301158e53717b8688cc8ea430b6f02574c (+ 1 commits)",
             "__report_version__": "1"
@@ -41,10 +41,10 @@
 	   ,
         {
             "Data": [
-                0
+                212
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libstdc++.FAIL.nb_FAIL"
+            "Name": "tcwg_bootstrap_check.gcc.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -52,7 +52,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libstdc++.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_bootstrap_check.gcc.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -60,7 +60,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libstdc++.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_bootstrap_check.gcc.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -68,15 +68,15 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libstdc++.ERROR.nb_ERROR"
+            "Name": "tcwg_bootstrap_check.gcc.ERROR.nb_ERROR"
         }
 	   ,
         {
             "Data": [
-                0
+                45
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libstdc++.XPASS.nb_XPASS"
+            "Name": "tcwg_bootstrap_check.gcc.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -84,7 +84,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libstdc++.OTHER.nb_OTHER"
+            "Name": "tcwg_bootstrap_check.gcc.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -92,55 +92,55 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libstdc++.KFAIL.nb_KFAIL"
+            "Name": "tcwg_bootstrap_check.gcc.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                127
+                1552
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libstdc++.XFAIL.nb_XFAIL"
+            "Name": "tcwg_bootstrap_check.gcc.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                18431
+                194862
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libstdc++.PASS.nb_PASS"
+            "Name": "tcwg_bootstrap_check.gcc.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                771
+                7041
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libstdc++.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_bootstrap_check.gcc.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                19329
+                203455
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libstdc++.good.nb_good"
+            "Name": "tcwg_bootstrap_check.gcc.good.nb_good"
         }
 	   ,
         {
             "Data": [
-                0
+                257
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libstdc++.bad.nb_bad"
+            "Name": "tcwg_bootstrap_check.gcc.bad.nb_bad"
         }
 	   ,
         {
             "Data": [
-                2
+                0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gfortran.FAIL.nb_FAIL"
+            "Name": "tcwg_bootstrap_check.libitm.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -148,7 +148,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gfortran.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_bootstrap_check.libitm.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -156,7 +156,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gfortran.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_bootstrap_check.libitm.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -164,7 +164,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gfortran.ERROR.nb_ERROR"
+            "Name": "tcwg_bootstrap_check.libitm.ERROR.nb_ERROR"
         }
 	   ,
         {
@@ -172,7 +172,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gfortran.XPASS.nb_XPASS"
+            "Name": "tcwg_bootstrap_check.libitm.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -180,7 +180,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gfortran.OTHER.nb_OTHER"
+            "Name": "tcwg_bootstrap_check.libitm.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -188,47 +188,47 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gfortran.KFAIL.nb_KFAIL"
+            "Name": "tcwg_bootstrap_check.libitm.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                265
+                3
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gfortran.XFAIL.nb_XFAIL"
+            "Name": "tcwg_bootstrap_check.libitm.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                69109
+                44
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gfortran.PASS.nb_PASS"
+            "Name": "tcwg_bootstrap_check.libitm.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                529
+                1
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gfortran.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_bootstrap_check.libitm.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                69903
+                48
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gfortran.good.nb_good"
+            "Name": "tcwg_bootstrap_check.libitm.good.nb_good"
         }
 	   ,
         {
             "Data": [
-                2
+                0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gfortran.bad.nb_bad"
+            "Name": "tcwg_bootstrap_check.libitm.bad.nb_bad"
         }
 	   ,
         {
@@ -329,10 +329,10 @@
 	   ,
         {
             "Data": [
-                8
+                2
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libgomp.FAIL.nb_FAIL"
+            "Name": "tcwg_bootstrap_check.gfortran.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -340,7 +340,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libgomp.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_bootstrap_check.gfortran.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -348,7 +348,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libgomp.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_bootstrap_check.gfortran.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -356,7 +356,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libgomp.ERROR.nb_ERROR"
+            "Name": "tcwg_bootstrap_check.gfortran.ERROR.nb_ERROR"
         }
 	   ,
         {
@@ -364,7 +364,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libgomp.XPASS.nb_XPASS"
+            "Name": "tcwg_bootstrap_check.gfortran.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -372,7 +372,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libgomp.OTHER.nb_OTHER"
+            "Name": "tcwg_bootstrap_check.gfortran.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -380,47 +380,47 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libgomp.KFAIL.nb_KFAIL"
+            "Name": "tcwg_bootstrap_check.gfortran.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                264
+                265
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libgomp.XFAIL.nb_XFAIL"
+            "Name": "tcwg_bootstrap_check.gfortran.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                16467
+                69109
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libgomp.PASS.nb_PASS"
+            "Name": "tcwg_bootstrap_check.gfortran.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                715
+                529
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libgomp.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_bootstrap_check.gfortran.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                17446
+                69903
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libgomp.good.nb_good"
+            "Name": "tcwg_bootstrap_check.gfortran.good.nb_good"
         }
 	   ,
         {
             "Data": [
-                8
+                2
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libgomp.bad.nb_bad"
+            "Name": "tcwg_bootstrap_check.gfortran.bad.nb_bad"
         }
 	   ,
         {
@@ -428,7 +428,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libatomic.FAIL.nb_FAIL"
+            "Name": "tcwg_bootstrap_check.libstdc++.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -436,7 +436,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libatomic.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_bootstrap_check.libstdc++.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -444,7 +444,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libatomic.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_bootstrap_check.libstdc++.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -452,7 +452,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libatomic.ERROR.nb_ERROR"
+            "Name": "tcwg_bootstrap_check.libstdc++.ERROR.nb_ERROR"
         }
 	   ,
         {
@@ -460,7 +460,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libatomic.XPASS.nb_XPASS"
+            "Name": "tcwg_bootstrap_check.libstdc++.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -468,7 +468,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libatomic.OTHER.nb_OTHER"
+            "Name": "tcwg_bootstrap_check.libstdc++.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -476,39 +476,39 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libatomic.KFAIL.nb_KFAIL"
+            "Name": "tcwg_bootstrap_check.libstdc++.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                0
+                127
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libatomic.XFAIL.nb_XFAIL"
+            "Name": "tcwg_bootstrap_check.libstdc++.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                44
+                18431
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libatomic.PASS.nb_PASS"
+            "Name": "tcwg_bootstrap_check.libstdc++.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                5
+                771
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libatomic.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_bootstrap_check.libstdc++.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                49
+                19329
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libatomic.good.nb_good"
+            "Name": "tcwg_bootstrap_check.libstdc++.good.nb_good"
         }
 	   ,
         {
@@ -516,15 +516,15 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libatomic.bad.nb_bad"
+            "Name": "tcwg_bootstrap_check.libstdc++.bad.nb_bad"
         }
 	   ,
         {
             "Data": [
-                212
+                8
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gcc.FAIL.nb_FAIL"
+            "Name": "tcwg_bootstrap_check.libgomp.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -532,7 +532,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gcc.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_bootstrap_check.libgomp.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -540,7 +540,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gcc.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_bootstrap_check.libgomp.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -548,15 +548,15 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gcc.ERROR.nb_ERROR"
+            "Name": "tcwg_bootstrap_check.libgomp.ERROR.nb_ERROR"
         }
 	   ,
         {
             "Data": [
-                45
+                0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gcc.XPASS.nb_XPASS"
+            "Name": "tcwg_bootstrap_check.libgomp.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -564,7 +564,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gcc.OTHER.nb_OTHER"
+            "Name": "tcwg_bootstrap_check.libgomp.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -572,47 +572,47 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gcc.KFAIL.nb_KFAIL"
+            "Name": "tcwg_bootstrap_check.libgomp.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                1552
+                264
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gcc.XFAIL.nb_XFAIL"
+            "Name": "tcwg_bootstrap_check.libgomp.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                194862
+                16467
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gcc.PASS.nb_PASS"
+            "Name": "tcwg_bootstrap_check.libgomp.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                7041
+                715
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gcc.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_bootstrap_check.libgomp.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                203455
+                17446
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gcc.good.nb_good"
+            "Name": "tcwg_bootstrap_check.libgomp.good.nb_good"
         }
 	   ,
         {
             "Data": [
-                257
+                8
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.gcc.bad.nb_bad"
+            "Name": "tcwg_bootstrap_check.libgomp.bad.nb_bad"
         }
 	   ,
         {
@@ -620,7 +620,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.objc.FAIL.nb_FAIL"
+            "Name": "tcwg_bootstrap_check.libatomic.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -628,7 +628,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.objc.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_bootstrap_check.libatomic.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -636,7 +636,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.objc.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_bootstrap_check.libatomic.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -644,7 +644,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.objc.ERROR.nb_ERROR"
+            "Name": "tcwg_bootstrap_check.libatomic.ERROR.nb_ERROR"
         }
 	   ,
         {
@@ -652,7 +652,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.objc.XPASS.nb_XPASS"
+            "Name": "tcwg_bootstrap_check.libatomic.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -660,7 +660,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.objc.OTHER.nb_OTHER"
+            "Name": "tcwg_bootstrap_check.libatomic.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -668,7 +668,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.objc.KFAIL.nb_KFAIL"
+            "Name": "tcwg_bootstrap_check.libatomic.KFAIL.nb_KFAIL"
         }
 	   ,
         {
@@ -676,31 +676,31 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.objc.XFAIL.nb_XFAIL"
+            "Name": "tcwg_bootstrap_check.libatomic.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                2846
+                44
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.objc.PASS.nb_PASS"
+            "Name": "tcwg_bootstrap_check.libatomic.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                70
+                5
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.objc.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_bootstrap_check.libatomic.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                2916
+                49
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.objc.good.nb_good"
+            "Name": "tcwg_bootstrap_check.libatomic.good.nb_good"
         }
 	   ,
         {
@@ -708,7 +708,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.objc.bad.nb_bad"
+            "Name": "tcwg_bootstrap_check.libatomic.bad.nb_bad"
         }
 	   ,
         {
@@ -716,7 +716,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libitm.FAIL.nb_FAIL"
+            "Name": "tcwg_bootstrap_check.objc.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -724,7 +724,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libitm.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_bootstrap_check.objc.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -732,7 +732,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libitm.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_bootstrap_check.objc.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -740,7 +740,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libitm.ERROR.nb_ERROR"
+            "Name": "tcwg_bootstrap_check.objc.ERROR.nb_ERROR"
         }
 	   ,
         {
@@ -748,7 +748,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libitm.XPASS.nb_XPASS"
+            "Name": "tcwg_bootstrap_check.objc.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -756,7 +756,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libitm.OTHER.nb_OTHER"
+            "Name": "tcwg_bootstrap_check.objc.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -764,39 +764,39 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libitm.KFAIL.nb_KFAIL"
+            "Name": "tcwg_bootstrap_check.objc.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                3
+                0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libitm.XFAIL.nb_XFAIL"
+            "Name": "tcwg_bootstrap_check.objc.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                44
+                2846
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libitm.PASS.nb_PASS"
+            "Name": "tcwg_bootstrap_check.objc.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                1
+                70
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libitm.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_bootstrap_check.objc.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                48
+                2916
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libitm.good.nb_good"
+            "Name": "tcwg_bootstrap_check.objc.good.nb_good"
         }
 	   ,
         {
@@ -804,7 +804,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_bootstrap_check.libitm.bad.nb_bad"
+            "Name": "tcwg_bootstrap_check.objc.bad.nb_bad"
         }
 	   ,
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 60965923..419556dd 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,12 +1,9 @@
-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 understand 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 has detected problems related to your patch(es). Please find some details below.
 
-We track this report status in https://linaro.atlassian.net/browse/GNU-1317 , please let us know if you are looking at the problem and/or when you have a fix.
-
-In bootstrap_check master-arm-check_bootstrap_lto after:
-
-  | commit gcc-15-3087-gb07f8a301158
+In bootstrap_check master-arm-check_bootstrap_lto, after:
+  | commit gcc-15-3087-gb07f8a30115
   | Author: Andrew Pinski <quic_apinski@quicinc.com>
   | Date:   Wed Aug 21 17:41:38 2024 -0700
   | 
@@ -15,61 +12,37 @@ In bootstrap_check master-arm-check_bootstrap_lto after:
   |     The problem here was a missing save_expr around arg0 since
   |     it is used twice, once in REALPART_EXPR and once in IMAGPART_EXPR.
   |     Thia adds the save_expr and reformats the code slightly so it is a
-  |     little easier to understand.  It excludes the case when arg0 is
-  |     a COMPLEX_EXPR since in that case we'll end up with the distinct
-  | ... 19 lines of the commit log omitted.
+  | ... 21 lines of the commit log omitted.
 
-FAIL: 1 regressions
+Produces 1 regression:
+  | 
+  | regressions.sum:
+  | Running gcc:gcc.dg/vect/complex/complex.exp ...
+  | FAIL: gcc.dg/vect/complex/fast-math-complex-mls-float.c scan-tree-dump vect "Found COMPLEX_FMA"
 
-regressions.sum:
-		=== gcc tests ===
+Used configuration :
+ *CI config* tcwg_bootstrap_check master-arm-check_bootstrap_lto
+ *configure and test flags:* none, autodetected on armv8l-unknown-linux-gnueabihf
 
-Running gcc:gcc.dg/vect/complex/complex.exp ...
-FAIL: gcc.dg/vect/complex/fast-math-complex-mls-float.c scan-tree-dump vect "Found COMPLEX_FMA"
+We track this bug report under https://linaro.atlassian.net/browse/GNU-1317. Please let us know if you have a fix.
 
+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_bootstrap_check--master-arm-check_bootstrap_lto-build/844/artifact/artifacts/00-sumfiles/
-The full lists of regressions and improvements as well as configure and make commands are in
- - https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/artifact/artifacts/notify/
-The list of [ignored] baseline and flaky failures are in
- - https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/artifact/artifacts/sumfiles/xfails.xfail
+-----------------8<--------------------------8<--------------------------8<--------------------------
 
-The configuration of this build is:
-CI config tcwg_bootstrap_check master-arm-check_bootstrap_lto
+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_bootstrap_check--master-arm-check_bootstrap_lto-build/844/artifact/artifacts/
+The full lists of regressions and improvements as well as configure and make commands are in
+ * https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/artifact/artifacts/notify/
+The list of [ignored] baseline and flaky failures are in
+ * https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/artifact/artifacts
 Reference build : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/843/artifact/artifacts
 
-Reproduce last good and first bad builds: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/reproduction_instructions.txt
+Instruction to reproduce the build : https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/reproduction_instructions.txt
 
 Full commit : https://github.com/gcc-mirror/gcc/commit/b07f8a301158e53717b8688cc8ea430b6f02574c
 
-List of configurations that regressed due to this commit :
-* tcwg_bootstrap_check
-** master-aarch64-check_bootstrap
-*** FAIL: 2 regressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_bootstrap_check/master-aarch64-check_bootstrap/details.txt
-*** https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/772/artifact/artifacts
-** master-arm-check_bootstrap_lto
-*** FAIL: 1 regressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/details.txt
-*** https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/844/artifact/artifacts
-* tcwg_gcc_check
-** master-aarch64
-*** FAIL: 2 regressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gcc_check/master-aarch64/details.txt
-*** https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2486/artifact/artifacts
-** master-arm
-*** FAIL: 1 regressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gcc_check/master-arm/details.txt
-*** https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2590/artifact/artifacts
-* tcwg_gnu_native_check_gcc
-** master-arm
-*** FAIL: 1 regressions: 2 improvements
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_native_check_gcc/master-arm/details.txt
-*** https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-arm-build/1430/artifact/artifacts
-
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 7e8f6884..cdcfde0c 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] gcc-15-3087-gb07f8a301158: FAIL: 1 regressions on arm
+[Linaro-TCWG-CI] gcc-15-3087-gb07f8a30115: 1 regression on arm
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 57900872..3e024ad3 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -1,6 +1,6 @@
 # Comparing directories
 # REFERENCE: base-artifacts/sumfiles
-# CURRENT:   artifacts/sumfiles
+# CURRENT:   artifacts/99-rewrite/artifacts.old/sumfiles
 
 # Comparing 8 common sum files:
 g++.sum
@@ -12,8 +12,8 @@ libitm.sum
 libstdc++.sum
 objc.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.2731328
-CURRENT:  /tmp/gxx-sum2.2731328
+REFERENCE:/tmp/gxx-sum1.374232
+CURRENT:  /tmp/gxx-sum2.374232
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
