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..35e2cf51
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,30 @@
+		=== g++ tests ===
+
+Running g++:g++.dg/dg.exp ...
+FAIL: g++.dg/opt/pr97315-1.C -std=gnu++98 (test for excess errors)
+FAIL: g++.dg/opt/pr97315-1.C -std=gnu++17 (test for excess errors)
+FAIL: g++.dg/opt/pr97315-1.C -std=gnu++26 (test for excess errors)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++98  (test for warnings, line 22)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++26  (test for warnings, line 18)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++17  (test for warnings, line 22)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++26  (test for warnings, line 22)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++98  (test for warnings, line 18)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++17  (test for warnings, line 18)
+
+Running g++:g++.dg/vect/vect.exp ...
+FAIL: g++.dg/vect/pr115278.cc -std=c++17 (test for excess errors)
+UNRESOLVED: g++.dg/vect/pr115278.cc -std=c++11  scan-tree-dump-times optimized "\\*WRITE[^\r\n]* ={v} " 2
+UNRESOLVED: g++.dg/vect/pr115278.cc -std=c++17  scan-tree-dump-times optimized "\\*WRITE[^\r\n]* ={v} " 2
+UNRESOLVED: g++.dg/vect/pr115278.cc -std=c++26  scan-tree-dump-times optimized "\\*WRITE[^\r\n]* ={v} " 2
+FAIL: g++.dg/vect/pr115278.cc -std=c++11 (test for excess errors)
+FAIL: g++.dg/vect/pr115278.cc -std=c++26 (test for excess errors)
+		=== gcc tests ===
+
+Running gcc:gcc.target/arm/mve/mve.exp ...
+FAIL: gcc.target/arm/mve/ivopts-3.c scan-tree-dump ivopts "Predict doloop failure due to call in loop."
+
+		=== Results Summary ===
+
+# of stable fails		402
+# of flaky entries		75
+# of all tests			400007
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 2ebd4681..e00d945b 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-PASS: 16 improvements
+ 16 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/136/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index e07a0cf5..1c90e2dc 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -15,7 +15,7 @@
             "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/407f9a4b121eb65166375c410e14d7b704bc1106 (unchanged)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-08-22 13:00:27"
+        "Start Time": "2024-08-22 04:56:40"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 5a18fd10..e20fa853 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,38 +1,42 @@
-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,
+
+Our automatic CI successfully passed with your patch(es). Please find some details below.
+
+In  arm-eabi cortex-m33 hard, after:
+  | 698 commits in gcc
+  | 9bbad368513 PR tree-optimization/101390: Vectorize modulo operator
+  | 23496098bba Dump aliases in -fcallgraph-info
+  | c1aba5e7e7d Makefile.tpl: fix whitespace in licence header
+  | d6a112afe7c Makefile.tpl: drop leftover intermodule cruft
+  | 6ea25c04196 Align ix86_{move_max,store_max} with vectorizer.
+  | ... and 693 more commits in gcc
+
+Produces  16 fixes:
+  | 
+  | fixes.sum:
+  | Running g++:g++.dg/dg.exp ...
+  | FAIL: g++.dg/opt/pr97315-1.C -std=gnu++98 (test for excess errors)
+  | FAIL: g++.dg/opt/pr97315-1.C -std=gnu++17 (test for excess errors)
+  | FAIL: g++.dg/opt/pr97315-1.C -std=gnu++26 (test for excess errors)
+  | XPASS: g++.dg/warn/pr33738.C -std=gnu++98  (test for warnings, line 22)
+  | ... and 14 more
+
+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
+
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
-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 cortex-m33 hard after:
-
-  | baseline build
-
-PASS: 16 improvements
-
-improvements.sum:
-		=== g++ tests ===
+-----------------8<--------------------------8<--------------------------8<--------------------------
 
