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..2cb30dda
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		0
+# of flaky entries		0
+# of all tests			400696
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 014f96bd..fcab7649 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-
+215 regressions
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_v7a_softfp_eabi-build/243/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 210f1cd3..01fd62c0 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -18,6 +18,30 @@
         "Start Time": "2023-10-17 06:57:04"
     },
     "Tests": [
+        {
+            "Data": [
+                215
+            ],
+            "Info": {},
+            "Name": "tcwg_gnu_embed_check_gcc.TOTAL.fails.nb_fails"
+        }
+	   ,
+        {
+            "Data": [
+                0
+            ],
+            "Info": {},
+            "Name": "tcwg_gnu_embed_check_gcc.TOTAL.flaky.nb_flaky"
+        }
+	   ,
+        {
+            "Data": [
+                400696
+            ],
+            "Info": {},
+            "Name": "tcwg_gnu_embed_check_gcc.TOTAL.all.nb_all"
+        }
+	   ,
         {
             "Data": [
                 12
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 21e5a739..39761eeb 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,18 +1,36 @@
-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:
   | baseline build
 
+Produces 215 regressions:
+  | 
+  | regressions.sum:
+  | Running g++:g++.dg/analyzer/analyzer.exp ...
+  | FAIL: c-c++-common/analyzer/fileno-1.c -std=c++14 (test for excess errors)
+  | FAIL: c-c++-common/analyzer/fileno-1.c -std=c++17 (test for excess errors)
+  | FAIL: c-c++-common/analyzer/fileno-1.c -std=c++20 (test for excess errors)
+  | FAIL: c-c++-common/analyzer/fileno-1.c -std=c++98 (test for excess errors)
+  | ... and 226 more
 
+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/243/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/243/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/243/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-arm_v7a_softfp_eabi-build/243/artifact/artifacts
 Reference build : artifact/artifacts
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 843ac1ec..99b735ef 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] baseline build:  on arm
+[Linaro-TCWG-CI] baseline build: 215 regressions on arm
diff --git a/notify/regressions.sum b/notify/regressions.sum
new file mode 100644
index 00000000..0d30b4db
--- /dev/null
+++ b/notify/regressions.sum
@@ -0,0 +1,256 @@
+		=== g++ tests ===
+
+Running g++:g++.dg/analyzer/analyzer.exp ...
+FAIL: c-c++-common/analyzer/fileno-1.c -std=c++14 (test for excess errors)
+FAIL: c-c++-common/analyzer/fileno-1.c -std=c++17 (test for excess errors)
+FAIL: c-c++-common/analyzer/fileno-1.c -std=c++20 (test for excess errors)
+FAIL: c-c++-common/analyzer/fileno-1.c -std=c++98 (test for excess errors)
+XPASS: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++14  (test for bogus messages, line 1211)
+XPASS: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++14  (test for bogus messages, line 888)
+FAIL: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++14  (test for warnings, line 881)
+FAIL: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++14 (test for excess errors)
+XPASS: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++17  (test for bogus messages, line 1211)
+XPASS: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++17  (test for bogus messages, line 888)
+FAIL: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++17  (test for warnings, line 881)
+FAIL: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++17 (test for excess errors)
+XPASS: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++20  (test for bogus messages, line 1211)
+XPASS: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++20  (test for bogus messages, line 888)
+FAIL: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++20  (test for warnings, line 881)
+FAIL: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++20 (test for excess errors)
+XPASS: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++98  (test for bogus messages, line 1211)
+XPASS: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++98  (test for bogus messages, line 888)
+FAIL: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++98  (test for warnings, line 881)
+FAIL: c-c++-common/analyzer/flex-with-call-summaries.c -std=c++98 (test for excess errors)
+XPASS: c-c++-common/analyzer/flex-without-call-summaries.c -std=c++14  (test for bogus messages, line 889)
+FAIL: c-c++-common/analyzer/flex-without-call-summaries.c -std=c++14  at line 882 (test for warnings, line 881)
+FAIL: c-c++-common/analyzer/flex-without-call-summaries.c -std=c++14 (test for excess errors)
+XPASS: c-c++-common/analyzer/flex-without-call-summaries.c -std=c++17  (test for bogus messages, line 889)
+FAIL: c-c++-common/analyzer/flex-without-call-summaries.c -std=c++17  at line 882 (test for warnings, line 881)
+FAIL: c-c++-common/analyzer/flex-without-call-summaries.c -std=c++17 (test for excess errors)
+XPASS: c-c++-common/analyzer/flex-without-call-summaries.c -std=c++20  (test for bogus messages, line 889)
+FAIL: c-c++-common/analyzer/flex-without-call-summaries.c -std=c++20  at line 882 (test for warnings, line 881)
+FAIL: c-c++-common/analyzer/flex-without-call-summaries.c -std=c++20 (test for excess errors)
+XPASS: c-c++-common/analyzer/flex-without-call-summaries.c -std=c++98  (test for bogus messages, line 889)
+FAIL: c-c++-common/analyzer/flex-without-call-summaries.c -std=c++98  at line 882 (test for warnings, line 881)
+FAIL: c-c++-common/analyzer/flex-without-call-summaries.c -std=c++98 (test for excess errors)
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c -std=c++14  2 blank line(s) in output
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c -std=c++14  expected multiline pattern lines 46-61
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c -std=c++14 (test for excess errors)
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c -std=c++17  2 blank line(s) in output
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c -std=c++17  expected multiline pattern lines 46-61
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c -std=c++17 (test for excess errors)
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c -std=c++20  2 blank line(s) in output
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c -std=c++20  expected multiline pattern lines 46-61
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c -std=c++20 (test for excess errors)
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c -std=c++98  2 blank line(s) in output
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c -std=c++98  expected multiline pattern lines 46-61
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c -std=c++98 (test for excess errors)
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c -std=c++14  2 blank line(s) in output
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c -std=c++14  expected multiline pattern lines 19-34
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c -std=c++14 (test for excess errors)
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c -std=c++17  2 blank line(s) in output
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c -std=c++17  expected multiline pattern lines 19-34
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c -std=c++17 (test for excess errors)
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c -std=c++20  2 blank line(s) in output
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c -std=c++20  expected multiline pattern lines 19-34
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c -std=c++20 (test for excess errors)
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c -std=c++98  2 blank line(s) in output
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c -std=c++98  expected multiline pattern lines 19-34
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c -std=c++98 (test for excess errors)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++14  (test for warnings, line 11)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++14  (test for warnings, line 19)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++14  (test for warnings, line 26)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++14  (test for warnings, line 34)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++14  (test for warnings, line 35)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++14  at line 12 (test for warnings, line 11)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++14 (test for excess errors)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++17  (test for warnings, line 11)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++17  (test for warnings, line 19)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++17  (test for warnings, line 26)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++17  (test for warnings, line 34)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++17  (test for warnings, line 35)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++17  at line 12 (test for warnings, line 11)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++17 (test for excess errors)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++20  (test for warnings, line 11)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++20  (test for warnings, line 19)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++20  (test for warnings, line 26)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++20  (test for warnings, line 34)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++20  (test for warnings, line 35)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++20  at line 12 (test for warnings, line 11)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++20 (test for excess errors)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++98  (test for warnings, line 11)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++98  (test for warnings, line 19)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++98  (test for warnings, line 26)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++98  (test for warnings, line 34)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++98  (test for warnings, line 35)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++98  at line 12 (test for warnings, line 11)
+FAIL: g++.dg/analyzer/placement-new-size.C -std=c++98 (test for excess errors)
+
+Running g++:g++.dg/dg.exp ...
+FAIL: g++.dg/contracts/contracts-ctor-dtor2.C (test for errors, line 23)
+FAIL: g++.dg/contracts/contracts-ctor-dtor2.C (test for errors, line 27)
+FAIL: g++.dg/contracts/contracts-tmpl-spec2.C output pattern test
+FAIL: g++.dg/cpp2a/decomp2.C -std=gnu++14 execution test
+FAIL: g++.dg/cpp2a/decomp2.C -std=gnu++17 execution test
+FAIL: g++.dg/cpp2a/decomp2.C -std=gnu++20 execution test
+FAIL: g++.dg/opt/pr97315-1.C -std=gnu++14 (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++20 (test for excess errors)
+FAIL: g++.dg/opt/pr97315-1.C -std=gnu++98 (test for excess errors)
+XPASS: g++.dg/warn/Wstringop-overflow-4.C -std=gnu++98 pr106120 (test for bogus messages, line 144)
+FAIL: g++.dg/warn/Wuse-after-free3.C -std=gnu++14 (test for excess errors)
+FAIL: g++.dg/warn/Wuse-after-free3.C -std=gnu++17 (test for excess errors)
+FAIL: g++.dg/warn/Wuse-after-free3.C -std=gnu++20 (test for excess errors)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++14  (test for warnings, line 18)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++14  (test for warnings, line 22)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++17  (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++20  (test for warnings, line 18)
+XPASS: g++.dg/warn/pr33738.C -std=gnu++20  (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++98  (test for warnings, line 22)
+
+Running g++:g++.dg/lto/lto.exp ...
+FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 -std=c++11
+
+Running g++:g++.dg/modules/modules.exp ...
+FAIL: g++.dg/modules/xtreme-header-2_c.C -std=c++2b (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header-5_c.C -std=c++2a (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header-5_c.C -std=c++2b (test for excess errors)
+
+Running g++:g++.target/arm/arm.exp ...
+XPASS: g++.target/arm/bfloat_cpp_typecheck.C (test for bogus messages, line 10)
+XPASS: g++.target/arm/bfloat_cpp_typecheck.C (test for bogus messages, line 11)
+
+Running g++:g++.target/arm/mve.exp ...
+FAIL: g++.target/arm/../../gcc.target/arm/mve/intrinsics/pr97327.c (test for excess errors)
+FAIL: g++.target/arm/mve/general-c++/nomve_fp_1.c (test for errors, line 13)
+FAIL: g++.target/arm/mve/general-c++/nomve_fp_1.c at line 14 (test for warnings, line 13)
+FAIL: g++.target/arm/mve/general-c++/nomve_fp_1.c (test for excess errors)
+		=== gcc tests ===
+
+Running gcc:gcc.dg/analyzer/analyzer.exp ...
+FAIL: c-c++-common/analyzer/null-deref-pr108251-smp_fetch_ssl_fc_has_early-O2.c (test for excess errors)
+FAIL: c-c++-common/analyzer/null-deref-pr108251-smp_fetch_ssl_fc_has_early.c (test for excess errors)
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c (test for excess errors)
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c 2 blank line(s) in output
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c expected multiline pattern lines 46-61
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c (test for excess errors)
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c 2 blank line(s) in output
+FAIL: c-c++-common/analyzer/out-of-bounds-diagram-8.c expected multiline pattern lines 19-34
+FAIL: gcc.dg/analyzer/out-of-bounds-diagram-10.c (test for excess errors)
+FAIL: gcc.dg/analyzer/out-of-bounds-diagram-10.c 2 blank line(s) in output
+FAIL: gcc.dg/analyzer/out-of-bounds-diagram-10.c expected multiline pattern lines 13-28
+FAIL: gcc.dg/analyzer/switch-enum-1.c (test for bogus messages, line 26)
+FAIL: gcc.dg/analyzer/switch-enum-1.c (test for bogus messages, line 44)
+FAIL: gcc.dg/analyzer/switch-enum-2.c (test for bogus messages, line 34)
+FAIL: gcc.dg/analyzer/switch-enum-2.c (test for bogus messages, line 52)
+
+Running gcc:gcc.dg/analyzer/torture/analyzer-torture.exp ...
+FAIL: gcc.dg/analyzer/torture/switch-enum-pr105273-doom-p_floor.c -O0   (test for bogus messages, line 82)
+FAIL: gcc.dg/analyzer/torture/switch-enum-pr105273-doom-p_maputl.c -O0   (test for bogus messages, line 83)
+
+Running gcc:gcc.dg/dg.exp ...
+FAIL: gcc.dg/auto-init-uninit-17.c unconditional (test for warnings, line 14)
+FAIL: gcc.dg/c2x-stdarg-4.c execution test
+FAIL: gcc.dg/ira-shrinkwrap-prep-1.c scan-rtl-dump pro_and_epilogue "Performing shrink-wrapping"
+FAIL: gcc.dg/uninit-17.c unconditional (test for warnings, line 14)
+
+Running gcc:gcc.dg/torture/dg-torture.exp ...
+FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -O0  execution test
+FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -O1  execution test
+FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -O2  execution test
+FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -O3 -g  execution test
+FAIL: gcc.dg/torture/c2x-stdarg-split-1a.c -Os  execution test
+
+Running gcc:gcc.dg/tree-ssa/tree-ssa.exp ...
+FAIL: gcc.dg/tree-ssa/gen-vect-26.c scan-tree-dump-times vect "Alignment of access forced using peeling" 1
+FAIL: gcc.dg/tree-ssa/gen-vect-26.c scan-tree-dump-times vect "Vectorizing an unaligned access" 0
+FAIL: gcc.dg/tree-ssa/gen-vect-28.c scan-tree-dump-times vect "Alignment of access forced using peeling" 1
+FAIL: gcc.dg/tree-ssa/gen-vect-28.c scan-tree-dump-times vect "Vectorizing an unaligned access" 0
+FAIL: gcc.dg/tree-ssa/scev-3.c scan-tree-dump-times ivopts "&a" 1
+FAIL: gcc.dg/tree-ssa/scev-5.c scan-tree-dump-times ivopts "&a" 1
+
+Running gcc:gcc.dg/vect/vect.exp ...
+FAIL: gcc.dg/vect/slp-mask-store-1.c -flto -ffat-lto-objects execution test
+FAIL: gcc.dg/vect/slp-mask-store-1.c execution test
+
+Running gcc:gcc.misc-tests/gcov.exp ...
+FAIL: gcc.misc-tests/gcov-pr94029.c gcov failed: spawn failed
+
+Running gcc:gcc.target/arm/arm.exp ...
+FAIL: gcc.target/arm/addr-modes-float.c scan-assembler vst3.8\t{d[02468], d[02468], d[02468]}, \\[r[0-9]+\\]!
+FAIL: gcc.target/arm/bfloat16_scalar_typecheck.c (test for errors, line 45)
+FAIL: gcc.target/arm/bfloat16_scalar_typecheck.c (test for errors, line 97)
+UNRESOLVED: gcc.target/arm/cortex-m55-nodsp-flag-hard.c scan-assembler .arch_extension fp
+UNRESOLVED: gcc.target/arm/cortex-m55-nodsp-flag-hard.c scan-assembler .arch_extension fp.dp
+UNRESOLVED: gcc.target/arm/cortex-m55-nodsp-flag-hard.c scan-assembler .fpu fpv5-d16
+UNRESOLVED: gcc.target/arm/cortex-m55-nodsp-flag-hard.c scan-assembler-not .arch_extension dsp
+UNRESOLVED: gcc.target/arm/cortex-m55-nodsp-flag-hard.c scan-assembler-not .arch_extension mve
+UNRESOLVED: gcc.target/arm/cortex-m55-nodsp-flag-hard.c scan-assembler-not .arch_extension mve.fp
+FAIL: gcc.target/arm/cortex-m55-nodsp-flag-softfp.c scan-assembler .arch_extension fp
+FAIL: gcc.target/arm/cortex-m55-nodsp-flag-softfp.c scan-assembler .arch_extension fp.dp
+FAIL: gcc.target/arm/cortex-m55-nodsp-flag-softfp.c scan-assembler .fpu fpv5-d16
+UNRESOLVED: gcc.target/arm/cortex-m55-nofp-flag-hard.c scan-assembler .arch_extension dsp
+UNRESOLVED: gcc.target/arm/cortex-m55-nofp-flag-hard.c scan-assembler .arch_extension mve
+UNRESOLVED: gcc.target/arm/cortex-m55-nofp-flag-hard.c scan-assembler .fpu softvfp
+UNRESOLVED: gcc.target/arm/cortex-m55-nofp-flag-hard.c scan-assembler-not .arch_extension fp
+UNRESOLVED: gcc.target/arm/cortex-m55-nofp-flag-hard.c scan-assembler-not .arch_extension fp.dp
+UNRESOLVED: gcc.target/arm/cortex-m55-nofp-flag-hard.c scan-assembler-not .arch_extension mve.fp
+FAIL: gcc.target/arm/cortex-m55-nofp-flag-softfp.c scan-assembler .arch_extension dsp
+FAIL: gcc.target/arm/cortex-m55-nofp-flag-softfp.c scan-assembler .arch_extension mve
+FAIL: gcc.target/arm/cortex-m55-nofp-nomve-flag-softfp.c scan-assembler .arch_extension dsp
+UNRESOLVED: gcc.target/arm/cortex-m55-nomve-flag-hard.c scan-assembler .arch_extension dsp
+UNRESOLVED: gcc.target/arm/cortex-m55-nomve-flag-hard.c scan-assembler .arch_extension fp
+UNRESOLVED: gcc.target/arm/cortex-m55-nomve-flag-hard.c scan-assembler .arch_extension fp.dp
+UNRESOLVED: gcc.target/arm/cortex-m55-nomve-flag-hard.c scan-assembler .fpu fpv5-d16
+UNRESOLVED: gcc.target/arm/cortex-m55-nomve-flag-hard.c scan-assembler-not .arch_extension mve
+UNRESOLVED: gcc.target/arm/cortex-m55-nomve-flag-hard.c scan-assembler-not .arch_extension mve.fp
+FAIL: gcc.target/arm/cortex-m55-nomve-flag-softfp.c scan-assembler .arch_extension dsp
+FAIL: gcc.target/arm/cortex-m55-nomve-flag-softfp.c scan-assembler .arch_extension fp
+FAIL: gcc.target/arm/cortex-m55-nomve-flag-softfp.c scan-assembler .arch_extension fp.dp
+FAIL: gcc.target/arm/cortex-m55-nomve-flag-softfp.c scan-assembler .fpu fpv5-d16
+UNRESOLVED: gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c scan-assembler .arch_extension dsp
+UNRESOLVED: gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c scan-assembler .arch_extension fp
+UNRESOLVED: gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c scan-assembler .arch_extension fp.dp
+UNRESOLVED: gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c scan-assembler .arch_extension mve
+UNRESOLVED: gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c scan-assembler .fpu fpv5-d16
+UNRESOLVED: gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c scan-assembler-not .arch_extension mve.fp
+FAIL: gcc.target/arm/cortex-m55-nomve.fp-flag-softfp.c scan-assembler .arch_extension dsp
+FAIL: gcc.target/arm/cortex-m55-nomve.fp-flag-softfp.c scan-assembler .arch_extension fp
+FAIL: gcc.target/arm/cortex-m55-nomve.fp-flag-softfp.c scan-assembler .arch_extension fp.dp
+FAIL: gcc.target/arm/cortex-m55-nomve.fp-flag-softfp.c scan-assembler .arch_extension mve
+FAIL: gcc.target/arm/cortex-m55-nomve.fp-flag-softfp.c scan-assembler .fpu fpv5-d16
+FAIL: gcc.target/arm/pr43920-2.c object-size text <= 54
+FAIL: gcc.target/arm/pr43920-2.c scan-assembler-times pop 2
+
+Running gcc:gcc.target/arm/mve/mve.exp ...
+FAIL: gcc.target/arm/mve/general-c/nomve_fp_1.c (test for errors, line 15)
+FAIL: gcc.target/arm/mve/general-c/nomve_fp_1.c at line 16 (test for warnings, line 15)
+FAIL: gcc.target/arm/mve/general-c/nomve_fp_1.c (test for excess errors)
+FAIL: gcc.target/arm/mve/intrinsics/pr97327.c (test for excess errors)
+		=== libstdc++ tests ===
+
+Running libstdc++:libstdc++-dg/conformance.exp ...
+FAIL: 19_diagnostics/stacktrace/current.cc -std=gnu++23 execution test
+FAIL: 19_diagnostics/stacktrace/current.cc -std=gnu++26 execution test
+FAIL: 19_diagnostics/stacktrace/entry.cc -std=gnu++23 execution test
+FAIL: 19_diagnostics/stacktrace/entry.cc -std=gnu++26 execution test
+FAIL: 19_diagnostics/stacktrace/stacktrace.cc -std=gnu++23 execution test
+FAIL: 19_diagnostics/stacktrace/stacktrace.cc -std=gnu++26 execution test
+FAIL: 22_locale/ctype/scan/wchar_t/1.cc -std=gnu++17 execution test
+FAIL: 23_containers/vector/bool/110807.cc -std=gnu++17 (test for excess errors)
+FAIL: 27_io/basic_filebuf/underflow/wchar_t/11603.cc -std=gnu++17 execution test
+FAIL: 27_io/basic_fstream/53984.cc -std=gnu++17 execution test
+FAIL: 29_atomics/atomic/compare_exchange_padding.cc -std=gnu++20 execution test
+FAIL: 29_atomics/atomic/compare_exchange_padding.cc -std=gnu++26 execution test
+XPASS: ext/stdio_filebuf/char/10063-2.cc -std=gnu++17 execution test
+XPASS: ext/stdio_filebuf/char/10063-3.cc -std=gnu++17 execution test
+
+		=== Results Summary ===
+
+# of stable fails		215
+# of flaky entries		0
+# of all tests			400696
diff --git a/notify/results-summary.txt b/notify/results-summary.txt
new file mode 100644
index 00000000..278954ac
--- /dev/null
+++ b/notify/results-summary.txt
@@ -0,0 +1,5 @@
+		=== Results Summary ===
+
+# of stable fails		215
+# of flaky entries		0
+# of all tests			400696
