diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..aa3a008e
--- /dev/null
+++ b/notify/configure-toolchain.txt
@@ -0,0 +1,5 @@
+
+Most relevant configure and test flags: --target arm-eabi --disable-multilib --with-mode=thumb --with-arch=armv8-a+simd --with-fpu=crypto-neon-fp-armv8 --with-float=hard --target_board=-mthumb/-march=armv8-a+simd/-mfpu=auto/-mfloat-abi=hard qemu_cpu=any
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..8bbed51c
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,24 @@
+		=== gcc tests ===
+
+Running gcc:gcc.dg/torture/dg-torture.exp ...
+FAIL: gcc.dg/torture/pr116488.c -O2  execution test
+FAIL: gcc.dg/torture/pr116488.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+FAIL: gcc.dg/torture/pr116488.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
+FAIL: gcc.dg/torture/pr116488.c -Os  execution test
+FAIL: gcc.dg/torture/pr116488.c -O0  execution test
+FAIL: gcc.dg/torture/pr116488.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+FAIL: gcc.dg/torture/pr116488.c -O1  execution test
+FAIL: gcc.dg/torture/pr116488.c -O3 -g  execution test
+FAIL: gcc.dg/torture/pr117226.c -Os  execution test
+FAIL: gcc.dg/torture/pr117226.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+FAIL: gcc.dg/torture/pr117226.c -O2  execution test
+FAIL: gcc.dg/torture/pr117226.c -O3 -g  execution test
+FAIL: gcc.dg/torture/pr117226.c -O1  execution test
+FAIL: gcc.dg/torture/pr117226.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+FAIL: gcc.dg/torture/pr117226.c -O0  execution test
+
+		=== Results Summary ===
+
+# of stable fails		323
+# of flaky entries		3
+# of all tests			407113
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index d5a741dd..89e9788d 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-15 improvements
+ 15 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/626/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 45da98b3..337b705f 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -15,7 +15,7 @@
             "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/92ec7805190313c9e628f8fc4eb4f932c15247bd (unchanged)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-11-03 21:07:20"
+        "Start Time": "2024-11-03 18:02:31"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index af089c0e..de87ae6f 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,6 +1,6 @@
 Dear contributor,
 
-Our automatic CI has detected problems related to your patch(es). Please find some details below.
+Our automatic CI successfully passed with your patch(es). Please find some details below.
 
 In  arm-eabi thumb v8-a hard, after:
   | 147 commits in gcc
@@ -11,12 +11,14 @@ In  arm-eabi thumb v8-a hard, after:
   | ad7d5cd65ee c-family: -Wleading-whitespace= argument spelling
   | ... and 142 more commits in gcc
 
-Produces 15 improvements:
+Produces  15 fixes:
+  | 
+  | fixes.sum:
   | Running gcc:gcc.dg/torture/dg-torture.exp ...
+  | FAIL: gcc.dg/torture/pr116488.c -O2  execution test
   | FAIL: gcc.dg/torture/pr116488.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
-  | FAIL: gcc.dg/torture/pr116488.c -O0  execution test
-  | FAIL: gcc.dg/torture/pr116488.c -Os  execution test
   | FAIL: gcc.dg/torture/pr116488.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
+  | FAIL: gcc.dg/torture/pr116488.c -Os  execution test
   | ... and 11 more
 
 Used configuration :
@@ -29,8 +31,8 @@ If you have any questions regarding this report, please ask on linaro-toolchain@
 
 The information below contains the details of the failures, and the ways to reproduce a debug environment:
 
-You can find the failure logs in *.log.1.xz files in
- * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/626/artifact/artifacts/00-sumfiles/
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/626/artifact/artifacts/
 The full lists of regressions and improvements as well as configure and make commands are in
  * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/626/artifact/artifacts/notify/
 The list of [ignored] baseline and flaky failures are in
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index cb7c3d68..f9cca47f 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 147 commits in gcc: 15 improvements on master-thumb_v8a_hard_eabi
+[Linaro-TCWG-CI] 147 commits in gcc:  15 fixes on master-thumb_v8a_hard_eabi
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index a90a8811..7fea829f 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.17357
-CURRENT:  /tmp/gxx-sum2.17357
+REFERENCE:/tmp/gxx-sum1.8050
+CURRENT:  /tmp/gxx-sum2.8050
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
