diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..533f1c82
--- /dev/null
+++ b/notify/configure-toolchain.txt
@@ -0,0 +1,5 @@
+
+Most relevant configure and test flags: --target arm-eabi --disable-multilib --with-mode=arm --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=softfp --target_board=-marm/-march=armv7-a/-mfpu=vfpv3-d16/-mfloat-abi=softfp qemu_cpu=cortex-a9
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..3aa29f8b
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		246
+# of flaky entries		100
+# of all tests			404498
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 76ddad8b..34335faf 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-PASS
+improvements
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_v7a_softfp_eabi-build/290/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index b245fe97..3d8faee8 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -7,7 +7,7 @@
         "Info": {
             "tag": "tcwg_gnu_embed_check_gcc",
             "test_url": "https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_v7a_softfp_eabi-build/290/",
-            "run_order": "0290 (basepoints/gcc-14-05523-g7ffa63df8f5)",
+            "run_order": "0290 (basepoints/gcc-14-05523-g7ffa63df8f52)",
             "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=580a53dab47c9e4f97c8559440d2bc43fb7331b6 (unchanged)",
             "git_gcc": "https://github.com/gcc-mirror/gcc/commit/7ffa63df8f5281bcd81bbb9842b698bc91fbb4fd (+ 76 commits)",
             "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=324ace778f70e3e89d16c5460d2f9b4454acddb2 (unchanged)",
@@ -15,7 +15,7 @@
             "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/34a5cb6d8434303c170230644b2a7c1d5781d197 (unchanged)",
             "__report_version__": "1"
         },
-        "Start Time": "2023-11-17 07:06:25"
+        "Start Time": "2023-11-17 03:58:12"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 9ac6f8e5..d41cf66d 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,31 +1,33 @@
-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.
-
-In  arm-eabi v7-a softfp after:
+Our automatic CI successfully passed with your patch(es). Please find some details below.
 
+In  arm-eabi v7-a softfp, after:
   | 76 commits in gcc
-  | 7ffa63df8f5 libstdc++: Only declare feature test macros in standard headers
-  | f4ab68469cc libstdc++: Test for feature test macros more accurately
-  | e469f9003dd libstdc++: Use 202100L as feature test check for C++23
-  | 17aca35c0ec libstdc++: Adjust feature test in <istream> and <ostream>
-  | f158bd511df i386: Fix mov imm,%rax; mov %rdi,%rdx; mulx %rax -> mov imm,%rdx; mulx %rdi peephole2 [PR112526]
+  | 7ffa63df8f52 libstdc++: Only declare feature test macros in standard headers
+  | f4ab68469ccf libstdc++: Test for feature test macros more accurately
+  | e469f9003dd1 libstdc++: Use 202100L as feature test check for C++23
+  | 17aca35c0ecd libstdc++: Adjust feature test in <istream> and <ostream>
+  | f158bd511df1 i386: Fix mov imm,%rax; mov %rdi,%rdx; mulx %rax -> mov imm,%rdx; mulx %rdi peephole2 [PR112526]
   | ... and 71 more commits in gcc
 
-PASS
 
-You can find the failure logs in *.log.1.xz files in
- - https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_v7a_softfp_eabi-build/290/artifact/artifacts/00-sumfiles/
-The full lists of regressions and progressions as well as configure and make commands are in
- - https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_v7a_softfp_eabi-build/290/artifact/artifacts/notify/
-The list of [ignored] baseline and flaky failures are in
- - https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_v7a_softfp_eabi-build/290/artifact/artifacts/sumfiles/xfails.xfail
+Used configuration :
+ *CI config* tcwg_gnu_embed_check_gcc arm-eabi -marm -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp
+ *configure and test flags:* --target arm-eabi --disable-multilib --with-mode=arm --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=softfp --target_board=-marm/-march=armv7-a/-mfpu=vfpv3-d16/-mfloat-abi=softfp qemu_cpu=cortex-a9
 
-The configuration of this build is:
-CI config tcwg_gnu_embed_check_gcc arm-eabi -marm -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
 -----------------8<--------------------------8<--------------------------8<--------------------------
-The information below can be used to reproduce a debug environment:
+
+The information below contains the details of the failures, and the ways to reproduce a debug environment:
+
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_v7a_softfp_eabi-build/290/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-arm_v7a_softfp_eabi-build/290/artifact/artifacts/notify/
+The list of [ignored] baseline and flaky failures are in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_v7a_softfp_eabi-build/290/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_v7a_softfp_eabi-build/290/artifact/artifacts
 Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_v7a_softfp_eabi-build/287/artifact/artifacts
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 976362d2..0bafb816 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 76 commits in gcc: PASS on arm
+[Linaro-TCWG-CI] 76 commits in gcc: improvements on arm
diff --git a/notify/regressions.sum b/notify/regressions.sum
new file mode 100644
index 00000000..3aa29f8b
--- /dev/null
+++ b/notify/regressions.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		246
+# of flaky entries		100
+# of all tests			404498
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 221832e2..237088bf 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -7,8 +7,8 @@ g++.sum
 gcc.sum
 libstdc++.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.1797237
-CURRENT:  /tmp/gxx-sum2.1797237
+REFERENCE:/tmp/gxx-sum1.9272
+CURRENT:  /tmp/gxx-sum2.9272
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