-Running g++:g++.dg/dg.exp ...
-FAIL: g++.dg/opt/pr97315-1.C -std=gnu++98 (test for excess errors)
-FAIL: g++.dg/opt/pr97315-1.C -std=gnu++17 (test for excess errors)
-FAIL: g++.dg/opt/pr97315-1.C -std=gnu++26 (test for excess errors)
-XPASS: g++.dg/warn/pr33738.C -std=gnu++17  (test for warnings, line 18)
-XPASS: g++.dg/warn/pr33738.C -std=gnu++26  (test for warnings, line 18)
-XPASS: g++.dg/warn/pr33738.C -std=gnu++98  (test for warnings, line 22)
-XPASS: g++.dg/warn/pr33738.C -std=gnu++17  (test for warnings, line 22)
-... and 15 more entries
+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/136/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/136/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/136/artifact/artifacts/notify/
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/136/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/136/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/136/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/136/artifact/artifacts
 Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/134/artifact/artifacts
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index aa219efd..c4d999dc 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-bcc:tcwg-validation@linaro.org
+cc:hawkinsw@obs.cr,cc:squirek@adacore.com,amonakov@ispras.ru,schwab@linux-m68k.org,cc:baird@adacore.com,tburnus@baylibre.com,andre.simoesdiasvieira@arm.com,cc:kliemann@adacore.com,roger@nextmovesoftware.com,cc:arsen@aarsen.me,vineetg@rivosinc.com,cc:pierre-emmanuel.patry@embecosm.com,cc:oliva@adacore.com,cc:ebotcazou@adacore.com,fkastl@suse.cz,jakub@gcc.gnu.org,gerald@pfeifer.com,cc:kargls@comcast.net,fxue@os.amperecomputing.com,xry111@xry111.site,cc:powerboat9.gamer@gmail.com,jamborm@gcc.gnu.org,dimitar@dinux.eu,mikael@gcc.gnu.org,david.faust@oracle.com,hp@bitrange.com,lingling.kong@intel.com,bcc:tcwg-validation@linaro.org,cc:vital.had@gmail.com,parras@baylibre.com,mark@klomp.org,cc:yangyujie@loongson.cn,arsen@gcc.gnu.org,jiawei@iscas.ac.cn,jakub@redhat.com,philipp.tomsich@vrull.eu,polacek@redhat.com,cc:dev@jakubdupak.com,danglin@gcc.gnu.org,gaiusmod2@gmail.com,ubizjak@gmail.com,jvdelisle@gcc.gnu.org,cc:wangfeng@eswincomputing.com,haochen.jiang@intel.com,dkm@gcc.gnu.org,fdumont@gcc.gnu.org,navidr@gcc.gnu.org,cc:indus@adacore.com,redi@gcc.gnu.org,cc:gcc-regression@gcc.gnu.org,zengxiao@eswincomputing.com,cc:tanghocle456@gmail.com,anlauf@gmx.de,cooper.qu@linux.alibaba.com,iant@golang.org,cc:jjsuwa_sys3175@yahoo.co.jp,jason@redhat.com,cc:dkm@kataplop.net,amacleod@redhat.com,cc:lacambre@adacore.com,simon@nasilyan.com,pault@gcc.gnu.org,tamar.christina@arm.com,cc:kenner@adacore.com,jlaw@ventanamicro.com,hongyu.wang@intel.com,cc:uecker@tugraz.at,cc:guillaume1.gomez@gmail.com,patrick@rivosinc.com,ktkachov@nvidia.com,cc:Kevin-Kirspel@idexx.com,rdapp@ventanamicro.com,avr@gjlay.de,cc:frs.dumont@gmail.com,cel@linux.ibm.com,cc:mjambor@suse.cz,ams@baylibre.com,cc:rguenther@suse.de,chenglulu@loongson.cn,jcmvbkbc@gmail.com,cc:sourabhrj31@gmail.com,cc:zhijin.zeng@spacemit.com,aburgess@redhat.com,guihaoc@gcc.gnu.org,cc:wilken.gottwalt@posteo.net,gccadmin@gcc.gnu.org,cc:pinskia@gmail.com,cc:gyanendrabanjare8@gmail.com,cc:thomas@codesourcery.com,oliva@gnu.org,cc:dismukes@adacore.com,dmalcolm@redhat.com,cc:trojanek@adacore.com,stefansf@gcc.gnu.org,cc:jinma@linux.alibaba.com,ro@CeBiTec.Uni-Bielefeld.DE,josmyers@redhat.com,cc:gianluca@rivosinc.com,joern.rennecke@riscy-ip.com,andrew.carlotti@arm.com,pan2.li@intel.com,cc:charlet@adacore.com,cc:claudio.bantaloukas@arm.com,iain@sandoe.co.uk,vehre@gcc.gnu.org,cc:duff@adacore.com,torbjorn.svensson@foss.st.com,cc:desplanques@adacore.com,cc:naks@adacore.com,mark@harmstone.com,cc:hp@axis.com,sam@gentoo.org,ewlu@rivosinc.com,xuli1@eswincomputing.com,hongtao.liu@intel.com,christoph.muellner@vrull.eu,cc:miranda@adacore.com,nathanieloshead@gmail.com,rguenth@gcc.gnu.org,fxcoudert@gcc.gnu.org,cc:manolis.tsamis@vrull.eu,prathameshk@nvidia.com,ppalka@redhat.com,cc:moy@adacore.com,alex.coplan@arm.com,richard.sandiford@arm.com,ak@gcc.gnu.org,bergner@linux.ibm.com,cc:lin1.hu@intel.com,cc:lennoxhoe@gmail.com,quic_apinski@quicinc.com,linkw@gcc.gnu.org,cc:linkw@linux.ibm.com,jose.marchesi@oracle.com,jskumari@linux.ibm.com,rzinsly@ventanamicro.com,cc:franek.witt@gmail.com,cc:jwakely@redhat.com,jschmitz@nvidia.com,iains@gcc.gnu.org,uecker@gcc.gnu.org,quic_pzheng@quicinc.com,arthur.cohen@embecosm.com,tschwinge@baylibre.com
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index e95905c5..f893b5a0 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] baseline build: PASS: 16 improvements on master-thumb_m33_hard_eabi
+[Linaro-TCWG-CI] 698 commits in gcc:  16 fixes on master-thumb_m33_hard_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
new file mode 100644
index 00000000..c380ba50
--- /dev/null
+++ b/notify/regressions.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		386
+# of flaky entries		75
+# of all tests			400007
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 438399de..e8c761ca 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.12071
-CURRENT:  /tmp/gxx-sum2.12071
+REFERENCE:/tmp/gxx-sum1.1092
+CURRENT:  /tmp/gxx-sum2.1092
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
