diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..cb8f0f40
--- /dev/null
+++ b/notify/configure-toolchain.txt
@@ -0,0 +1,5 @@
+
+Most relevant configure and test flags: --target arm-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..6d3c6e5a
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		104
+# of flaky entries		89
+# of all tests			539505
diff --git a/notify/jira/comment-card.txt b/notify/jira/comment-card.txt
new file mode 100644
index 00000000..d774a7da
--- /dev/null
+++ b/notify/jira/comment-card.txt
@@ -0,0 +1,3 @@
+[GNU-1317]
+1 regression
+Details: https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1616/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 3f094fff..c6d484f2 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,4 @@
 [GNU-692]
-FAIL: 1 regressions
+https://linaro.atlassian.net/browse/GNU-1317
+1 regression
 Details: https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1616/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/components b/notify/jira/components
new file mode 100644
index 00000000..db93371d
--- /dev/null
+++ b/notify/jira/components
@@ -0,0 +1 @@
+GCC
diff --git a/notify/jira/description b/notify/jira/description
new file mode 100644
index 00000000..3bf0c830
--- /dev/null
+++ b/notify/jira/description
@@ -0,0 +1,55 @@
+Commit: https://github.com/gcc-mirror/gcc/commit/b07f8a301158e53717b8688cc8ea430b6f02574c
+commit gcc-15-3087-gb07f8a301158
+Author: Andrew Pinski <quic_apinski@quicinc.com>
+Date:   Wed Aug 21 17:41:38 2024 -0700
+
+    fold: Fix `a * 1j` if a has side effects [PR116454]
+    
+    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
+... 21 lines of the commit log omitted.
+
+* 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_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-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_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
+*** 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://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/jira/yaml
diff --git a/notify/jira/key b/notify/jira/key
new file mode 100644
index 00000000..d9ee874a
--- /dev/null
+++ b/notify/jira/key
@@ -0,0 +1 @@
+GNU-1317
diff --git a/notify/jira/startdate b/notify/jira/startdate
new file mode 100644
index 00000000..a3b32502
--- /dev/null
+++ b/notify/jira/startdate
@@ -0,0 +1 @@
+2024-08-22
diff --git a/notify/jira/summary b/notify/jira/summary
new file mode 100644
index 00000000..0b0d8e08
--- /dev/null
+++ b/notify/jira/summary
@@ -0,0 +1 @@
+gcc-15-3087-gb07f8a301158: 1 regression 2 fixes
diff --git a/notify/jira/yaml b/notify/jira/yaml
new file mode 100644
index 00000000..cf1d3289
--- /dev/null
+++ b/notify/jira/yaml
@@ -0,0 +1,63 @@
+- Project: GNU
+  IssueType: Sub-task
+  Key: GNU-1317
+  Summary: |
+    gcc-15-3087-gb07f8a301158: 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
+    Author: Andrew Pinski <quic_apinski@quicinc.com>
+    Date:   Wed Aug 21 17:41:38 2024 -0700
+    
+        fold: Fix `a * 1j` if a has side effects [PR116454]
+        
+        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
+    ... 21 lines of the commit log omitted.
+    
+    * 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_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-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_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
+    *** 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://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 dadd2eeb..2110473f 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -7,7 +7,8 @@
         "Info": {
             "tag": "tcwg_gnu_cross_check_gcc",
             "test_url": "https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1616/",
-            "run_order": "1616 (basepoints/gcc-15-03087-gb07f8a30115)",
+            "run_order": "1616 (basepoints/gcc-15-03087-gb07f8a301158)",
+            "regression": "https://linaro.atlassian.net/browse/GNU-1317",
             "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=5637daa2064c44831f90e64df37bcd047160366e (unchanged)",
             "git_gcc": "https://github.com/gcc-mirror/gcc/commit/b07f8a301158e53717b8688cc8ea430b6f02574c (+ 1 commits)",
             "git_linux": "https://gitlab.com/Linaro/lkft/mirrors/torvalds/linux-mainline/commit/b78b25f69a1dfa79798f684ad34707b1da10a48f (unchanged)",
@@ -16,7 +17,7 @@
             "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/407f9a4b121eb65166375c410e14d7b704bc1106 (unchanged)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-08-23 01:14:24"
+        "Start Time": "2024-08-17 21:55:11"
     },
     "Tests": [
         {
@@ -29,7 +30,7 @@
 	   ,
         {
             "Data": [
-                90
+                89
             ],
             "Info": {},
             "Name": "tcwg_gnu_cross_check_gcc.TOTAL.flaky.nb_flaky"
@@ -45,18 +46,18 @@
 	   ,
         {
             "Data": [
-                71
+                0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gcc.FAIL.nb_FAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.FAIL.nb_FAIL"
         }
 	   ,
         {
             "Data": [
-                20
+                0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gcc.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -64,7 +65,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gcc.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -72,7 +73,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gcc.ERROR.nb_ERROR"
+            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.ERROR.nb_ERROR"
         }
 	   ,
         {
@@ -80,7 +81,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gcc.XPASS.nb_XPASS"
+            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -88,7 +89,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gcc.OTHER.nb_OTHER"
+            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -96,55 +97,55 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gcc.KFAIL.nb_KFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                1254
+                127
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gcc.XFAIL.nb_XFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                182714
+                17448
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gcc.PASS.nb_PASS"
+            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                9313
+                784
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gcc.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                193281
+                18359
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gcc.good.nb_good"
+            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.good.nb_good"
         }
 	   ,
         {
             "Data": [
-                91
+                0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gcc.bad.nb_bad"
+            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.bad.nb_bad"
         }
 	   ,
         {
             "Data": [
-                0
+                8
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libatomic.FAIL.nb_FAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.libgomp.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -152,7 +153,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libatomic.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_gnu_cross_check_gcc.libgomp.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -160,7 +161,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libatomic.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_gnu_cross_check_gcc.libgomp.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -168,7 +169,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libatomic.ERROR.nb_ERROR"
+            "Name": "tcwg_gnu_cross_check_gcc.libgomp.ERROR.nb_ERROR"
         }
 	   ,
         {
@@ -176,7 +177,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libatomic.XPASS.nb_XPASS"
+            "Name": "tcwg_gnu_cross_check_gcc.libgomp.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -184,7 +185,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libatomic.OTHER.nb_OTHER"
+            "Name": "tcwg_gnu_cross_check_gcc.libgomp.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -192,55 +193,55 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libatomic.KFAIL.nb_KFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.libgomp.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                0
+                264
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libatomic.XFAIL.nb_XFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.libgomp.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                44
+                16459
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libatomic.PASS.nb_PASS"
+            "Name": "tcwg_gnu_cross_check_gcc.libgomp.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                5
+                715
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libatomic.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_gnu_cross_check_gcc.libgomp.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                49
+                17438
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libatomic.good.nb_good"
+            "Name": "tcwg_gnu_cross_check_gcc.libgomp.good.nb_good"
         }
 	   ,
         {
             "Data": [
-                0
+                8
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libatomic.bad.nb_bad"
+            "Name": "tcwg_gnu_cross_check_gcc.libgomp.bad.nb_bad"
         }
 	   ,
         {
             "Data": [
-                6
+                0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.g++.FAIL.nb_FAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.libitm.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -248,7 +249,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.g++.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_gnu_cross_check_gcc.libitm.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -256,7 +257,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.g++.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_gnu_cross_check_gcc.libitm.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -264,15 +265,15 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.g++.ERROR.nb_ERROR"
+            "Name": "tcwg_gnu_cross_check_gcc.libitm.ERROR.nb_ERROR"
         }
 	   ,
         {
             "Data": [
-                2
+                0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.g++.XPASS.nb_XPASS"
+            "Name": "tcwg_gnu_cross_check_gcc.libitm.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -280,7 +281,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.g++.OTHER.nb_OTHER"
+            "Name": "tcwg_gnu_cross_check_gcc.libitm.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -288,63 +289,63 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.g++.KFAIL.nb_KFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.libitm.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                2219
+                3
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.g++.XFAIL.nb_XFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.libitm.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                232773
+                44
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.g++.PASS.nb_PASS"
+            "Name": "tcwg_gnu_cross_check_gcc.libitm.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                2439
+                1
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.g++.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_gnu_cross_check_gcc.libitm.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                237431
+                48
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.g++.good.nb_good"
+            "Name": "tcwg_gnu_cross_check_gcc.libitm.good.nb_good"
         }
 	   ,
         {
             "Data": [
-                8
+                0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.g++.bad.nb_bad"
+            "Name": "tcwg_gnu_cross_check_gcc.libitm.bad.nb_bad"
         }
 	   ,
         {
             "Data": [
-                0
+                71
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.objc.FAIL.nb_FAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.gcc.FAIL.nb_FAIL"
         }
 	   ,
         {
             "Data": [
-                0
+                20
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.objc.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_gnu_cross_check_gcc.gcc.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -352,7 +353,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.objc.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_gnu_cross_check_gcc.gcc.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -360,7 +361,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.objc.ERROR.nb_ERROR"
+            "Name": "tcwg_gnu_cross_check_gcc.gcc.ERROR.nb_ERROR"
         }
 	   ,
         {
@@ -368,7 +369,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.objc.XPASS.nb_XPASS"
+            "Name": "tcwg_gnu_cross_check_gcc.gcc.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -376,7 +377,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.objc.OTHER.nb_OTHER"
+            "Name": "tcwg_gnu_cross_check_gcc.gcc.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -384,55 +385,55 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.objc.KFAIL.nb_KFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.gcc.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                0
+                1254
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.objc.XFAIL.nb_XFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.gcc.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                2846
+                182714
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.objc.PASS.nb_PASS"
+            "Name": "tcwg_gnu_cross_check_gcc.gcc.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                70
+                9313
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.objc.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_gnu_cross_check_gcc.gcc.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                2916
+                193281
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.objc.good.nb_good"
+            "Name": "tcwg_gnu_cross_check_gcc.gcc.good.nb_good"
         }
 	   ,
         {
             "Data": [
-                0
+                91
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.objc.bad.nb_bad"
+            "Name": "tcwg_gnu_cross_check_gcc.gcc.bad.nb_bad"
         }
 	   ,
         {
             "Data": [
-                8
+                6
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libgomp.FAIL.nb_FAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.g++.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -440,7 +441,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libgomp.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_gnu_cross_check_gcc.g++.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -448,7 +449,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libgomp.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_gnu_cross_check_gcc.g++.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -456,15 +457,15 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libgomp.ERROR.nb_ERROR"
+            "Name": "tcwg_gnu_cross_check_gcc.g++.ERROR.nb_ERROR"
         }
 	   ,
         {
             "Data": [
-                0
+                2
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libgomp.XPASS.nb_XPASS"
+            "Name": "tcwg_gnu_cross_check_gcc.g++.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -472,7 +473,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libgomp.OTHER.nb_OTHER"
+            "Name": "tcwg_gnu_cross_check_gcc.g++.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -480,39 +481,39 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libgomp.KFAIL.nb_KFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.g++.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                264
+                2219
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libgomp.XFAIL.nb_XFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.g++.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                16459
+                232773
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libgomp.PASS.nb_PASS"
+            "Name": "tcwg_gnu_cross_check_gcc.g++.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                715
+                2439
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libgomp.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_gnu_cross_check_gcc.g++.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                17438
+                237431
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libgomp.good.nb_good"
+            "Name": "tcwg_gnu_cross_check_gcc.g++.good.nb_good"
         }
 	   ,
         {
@@ -520,7 +521,7 @@
                 8
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libgomp.bad.nb_bad"
+            "Name": "tcwg_gnu_cross_check_gcc.g++.bad.nb_bad"
         }
 	   ,
         {
@@ -528,7 +529,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.FAIL.nb_FAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.libatomic.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -536,7 +537,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_gnu_cross_check_gcc.libatomic.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -544,7 +545,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_gnu_cross_check_gcc.libatomic.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -552,7 +553,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.ERROR.nb_ERROR"
+            "Name": "tcwg_gnu_cross_check_gcc.libatomic.ERROR.nb_ERROR"
         }
 	   ,
         {
@@ -560,7 +561,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.XPASS.nb_XPASS"
+            "Name": "tcwg_gnu_cross_check_gcc.libatomic.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -568,7 +569,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.OTHER.nb_OTHER"
+            "Name": "tcwg_gnu_cross_check_gcc.libatomic.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -576,39 +577,39 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.KFAIL.nb_KFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.libatomic.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                127
+                0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.XFAIL.nb_XFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.libatomic.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                17448
+                44
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.PASS.nb_PASS"
+            "Name": "tcwg_gnu_cross_check_gcc.libatomic.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                784
+                5
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_gnu_cross_check_gcc.libatomic.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                18359
+                49
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.good.nb_good"
+            "Name": "tcwg_gnu_cross_check_gcc.libatomic.good.nb_good"
         }
 	   ,
         {
@@ -616,15 +617,15 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libstdc++.bad.nb_bad"
+            "Name": "tcwg_gnu_cross_check_gcc.libatomic.bad.nb_bad"
         }
 	   ,
         {
             "Data": [
-                1
+                0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gfortran.FAIL.nb_FAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.objc.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -632,7 +633,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gfortran.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_gnu_cross_check_gcc.objc.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -640,7 +641,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gfortran.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_gnu_cross_check_gcc.objc.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -648,7 +649,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gfortran.ERROR.nb_ERROR"
+            "Name": "tcwg_gnu_cross_check_gcc.objc.ERROR.nb_ERROR"
         }
 	   ,
         {
@@ -656,7 +657,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gfortran.XPASS.nb_XPASS"
+            "Name": "tcwg_gnu_cross_check_gcc.objc.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -664,7 +665,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gfortran.OTHER.nb_OTHER"
+            "Name": "tcwg_gnu_cross_check_gcc.objc.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -672,55 +673,55 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gfortran.KFAIL.nb_KFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.objc.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                265
+                0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gfortran.XFAIL.nb_XFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.objc.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                69066
+                2846
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gfortran.PASS.nb_PASS"
+            "Name": "tcwg_gnu_cross_check_gcc.objc.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                544
+                70
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gfortran.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_gnu_cross_check_gcc.objc.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                69875
+                2916
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gfortran.good.nb_good"
+            "Name": "tcwg_gnu_cross_check_gcc.objc.good.nb_good"
         }
 	   ,
         {
             "Data": [
-                1
+                0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.gfortran.bad.nb_bad"
+            "Name": "tcwg_gnu_cross_check_gcc.objc.bad.nb_bad"
         }
 	   ,
         {
             "Data": [
-                0
+                1
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libitm.FAIL.nb_FAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.gfortran.FAIL.nb_FAIL"
         }
 	   ,
         {
@@ -728,7 +729,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libitm.UNRESOLVED.nb_UNRESOLVED"
+            "Name": "tcwg_gnu_cross_check_gcc.gfortran.UNRESOLVED.nb_UNRESOLVED"
         }
 	   ,
         {
@@ -736,7 +737,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libitm.UNTESTED.nb_UNTESTED"
+            "Name": "tcwg_gnu_cross_check_gcc.gfortran.UNTESTED.nb_UNTESTED"
         }
 	   ,
         {
@@ -744,7 +745,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libitm.ERROR.nb_ERROR"
+            "Name": "tcwg_gnu_cross_check_gcc.gfortran.ERROR.nb_ERROR"
         }
 	   ,
         {
@@ -752,7 +753,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libitm.XPASS.nb_XPASS"
+            "Name": "tcwg_gnu_cross_check_gcc.gfortran.XPASS.nb_XPASS"
         }
 	   ,
         {
@@ -760,7 +761,7 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libitm.OTHER.nb_OTHER"
+            "Name": "tcwg_gnu_cross_check_gcc.gfortran.OTHER.nb_OTHER"
         }
 	   ,
         {
@@ -768,47 +769,47 @@
                 0
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libitm.KFAIL.nb_KFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.gfortran.KFAIL.nb_KFAIL"
         }
 	   ,
         {
             "Data": [
-                3
+                265
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libitm.XFAIL.nb_XFAIL"
+            "Name": "tcwg_gnu_cross_check_gcc.gfortran.XFAIL.nb_XFAIL"
         }
 	   ,
         {
             "Data": [
-                44
+                69066
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libitm.PASS.nb_PASS"
+            "Name": "tcwg_gnu_cross_check_gcc.gfortran.PASS.nb_PASS"
         }
 	   ,
         {
             "Data": [
-                1
+                544
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libitm.UNSUPPORTED.nb_UNSUPPORTED"
+            "Name": "tcwg_gnu_cross_check_gcc.gfortran.UNSUPPORTED.nb_UNSUPPORTED"
         }
 	   ,
         {
             "Data": [
-                48
+                69875
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libitm.good.nb_good"
+            "Name": "tcwg_gnu_cross_check_gcc.gfortran.good.nb_good"
         }
 	   ,
         {
             "Data": [
-                0
+                1
             ],
             "Info": {},
-            "Name": "tcwg_gnu_cross_check_gcc.libitm.bad.nb_bad"
+            "Name": "tcwg_gnu_cross_check_gcc.gfortran.bad.nb_bad"
         }
 	   ,
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 16cb6df9..6fec441d 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,33 +1,48 @@
-Dear contributor, our automatic CI has detected problems related to your patch(es).  Please find some details below.  If you have any questions, please follow up on linaro-toolchain@lists.linaro.org mailing list, Libera's #linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the usual project channel.
+Dear contributor,
 
-We appreciate that it might be difficult to find the necessary logs or reproduce the issue locally. If you can't get what you need from our CI within minutes, let us know and we will be happy to help.
+Our automatic CI has detected problems related to your patch(es). Please find some details below.
 
-In  master-arm after:
+In  master-arm, after:
+  | commit gcc-15-3087-gb07f8a301158
+  | Author: Andrew Pinski <quic_apinski@quicinc.com>
+  | Date:   Wed Aug 21 17:41:38 2024 -0700
+  | 
+  |     fold: Fix `a * 1j` if a has side effects [PR116454]
+  |     
+  |     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
+  | ... 21 lines of the commit log omitted.
 
-  | baseline build
+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"
 
-FAIL: 1 regressions
+Used configuration :
+ *CI config* tcwg_gnu_cross_check_gcc master-arm
+ *configure and test flags:* --target arm-linux-gnueabihf 
 
-regressions.sum:
-		=== gcc tests ===
+We track this bug report under https://linaro.atlassian.net/browse/GNU-1317. Please let us know if you have a fix.
 
-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"
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
+-----------------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_cross_check_gcc--master-arm-build/1616/artifact/artifacts/00-sumfiles/
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1616/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_cross_check_gcc--master-arm-build/1616/artifact/artifacts/notify/
+ * https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1616/artifact/artifacts/notify/
 The list of [ignored] baseline and flaky failures are in
- - https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1616/artifact/artifacts/sumfiles/xfails.xfail
-
-The configuration of this build is:
-CI config tcwg_gnu_cross_check_gcc master-arm
-
------------------8<--------------------------8<--------------------------8<--------------------------
-The information below can be used to reproduce a debug environment:
+ * https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1616/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1616/artifact/artifacts
 Reference build : https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/1615/artifact/artifacts
 
+Instruction to reproduce the build : https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_cross_check_gcc/master-arm/reproduction_instructions.txt
+
+Full commit : https://github.com/gcc-mirror/gcc/commit/b07f8a301158e53717b8688cc8ea430b6f02574c
+
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index aa219efd..d4089d17 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-bcc:tcwg-validation@linaro.org
+bcc:tcwg-validation@linaro.org,cc:gcc-regression@gcc.gnu.org,rguenth@gcc.gnu.org,cc:quic_apinski@quicinc.com
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 0251476d..3bc6f6fa 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] baseline build: FAIL: 1 regressions on arm
+[Linaro-TCWG-CI] gcc-15-3087-gb07f8a301158: 1 regression on arm
diff --git a/notify/regressions.sum b/notify/regressions.sum
index 45c0bb35..db487c5f 100644
--- a/notify/regressions.sum
+++ b/notify/regressions.sum
@@ -6,5 +6,5 @@ FAIL: gcc.dg/vect/complex/fast-math-complex-mls-float.c scan-tree-dump vect "Fou
 		=== Results Summary ===
 
 # of stable fails		105
-# of flaky entries		90
+# of flaky entries		89
 # of all tests			539505
diff --git a/notify/results-summary.txt b/notify/results-summary.txt
index 822d9664..ff85b4a0 100644
--- a/notify/results-summary.txt
+++ b/notify/results-summary.txt
@@ -1,5 +1,5 @@
 		=== Results Summary ===
 
 # of stable fails		105
-# of flaky entries		90
+# of flaky entries		89
 # of all tests			539505
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 4136da4d..e64dce36 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.13487
-CURRENT:  /tmp/gxx-sum2.13487
+REFERENCE:/tmp/gxx-sum1.6618
+CURRENT:  /tmp/gxx-sum2.6618
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
