diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..6f51f2d3
--- /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-cpu=cortex-m33 --with-float=hard --target_board=-mthumb/-march=armv8-m.main+dsp+fp/-mtune=cortex-m33/-mfloat-abi=hard/-mfpu=auto qemu-cpu=cortex-m33
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..b6d14070
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		387
+# of flaky entries		75
+# of all tests			400052
diff --git a/notify/jira/comment-card.txt b/notify/jira/comment-card.txt
new file mode 100644
index 00000000..a6560fc5
--- /dev/null
+++ b/notify/jira/comment-card.txt
@@ -0,0 +1,3 @@
+[GNU-1317]
+1 regression
+Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/141/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index ed34264e..eaf2721e 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_embed_check_gcc--master-thumb_m33_hard_eabi-build/141/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..43df7b67
--- /dev/null
+++ b/notify/jira/description
@@ -0,0 +1,51 @@
+Commit: https://github.com/gcc-mirror/gcc/commit/b07f8a301158e53717b8688cc8ea430b6f02574c
+commit gcc-15-3087-gb07f8a30115
+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
+* 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
+*** 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
+
+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..271e2db7
--- /dev/null
+++ b/notify/jira/summary
@@ -0,0 +1 @@
+gcc-15-3087-gb07f8a30115: FAIL: 1 regressions: 2 improvements
diff --git a/notify/jira/yaml b/notify/jira/yaml
new file mode 100644
index 00000000..22a7ed88
--- /dev/null
+++ b/notify/jira/yaml
@@ -0,0 +1,59 @@
+- Project: GNU
+  IssueType: Sub-task
+  Key: GNU-1317
+  Summary: |
+    gcc-15-3087-gb07f8a30115: FAIL: 1 regressions: 2 improvements
+  Components: GCC
+  Start date: 2024-08-22
+  Description: |
+    Commit: https://github.com/gcc-mirror/gcc/commit/b07f8a301158e53717b8688cc8ea430b6f02574c
+    commit gcc-15-3087-gb07f8a30115
+    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
+    * 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
+    *** 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
+    
+    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 abdd6e12..44bc6295 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -7,7 +7,8 @@
         "Info": {
             "tag": "tcwg_gnu_embed_check_gcc",
             "test_url": "https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/141/",
-            "run_order": "0141 (basepoints/gcc-15-03087-gb07f8a301158)",
+            "run_order": "0141 (basepoints/gcc-15-03087-gb07f8a30115)",
+            "regression": "https://linaro.atlassian.net/browse/GNU-1317",
             "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=eb53cbeca8cf456b4a79f33d7a2a586a99b4b2e3 (unchanged)",
             "git_gcc": "https://github.com/gcc-mirror/gcc/commit/b07f8a301158e53717b8688cc8ea430b6f02574c (+ 1 commits)",
             "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=820dd5009b1b83788bf278912359af3a8e9239ad (unchanged)",
@@ -15,7 +16,7 @@
             "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/407f9a4b121eb65166375c410e14d7b704bc1106 (unchanged)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-08-22 13:30:34"
+        "Start Time": "2024-08-22 12:30:06"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 0b7da1f8..04ac8349 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  arm-eabi cortex-m33 hard after:
+In  arm-eabi cortex-m33 hard, after:
+  | commit gcc-15-3087-gb07f8a30115
+  | 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_embed_check_gcc arm-eabi -mthumb -march=armv8-m.main+dsp+fp -mtune=cortex-m33 -mfloat-abi=hard -mfpu=auto
+ *configure and test flags:* --target arm-eabi --disable-multilib --with-mode=thumb --with-cpu=cortex-m33 --with-float=hard --target_board=-mthumb/-march=armv8-m.main+dsp+fp/-mtune=cortex-m33/-mfloat-abi=hard/-mfpu=auto qemu-cpu=cortex-m33
 
-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_embed_check_gcc--master-thumb_m33_hard_eabi-build/141/artifact/artifacts/00-sumfiles/
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/141/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_m33_hard_eabi-build/141/artifact/artifacts/notify/
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/141/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_m33_hard_eabi-build/141/artifact/artifacts/sumfiles/xfails.xfail
-
-The configuration of this build is:
-CI config tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv8-m.main+dsp+fp -mtune=cortex-m33 -mfloat-abi=hard -mfpu=auto
-
------------------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_m33_hard_eabi-build/141/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/141/artifact/artifacts
 Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/140/artifact/artifacts
 
+Instruction to reproduce the build : https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b07f8a301158e53717b8688cc8ea430b6f02574c/tcwg_gnu_embed_check_gcc/master-thumb_m33_hard_eabi/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 dd0e5388..ccdb8221 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] baseline build: FAIL: 1 regressions on master-thumb_m33_hard_eabi
+[Linaro-TCWG-CI] gcc-15-3087-gb07f8a30115: 1 regression on master-thumb_m33_hard_eabi
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 6708a8ab..d6cfba17 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -1,14 +1,14 @@
 # Comparing directories
 # REFERENCE: base-artifacts/sumfiles
-# CURRENT:   artifacts/sumfiles
+# CURRENT:   artifacts/99-rewrite/artifacts.old/sumfiles
 
 # Comparing 3 common sum files:
 g++.sum
 gcc.sum
 libstdc++.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.7667
-CURRENT:  /tmp/gxx-sum2.7667
+REFERENCE:/tmp/gxx-sum1.32095
+CURRENT:  /tmp/gxx-sum2.32095
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
