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..73f202ec
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,12 @@
+		=== gcc tests ===
+
+Running gcc:gcc.dg/analyzer/analyzer.exp ...
+FAIL: gcc.dg/analyzer/out-of-bounds-diagram-1-debug.c expected multiline pattern lines 17-39
+FAIL: gcc.dg/analyzer/out-of-bounds-diagram-1-debug.c (test for excess errors)
+FAIL: gcc.dg/analyzer/out-of-bounds-diagram-1-debug.c 2 blank line(s) in output
+
+		=== Results Summary ===
+
+# of stable fails		380
+# of flaky entries		2
+# of all tests			403489
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index b11fc5ee..d773b695 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-PASS
+ 3 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/144/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index d0623336..38c4a90c 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -7,15 +7,15 @@
         "Info": {
             "tag": "tcwg_gnu_embed_check_gcc",
             "test_url": "https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/144/",
-            "run_order": "0144 (basepoints/gcc-14-03840-g88a0a883960)",
-            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=bc92a20a84ee4c458cd4d3e1dad0960f0349b07f (unchanged)",
-            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/88a0a883960910530bfefa750461168f539f4a00 (+ 4 commits)",
-            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=c2d2bf34e6959615a3ba0edf4153d210501ba04f (unchanged)",
-            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=bc92a20a84ee4c458cd4d3e1dad0960f0349b07f (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/9ef497755afc252fb8e060c9ea6b0987abfd20b6 (unchanged)",
+            "run_order": "0144 (5-changed-components)",
+            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=bc92a20a84ee4c458cd4d3e1dad0960f0349b07f (+ 50 commits)",
+            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/88a0a883960910530bfefa750461168f539f4a00 (+ 17 commits)",
+            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=c2d2bf34e6959615a3ba0edf4153d210501ba04f (+ 14 commits)",
+            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=bc92a20a84ee4c458cd4d3e1dad0960f0349b07f (+ 50 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/9ef497755afc252fb8e060c9ea6b0987abfd20b6 (+ 261 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2023-09-12 05:09:23"
+        "Start Time": "2023-09-10 08:51:05"
     },
     "Tests": [
         {
@@ -28,7 +28,7 @@
 	   ,
         {
             "Data": [
-                7
+                2
             ],
             "Info": {},
             "Name": "tcwg_gnu_embed_check_gcc.TOTAL.flaky.nb_flaky"
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index ab7715e3..625ef304 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,30 +1,41 @@
-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 successfully passed with your patch(es). Please find some details below.
 
-In  arm-eabi thumb v8-a hard after:
-
-  | 4 commits in gcc
+In  arm-eabi thumb v8-a hard, after:
+  | 17 commits in gcc
   | 88a0a883960 RISC-V: Enable RVV scalable vectorization by default[PR111311]
   | 390fa3a78c8 libstdc++: Fix -Wunused-parameter warnings
   | 5c3c04960d7 contrib: Check if getent is available in git setup script [PR111359]
   | 48d4ab69803 RISC-V: Remove redundant functions
+  | 6f7f7287468 pretty-print: Fix up pp_wide_int [PR111329]
+  | ... and 12 more commits in gcc
 
-PASS
+Produces  3 fixes:
+  | 
+  | fixes.sum:
+  | Running gcc:gcc.dg/analyzer/analyzer.exp ...
+  | FAIL: gcc.dg/analyzer/out-of-bounds-diagram-1-debug.c expected multiline pattern lines 17-39
+  | FAIL: gcc.dg/analyzer/out-of-bounds-diagram-1-debug.c (test for excess errors)
+  | FAIL: gcc.dg/analyzer/out-of-bounds-diagram-1-debug.c 2 blank line(s) in output
 
-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/144/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-thumb_v8a_hard_eabi-build/144/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_v8a_hard_eabi-build/144/artifact/artifacts/sumfiles/xfails.xfail
+Used configuration :
+ *CI config* tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv8-a+simd -mfpu=auto -mfloat-abi=hard
+ *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
 
-The configuration of this build is:
-CI config tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv8-a+simd -mfpu=auto -mfloat-abi=hard
+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-thumb_v8a_hard_eabi-build/144/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/144/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_v8a_hard_eabi-build/144/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/144/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/142/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/139/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index 7bee05db..833698c3 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-bcc:tcwg-validation@linaro.org,cc:pexu@gcc.mail.kapsi.fi,cc:gcc-regression@gcc.gnu.org,cc:juzhe.zhong@rivai.ai,pan2.li@intel.com,jwakely@redhat.com
+bcc:tcwg-validation@linaro.org,jakub@redhat.com,cc:pexu@gcc.mail.kapsi.fi,cc:gcc-regression@gcc.gnu.org,cc:juzhe.zhong@rivai.ai,lehua.ding@rivai.ai,apinski@marvell.com,gccadmin@gcc.gnu.org,pan2.li@intel.com,iain@sandoe.co.uk,hongtao.liu@intel.com,jwakely@redhat.com
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 8a043e62..fd0e732f 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 4 commits in gcc: PASS on master-thumb_v8a_hard_eabi
+[Linaro-TCWG-CI] 17 commits in gcc:  3 fixes on master-thumb_v8a_hard_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
new file mode 100644
index 00000000..37619476
--- /dev/null
+++ b/notify/regressions.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		377
+# of flaky entries		2
+# of all tests			403489
diff --git a/notify/results-summary.txt b/notify/results-summary.txt
index 56be5bd4..5812b03a 100644
--- a/notify/results-summary.txt
+++ b/notify/results-summary.txt
@@ -1,5 +1,5 @@
 		=== Results Summary ===
 
 # of stable fails		377
-# of flaky entries		7
+# of flaky entries		2
 # of all tests			403489
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index a41a77c8..b07f80aa 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -7,14 +7,14 @@ g++.sum
 gcc.sum
 libstdc++.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.8178
-CURRENT:  /tmp/gxx-sum2.8178
+REFERENCE:/tmp/gxx-sum1.11538
+CURRENT:  /tmp/gxx-sum2.11538
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
   +------------------------------------------+---------+---------+
-  | Passes                            [PASS] |  381681 |  381681 |
-  | Unexpected fails                  [FAIL] |     306 |     306 |
+  | Passes                            [PASS] |  381632 |  381681 |
+  | Unexpected fails                  [FAIL] |     309 |     306 |
   | Errors                           [ERROR] |       0 |       0 |
   | Unexpected passes                [XPASS] |      51 |      51 |
   | Expected fails                   [XFAIL] |    3005 |    3005 |
@@ -24,7 +24,7 @@ o  RUN STATUS:                               |   REF   |   RES   |
   | Untested                      [UNTESTED] |       0 |       0 |
   +------------------------------------------+---------+---------+
 
-    REF PASS ratio: 0.953399
+    REF PASS ratio: 0.953386
     RES PASS ratio: 0.953399
 
 o  REGRESSIONS:
@@ -36,9 +36,79 @@ o  REGRESSIONS:
 
 o  IMPROVEMENTS TO BE CHECKED:
   +------------------------------------------+---------+
+  | New PASS                  [     => PASS] |      47 |
+  | FAIL now PASS             [FAIL => PASS] |       2 |
+  | FAIL disappears           [FAIL =>     ] |       1 |
   +------------------------------------------+---------+
-  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |       0 |
+  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |      50 |
   +------------------------------------------+---------+
 
+  - New PASS                  [     => PASS]:
 
+  Executed from: gcc:gcc.c-torture/execute/execute.exp
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -O0  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -O0  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -O1  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -O1  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -O2  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -O2  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -O3 -g  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -O3 -g  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -Os  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-1.c   -Os  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -O0  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -O0  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -O1  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -O1  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -O2  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -O2  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -O3 -g  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -O3 -g  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -Os  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-2.c   -Os  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -O0  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -O0  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -O1  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -O1  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -O2  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -O2  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -O3 -g  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -O3 -g  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -Os  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr111331-3.c   -Os  execution test
+  Executed from: gcc:gcc.dg/tree-ssa/tree-ssa.exp
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmaxcmp-1.c (test for excess errors)
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmaxcmp-1.c scan-tree-dump-not optimized " MAX_EXPR "
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmaxcmp-1.c scan-tree-dump-not original " MAX_EXPR "
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmaxcmp-1.c scan-tree-dump-times optimized "return 1;" 4
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmaxcmp-1.c scan-tree-dump-times original "return 1;" 2
+
+
+  - FAIL now PASS             [FAIL => PASS]:
+
+  Executed from: gcc:gcc.dg/analyzer/analyzer.exp
+    gcc:gcc.dg/analyzer/analyzer.exp=gcc.dg/analyzer/out-of-bounds-diagram-1-debug.c (test for excess errors)
+    gcc:gcc.dg/analyzer/analyzer.exp=gcc.dg/analyzer/out-of-bounds-diagram-1-debug.c expected multiline pattern lines 17-39
+
+
+  - FAIL disappears           [FAIL =>     ]:
+
+  Executed from: gcc:gcc.dg/analyzer/analyzer.exp
+    gcc:gcc.dg/analyzer/analyzer.exp=gcc.dg/analyzer/out-of-bounds-diagram-1-debug.c 2 blank line(s) in output
+
+
+
+# Improvements found
 # No regression found in 3 common sum files
