diff --git a/notify/configure-toolchain.txt b/notify/configure-toolchain.txt
new file mode 100644
index 00000000..a94c92af
--- /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.1-m.main+mve.fp+fp.dp --with-float=hard --target_board=-mthumb/-march=armv8.1-m.main+mve.fp+fp.dp/-mtune=cortex-m55/-mfloat-abi=hard/-mfpu=auto qemu-cpu=cortex-m55
+
+Full configure and make flags for each step:
+
diff --git a/notify/fixes.sum b/notify/fixes.sum
new file mode 100644
index 00000000..c53aa418
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		0
+# of flaky entries		0
+# of all tests			389857
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 6f924c84..3355bc82 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-
+480 regressions
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/4/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 2d0bf8b5..30e62c9c 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -18,6 +18,30 @@
         "Start Time": "2023-08-02 19:43:22"
     },
     "Tests": [
+        {
+            "Data": [
+                480
+            ],
+            "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": [
+                389857
+            ],
+            "Info": {},
+            "Name": "tcwg_gnu_embed_check_gcc.TOTAL.all.nb_all"
+        }
+	   ,
         {
             "Data": [
                 23
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 722798d6..ec5e178c 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 cortex-m55 hard after:
+Our automatic CI successfully passed with your patch(es). Please find some details below.
 
+In  arm-eabi cortex-m55 hard, after:
   | baseline build
 
+Produces 480 regressions:
+  | 
+  | regressions.sum:
+  | 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 (test for excess errors)
+  | ... and 497 more
 
+Used configuration :
+ *CI config* tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv8.1-m.main+mve.fp+fp.dp -mtune=cortex-m55 -mfloat-abi=hard -mfpu=auto
+ *configure and test flags:* --target arm-eabi --disable-multilib --with-mode=thumb --with-arch=armv8.1-m.main+mve.fp+fp.dp --with-float=hard --target_board=-mthumb/-march=armv8.1-m.main+mve.fp+fp.dp/-mtune=cortex-m55/-mfloat-abi=hard/-mfpu=auto qemu-cpu=cortex-m55
 
-The configuration of this build is:
-CI config tcwg_gnu_embed_check_gcc arm-eabi -mthumb -march=armv8.1-m.main+mve.fp+fp.dp -mtune=cortex-m55 -mfloat-abi=hard -mfpu=auto
+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_m55_hard_eabi-build/4/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_m55_hard_eabi-build/4/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_m55_hard_eabi-build/4/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/4/artifact/artifacts
 Reference build : artifact/artifacts
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 0248b32c..12baf415 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] baseline build:  on master-thumb_m55_hard_eabi
+[Linaro-TCWG-CI] baseline build: 480 regressions on master-thumb_m55_hard_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
new file mode 100644
index 00000000..a0f8526b
--- /dev/null
+++ b/notify/regressions.sum
@@ -0,0 +1,533 @@
+		=== g++ tests ===
+
+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 (test for excess errors)
+UNRESOLVED: g++.dg/cpp2a/decomp2.C -std=gnu++14 compilation failed to produce executable
+FAIL: g++.dg/cpp2a/decomp2.C -std=gnu++17 (test for excess errors)
+UNRESOLVED: g++.dg/cpp2a/decomp2.C -std=gnu++17 compilation failed to produce executable
+FAIL: g++.dg/cpp2a/decomp2.C -std=gnu++20 (test for excess errors)
+UNRESOLVED: g++.dg/cpp2a/decomp2.C -std=gnu++20 compilation failed to produce executable
+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)
+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-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++.dg/tls/tls.exp ...
+FAIL: g++.dg/tls/pr102496-1.C -std=c++14 (test for excess errors)
+FAIL: g++.dg/tls/pr102496-1.C -std=c++17 (test for excess errors)
+FAIL: g++.dg/tls/pr102496-1.C -std=c++20 (test for excess errors)
+FAIL: g++.dg/tls/pr77285-1.C -std=c++14 (test for excess errors)
+FAIL: g++.dg/tls/pr77285-1.C -std=c++17 (test for excess errors)
+FAIL: g++.dg/tls/pr77285-1.C -std=c++20 (test for excess errors)
+
+Running g++:g++.dg/torture/dg-torture.exp ...
+FAIL: c-c++-common/torture/vshuf-v16qi.c -O3 -g  (internal compiler error: in lra_assign, at lra-assigns.cc:1650)
+FAIL: c-c++-common/torture/vshuf-v16qi.c -O3 -g  (test for excess errors)
+FAIL: c-c++-common/torture/vshuf-v8hi.c -O3 -g  (internal compiler error: in lra_assign, at lra-assigns.cc:1650)
+FAIL: c-c++-common/torture/vshuf-v8hi.c -O3 -g  (test for excess errors)
+
+Running g++:g++.dg/vect/vect.exp ...
+FAIL: g++.dg/vect/pr102788.cc -std=c++14 (test for excess errors)
+UNRESOLVED: g++.dg/vect/pr102788.cc -std=c++14 compilation failed to produce executable
+FAIL: g++.dg/vect/pr102788.cc -std=c++17 (test for excess errors)
+UNRESOLVED: g++.dg/vect/pr102788.cc -std=c++17 compilation failed to produce executable
+FAIL: g++.dg/vect/pr102788.cc -std=c++20 (test for excess errors)
+UNRESOLVED: g++.dg/vect/pr102788.cc -std=c++20 compilation failed to produce executable
+FAIL: g++.dg/vect/pr102788.cc -std=c++98 (test for excess errors)
+UNRESOLVED: g++.dg/vect/pr102788.cc -std=c++98 compilation failed to produce executable
+FAIL: g++.dg/vect/pr95401.cc -std=c++14 (test for excess errors)
+FAIL: g++.dg/vect/pr95401.cc -std=c++17 (test for excess errors)
+FAIL: g++.dg/vect/pr95401.cc -std=c++20 (test for excess errors)
+FAIL: g++.dg/vect/pr95401.cc -std=c++98 (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)
+		=== gcc tests ===
+
+Running gcc:gcc.c-torture/compile/compile.exp ...
+FAIL: gcc.c-torture/compile/pr33133.c -O2  (internal compiler error: Segmentation fault signal terminated program cc1)
+FAIL: gcc.c-torture/compile/pr33133.c -O2  (test for excess errors)
+FAIL: gcc.c-torture/compile/pr33133.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (internal compiler error: Segmentation fault signal terminated program cc1)
+FAIL: gcc.c-torture/compile/pr33133.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+FAIL: gcc.c-torture/compile/pr33133.c -Os  (internal compiler error: Segmentation fault signal terminated program cc1)
+FAIL: gcc.c-torture/compile/pr33133.c -Os  (test for excess errors)
+
+Running gcc:gcc.dg/analyzer/analyzer.exp ...
+FAIL: gcc.dg/analyzer/null-deref-pr108251-smp_fetch_ssl_fc_has_early-O2.c (test for excess errors)
+FAIL: gcc.dg/analyzer/null-deref-pr108251-smp_fetch_ssl_fc_has_early.c (test for excess errors)
+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/out-of-bounds-diagram-11.c (test for excess errors)
+FAIL: gcc.dg/analyzer/out-of-bounds-diagram-11.c 2 blank line(s) in output
+FAIL: gcc.dg/analyzer/out-of-bounds-diagram-11.c expected multiline pattern lines 46-61
+FAIL: gcc.dg/analyzer/out-of-bounds-diagram-8.c (test for excess errors)
+FAIL: gcc.dg/analyzer/out-of-bounds-diagram-8.c 2 blank line(s) in output
+FAIL: gcc.dg/analyzer/out-of-bounds-diagram-8.c expected multiline pattern lines 18-33
+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 ...
+XPASS: gcc.dg/Wstringop-overflow-47.c pr97027 (test for warnings, line 72)
+XPASS: gcc.dg/Wstringop-overflow-47.c pr97027 (test for warnings, line 77)
+XPASS: gcc.dg/Wstringop-overflow-47.c pr97027 note (test for warnings, line 68)
+FAIL: gcc.dg/c2x-stdarg-4.c execution test
+FAIL: gcc.dg/signbit-5.c execution test
+FAIL: gcc.dg/uninit-pred-9_b.c bogus warning (test for bogus messages, line 20)
+
+Running gcc:gcc.dg/plugin/plugin.exp ...
+FAIL: gcc.dg/plugin/must-tail-call-1.c -fplugin=./must_tail_call_plugin.so (internal compiler error: in df_refs_verify, at df-scan.cc:4009)
+FAIL: gcc.dg/plugin/must-tail-call-1.c -fplugin=./must_tail_call_plugin.so (test for excess errors)
+
+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/copy-headers-8.c scan-tree-dump-times ch2 "Conditional combines static and invariant" 1
+FAIL: gcc.dg/tree-ssa/copy-headers-8.c scan-tree-dump-times ch2 "Will duplicate bb" 2
+FAIL: gcc.dg/tree-ssa/gen-vect-11b.c scan-tree-dump-times vect "vectorized 0 loops" 1
+FAIL: gcc.dg/tree-ssa/gen-vect-11c.c scan-tree-dump-times vect "vectorized 0 loops" 1
+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
+XPASS: gcc.dg/tree-ssa/ssa-dom-cse-2.c scan-tree-dump optimized "return 28;"
+FAIL: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times optimized "Invalid sum" 0
+
+Running gcc:gcc.dg/vect/complex/complex.exp ...
+FAIL: gcc.dg/vect/complex/fast-math-complex-mla-half-float.c scan-tree-dump vect "Found COMPLEX_FMA_CONJ"
+FAIL: gcc.dg/vect/complex/fast-math-complex-mls-half-float.c scan-tree-dump vect "Found COMPLEX_FMS"
+FAIL: gcc.dg/vect/complex/fast-math-complex-mls-half-float.c scan-tree-dump vect "Found COMPLEX_FMS_CONJ"
+FAIL: gcc.dg/vect/complex/fast-math-complex-mul-half-float.c scan-tree-dump vect "Found COMPLEX_MUL"
+FAIL: gcc.dg/vect/complex/fast-math-complex-mul-half-float.c scan-tree-dump vect "Found COMPLEX_MUL_CONJ"
+
+Running gcc:gcc.dg/vect/vect.exp ...
+FAIL: gcc.dg/vect/bb-slp-44.c (test for excess errors)
+FAIL: gcc.dg/vect/bb-slp-44.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/bb-slp-44.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/bb-slp-44.c compilation failed to produce executable
+FAIL: gcc.dg/vect/bb-slp-71.c (test for excess errors)
+FAIL: gcc.dg/vect/bb-slp-71.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/bb-slp-71.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/bb-slp-71.c compilation failed to produce executable
+FAIL: gcc.dg/vect/bb-slp-72.c (test for excess errors)
+FAIL: gcc.dg/vect/bb-slp-72.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/bb-slp-72.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/bb-slp-72.c compilation failed to produce executable
+FAIL: gcc.dg/vect/bb-slp-73.c (test for excess errors)
+FAIL: gcc.dg/vect/bb-slp-73.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/bb-slp-73.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/bb-slp-73.c compilation failed to produce executable
+FAIL: gcc.dg/vect/bb-slp-pr101207.c (test for excess errors)
+FAIL: gcc.dg/vect/bb-slp-pr101207.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/bb-slp-pr101207.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/bb-slp-pr101207.c compilation failed to produce executable
+FAIL: gcc.dg/vect/bb-slp-pr101615-1.c (test for excess errors)
+FAIL: gcc.dg/vect/bb-slp-pr101615-1.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/bb-slp-pr101615-1.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/bb-slp-pr101615-1.c compilation failed to produce executable
+FAIL: gcc.dg/vect/bb-slp-pr101615-2.c (test for excess errors)
+FAIL: gcc.dg/vect/bb-slp-pr101615-2.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/bb-slp-pr101615-2.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/bb-slp-pr101615-2.c compilation failed to produce executable
+FAIL: gcc.dg/vect/bb-slp-pr101668.c (test for excess errors)
+FAIL: gcc.dg/vect/bb-slp-pr101668.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/bb-slp-pr101668.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/bb-slp-pr101668.c compilation failed to produce executable
+FAIL: gcc.dg/vect/bb-slp-pr54400.c (test for excess errors)
+FAIL: gcc.dg/vect/bb-slp-pr54400.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/bb-slp-pr54400.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/bb-slp-pr54400.c compilation failed to produce executable
+FAIL: gcc.dg/vect/bb-slp-pr98516-1.c (test for excess errors)
+FAIL: gcc.dg/vect/bb-slp-pr98516-1.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/bb-slp-pr98516-1.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/bb-slp-pr98516-1.c compilation failed to produce executable
+FAIL: gcc.dg/vect/bb-slp-pr98516-2.c (test for excess errors)
+FAIL: gcc.dg/vect/bb-slp-pr98516-2.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/bb-slp-pr98516-2.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/bb-slp-pr98516-2.c compilation failed to produce executable
+FAIL: gcc.dg/vect/bb-slp-pr98544.c (test for excess errors)
+FAIL: gcc.dg/vect/bb-slp-pr98544.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/bb-slp-pr98544.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/bb-slp-pr98544.c compilation failed to produce executable
+FAIL: gcc.dg/vect/pr101445.c (test for excess errors)
+FAIL: gcc.dg/vect/pr101445.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/pr101445.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/pr101445.c compilation failed to produce executable
+FAIL: gcc.dg/vect/pr105219.c (test for excess errors)
+FAIL: gcc.dg/vect/pr105219.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/pr105219.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/pr105219.c compilation failed to produce executable
+FAIL: gcc.dg/vect/pr107160.c (test for excess errors)
+FAIL: gcc.dg/vect/pr107160.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/pr107160.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/pr107160.c compilation failed to produce executable
+FAIL: gcc.dg/vect/pr107212-1.c (test for excess errors)
+FAIL: gcc.dg/vect/pr107212-1.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/pr107212-1.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/pr107212-1.c compilation failed to produce executable
+FAIL: gcc.dg/vect/pr107212-2.c (test for excess errors)
+FAIL: gcc.dg/vect/pr107212-2.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/pr107212-2.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/pr107212-2.c compilation failed to produce executable
+FAIL: gcc.dg/vect/pr109502.c (test for excess errors)
+FAIL: gcc.dg/vect/pr109502.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/pr109502.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/pr109502.c compilation failed to produce executable
+FAIL: gcc.dg/vect/pr96783-1.c (test for excess errors)
+FAIL: gcc.dg/vect/pr96783-1.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/pr96783-1.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/pr96783-1.c compilation failed to produce executable
+FAIL: gcc.dg/vect/pr96783-2.c (test for excess errors)
+FAIL: gcc.dg/vect/pr96783-2.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/pr96783-2.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/pr96783-2.c compilation failed to produce executable
+FAIL: gcc.dg/vect/pr97558-2.c (test for excess errors)
+FAIL: gcc.dg/vect/pr97558-2.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/pr97558-2.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/pr97558-2.c compilation failed to produce executable
+FAIL: gcc.dg/vect/pr99253.c (test for excess errors)
+FAIL: gcc.dg/vect/pr99253.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/pr99253.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/pr99253.c compilation failed to produce executable
+FAIL: gcc.dg/vect/vect-bic-bitmask-10.c (test for excess errors)
+FAIL: gcc.dg/vect/vect-bic-bitmask-10.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-10.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-10.c compilation failed to produce executable
+FAIL: gcc.dg/vect/vect-bic-bitmask-11.c (test for excess errors)
+FAIL: gcc.dg/vect/vect-bic-bitmask-11.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-11.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-11.c compilation failed to produce executable
+FAIL: gcc.dg/vect/vect-bic-bitmask-2.c (test for excess errors)
+FAIL: gcc.dg/vect/vect-bic-bitmask-2.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-2.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-2.c compilation failed to produce executable
+FAIL: gcc.dg/vect/vect-bic-bitmask-3.c (test for excess errors)
+FAIL: gcc.dg/vect/vect-bic-bitmask-3.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-3.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-3.c compilation failed to produce executable
+FAIL: gcc.dg/vect/vect-bic-bitmask-4.c (test for excess errors)
+FAIL: gcc.dg/vect/vect-bic-bitmask-4.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-4.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-4.c compilation failed to produce executable
+FAIL: gcc.dg/vect/vect-bic-bitmask-5.c (test for excess errors)
+FAIL: gcc.dg/vect/vect-bic-bitmask-5.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-5.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-5.c compilation failed to produce executable
+FAIL: gcc.dg/vect/vect-bic-bitmask-6.c (test for excess errors)
+FAIL: gcc.dg/vect/vect-bic-bitmask-6.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-6.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-6.c compilation failed to produce executable
+FAIL: gcc.dg/vect/vect-bic-bitmask-8.c (test for excess errors)
+FAIL: gcc.dg/vect/vect-bic-bitmask-8.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-8.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-8.c compilation failed to produce executable
+FAIL: gcc.dg/vect/vect-bic-bitmask-9.c (test for excess errors)
+FAIL: gcc.dg/vect/vect-bic-bitmask-9.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-9.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/vect-bic-bitmask-9.c compilation failed to produce executable
+FAIL: gcc.dg/vect/vect-cond-13.c (test for excess errors)
+FAIL: gcc.dg/vect/vect-cond-13.c -flto -ffat-lto-objects (test for excess errors)
+UNRESOLVED: gcc.dg/vect/vect-cond-13.c -flto -ffat-lto-objects compilation failed to produce executable
+UNRESOLVED: gcc.dg/vect/vect-cond-13.c compilation failed to produce executable
+
+Running gcc:gcc.misc-tests/gcov.exp ...
+FAIL: gcc.misc-tests/gcov-pr94029.c gcov failed: spawn failed
+
+Running gcc:gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp ...
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld2q_lane_bf16_indices_1.c -O0  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld2q_lane_bf16_indices_1.c -O1  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld2q_lane_bf16_indices_1.c -O2  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld2q_lane_bf16_indices_1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld2q_lane_bf16_indices_1.c -O3 -g  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld2q_lane_bf16_indices_1.c -Og -g  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld2q_lane_bf16_indices_1.c -Os  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld3q_lane_bf16_indices_1.c -O0  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld3q_lane_bf16_indices_1.c -O1  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld3q_lane_bf16_indices_1.c -O2  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld3q_lane_bf16_indices_1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld3q_lane_bf16_indices_1.c -O3 -g  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld3q_lane_bf16_indices_1.c -Og -g  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld3q_lane_bf16_indices_1.c -Os  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld4q_lane_bf16_indices_1.c -O0  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld4q_lane_bf16_indices_1.c -O1  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld4q_lane_bf16_indices_1.c -O2  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld4q_lane_bf16_indices_1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld4q_lane_bf16_indices_1.c -O3 -g  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld4q_lane_bf16_indices_1.c -Og -g  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vld4q_lane_bf16_indices_1.c -Os  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst2q_lane_bf16_indices_1.c -O0  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst2q_lane_bf16_indices_1.c -O1  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst2q_lane_bf16_indices_1.c -O2  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst2q_lane_bf16_indices_1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst2q_lane_bf16_indices_1.c -O3 -g  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst2q_lane_bf16_indices_1.c -Og -g  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst2q_lane_bf16_indices_1.c -Os  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst3q_lane_bf16_indices_1.c -O0  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst3q_lane_bf16_indices_1.c -O1  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst3q_lane_bf16_indices_1.c -O2  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst3q_lane_bf16_indices_1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst3q_lane_bf16_indices_1.c -O3 -g  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst3q_lane_bf16_indices_1.c -Og -g  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst3q_lane_bf16_indices_1.c -Os  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst4q_lane_bf16_indices_1.c -O0  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst4q_lane_bf16_indices_1.c -O1  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst4q_lane_bf16_indices_1.c -O2  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst4q_lane_bf16_indices_1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst4q_lane_bf16_indices_1.c -O3 -g  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst4q_lane_bf16_indices_1.c -Og -g  (test for excess errors)
+FAIL: gcc.target/aarch64/advsimd-intrinsics/vst4q_lane_bf16_indices_1.c -Os  (test for excess errors)
+
+Running gcc:gcc.target/arm/aapcs/aapcs.exp ...
+FAIL: gcc.target/arm/aapcs/vfp19.c execution test
+FAIL: gcc.target/arm/aapcs/vfp23.c execution test
+
+Running gcc:gcc.target/arm/acle/acle.exp ...
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_cls
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_cls_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_clsl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_clsl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_clz
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_clz_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_clzl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_clzl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_revll
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_ror
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_ror_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_rorl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O0   check-function-bodies test_rorl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_cls
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_cls_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_clsl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_clsl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_clz
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_clz_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_clzl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_clzl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_revll
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_ror
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_ror_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_rorl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O1   check-function-bodies test_rorl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_cls
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_cls_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_clsl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_clsl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_clz
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_clz_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_clzl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_clzl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_revll
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_ror
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_ror_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_rorl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2   check-function-bodies test_rorl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_cls
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_cls_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_clsl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_clsl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_clz
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_clz_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_clzl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_clzl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_revll
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_ror
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_ror_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_rorl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O3 -g   check-function-bodies test_rorl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_cls
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_cls_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_clsl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_clsl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_clz
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_clz_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_clzl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_clzl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_revll
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_ror
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_ror_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_rorl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -Os   check-function-bodies test_rorl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_cls
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_cls_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_clsl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_clsl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_clz
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_clz_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_clzl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_clzl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_revll
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_ror
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_ror_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_rorl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fno-use-linker-plugin -flto-partition=none -ffat-lto-objects  check-function-bodies test_rorl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_cls
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_cls_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_clsl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_clsl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_clz
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_clz_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_clzl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_clzl_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_revll
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_ror
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_ror_mem
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_rorl
+FAIL: gcc.target/arm/acle/data-intrinsics-assembly.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -ffat-lto-objects  check-function-bodies test_rorl_mem
+
+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/attr-neon-builtin-fail2.c (test for errors, line 13)
+FAIL: gcc.target/arm/attr-neon-builtin-fail2.c (test for excess errors)
+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)
+FAIL: gcc.target/arm/copysign_softfloat_1.c scan-assembler-times lsr 1
+FAIL: gcc.target/arm/cortex-m55-nodsp-flag-hard.c scan-assembler .arch_extension fp
+FAIL: gcc.target/arm/cortex-m55-nodsp-flag-hard.c scan-assembler .arch_extension fp.dp
+FAIL: gcc.target/arm/cortex-m55-nodsp-flag-hard.c scan-assembler .fpu fpv5-d16
+FAIL: gcc.target/arm/cortex-m55-nodsp-flag-hard.c scan-assembler-not .arch_extension dsp
+FAIL: gcc.target/arm/cortex-m55-nodsp-flag-hard.c scan-assembler-not .arch_extension mve
+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
+FAIL: gcc.target/arm/cortex-m55-nodsp-flag-softfp.c scan-assembler-not .arch_extension dsp
+FAIL: gcc.target/arm/cortex-m55-nodsp-flag-softfp.c scan-assembler-not .arch_extension mve
+FAIL: gcc.target/arm/cortex-m55-nodsp-nofp-flag-softfp.c scan-assembler-not .arch_extension dsp
+FAIL: gcc.target/arm/cortex-m55-nodsp-nofp-flag-softfp.c scan-assembler-not .arch_extension mve
+FAIL: gcc.target/arm/cortex-m55-nofp-nomve-flag-softfp.c scan-assembler-not .arch_extension mve
+FAIL: gcc.target/arm/cortex-m55-nomve-flag-hard.c scan-assembler .arch_extension fp
+FAIL: gcc.target/arm/cortex-m55-nomve-flag-hard.c scan-assembler .arch_extension fp.dp
+FAIL: gcc.target/arm/cortex-m55-nomve-flag-hard.c scan-assembler .fpu fpv5-d16
+FAIL: gcc.target/arm/cortex-m55-nomve-flag-hard.c scan-assembler-not .arch_extension mve
+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
+FAIL: gcc.target/arm/cortex-m55-nomve-flag-softfp.c scan-assembler-not .arch_extension mve
+FAIL: gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c scan-assembler .arch_extension fp
+FAIL: gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c scan-assembler .arch_extension fp.dp
+FAIL: gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c scan-assembler .fpu fpv5-d16
+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 .fpu fpv5-d16
+FAIL: gcc.target/arm/epilog-1.c scan-assembler-not tst
+FAIL: gcc.target/arm/epilog-1.c scan-assembler-times lsls.*#29 1
+FAIL: gcc.target/arm/fp16-aapcs-1.c scan-assembler vmov\\.f32\\ts1, s0
+FAIL: gcc.target/arm/fp16-aapcs-1.c scan-assembler vmov\\.f32\\ts[0-9]+, s1
+FAIL: gcc.target/arm/fp16-aapcs-1.c scan-assembler vmov\\.f32\\ts[0-9]+, s2+
+FAIL: gcc.target/arm/fp16-aapcs-1.c scan-assembler-times vmov\\.f32\\ts0, s[0-9]+ 2
+FAIL: gcc.target/arm/fp16-aapcs-3.c scan-assembler vmov\\.f32\\ts1, s0
+FAIL: gcc.target/arm/fp16-aapcs-3.c scan-assembler vmov\\.f32\\ts[0-9]+, s1
+FAIL: gcc.target/arm/fp16-aapcs-3.c scan-assembler vmov\\.f32\\ts[0-9]+, s2+
+FAIL: gcc.target/arm/fp16-aapcs-3.c scan-assembler-times vmov\\.f32\\ts0, s[0-9]+ 2
+FAIL: gcc.target/arm/its.c scan-assembler-not \\sit[te]{2}
+FAIL: gcc.target/arm/ivopts.c object-size text <= 20
+UNRESOLVED: gcc.target/arm/lp1243022.c scan-rtl-dump subreg2 "REG_INC"
+FAIL: gcc.target/arm/max-insns-skipped.c object-size text <= 40
+FAIL: gcc.target/arm/mod_2.c scan-assembler rsblt\tr[0-9]*
+FAIL: gcc.target/arm/mod_256.c scan-assembler rsbpl\tr[0-9]*
+FAIL: gcc.target/arm/pr43920-2.c object-size text <= 54
+FAIL: gcc.target/arm/pr43920-2.c scan-assembler-times pop 2
+FAIL: gcc.target/arm/pr51534.c scan-assembler-times vmov.i32[ \t]+[dD][0-9]+, #0xffffffff 3
+FAIL: gcc.target/arm/pr51534.c scan-assembler-times vmov.i32[ \t]+[qQ][0-9]+, #4294967295 3
+FAIL: gcc.target/arm/pr59575.c (test for excess errors)
+FAIL: gcc.target/arm/pr60650-2.c (test for excess errors)
+FAIL: gcc.target/arm/pr60657.c (test for excess errors)
+FAIL: gcc.target/arm/pr60663.c (test for excess errors)
+FAIL: gcc.target/arm/pr78041.c (test for excess errors)
+FAIL: gcc.target/arm/pr81863.c (test for excess errors)
+UNRESOLVED: gcc.target/arm/pr81863.c scan-assembler-not [\\t ]+movw
+FAIL: gcc.target/arm/pr98931.c (test for excess errors)
+UNRESOLVED: gcc.target/arm/pr98931.c scan-assembler-not le\\slr,\\s\\S*
+FAIL: gcc.target/arm/reg_equal_test.c scan-rtl-dump expand "expr_list:REG_EQUAL \\(const_int -942519458"
+FAIL: gcc.target/arm/thumb-ifcvt-2.c scan-assembler asreq
+FAIL: gcc.target/arm/thumb-ifcvt-2.c scan-assembler lslne
+FAIL: gcc.target/arm/tls-disable-literal-pool.c (test for warnings, line 13)
+FAIL: gcc.target/arm/tls-disable-literal-pool.c (test for excess errors)
+FAIL: gcc.target/arm/unsigned-extend-2.c scan-assembler ands
+FAIL: gcc.target/arm/unsigned-extend-2.c scan-assembler-not uxtb
+		=== libstdc++ tests ===
+
+Running libstdc++:libstdc++-dg/conformance.exp ...
+FAIL: 22_locale/ctype/scan/wchar_t/1.cc execution test
+FAIL: 23_containers/vector/bool/110807.cc (test for excess errors)
+FAIL: 27_io/basic_filebuf/underflow/wchar_t/11603.cc execution test
+FAIL: 27_io/basic_fstream/53984.cc execution test
+FAIL: 27_io/filesystem/path/108636.cc (test for excess errors)
+FAIL: 29_atomics/atomic/compare_exchange_padding.cc execution test
+FAIL: 29_atomics/atomic_ref/compare_exchange_padding.cc execution test
+XPASS: ext/stdio_filebuf/char/10063-2.cc execution test
+XPASS: ext/stdio_filebuf/char/10063-3.cc execution test
+FAIL: std/time/clock/gps/1.cc (test for excess errors)
+UNRESOLVED: std/time/clock/gps/1.cc compilation failed to produce executable
+FAIL: std/time/clock/tai/1.cc (test for excess errors)
+UNRESOLVED: std/time/clock/tai/1.cc compilation failed to produce executable
+FAIL: std/time/clock/utc/1.cc (test for excess errors)
+UNRESOLVED: std/time/clock/utc/1.cc compilation failed to produce executable
+FAIL: std/time/clock/utc/io.cc (test for excess errors)
+UNRESOLVED: std/time/clock/utc/io.cc compilation failed to produce executable
+FAIL: std/time/clock/utc/leap_second_info.cc (test for excess errors)
+UNRESOLVED: std/time/clock/utc/leap_second_info.cc compilation failed to produce executable
+FAIL: std/time/exceptions.cc (test for excess errors)
+UNRESOLVED: std/time/exceptions.cc compilation failed to produce executable
+FAIL: std/time/format.cc (test for excess errors)
+UNRESOLVED: std/time/format.cc compilation failed to produce executable
+FAIL: std/time/time_zone/get_info_local.cc (test for excess errors)
+UNRESOLVED: std/time/time_zone/get_info_local.cc compilation failed to produce executable
+FAIL: std/time/time_zone/get_info_sys.cc (test for excess errors)
+UNRESOLVED: std/time/time_zone/get_info_sys.cc compilation failed to produce executable
+FAIL: std/time/tzdb/1.cc (test for excess errors)
+UNRESOLVED: std/time/tzdb/1.cc compilation failed to produce executable
+FAIL: std/time/tzdb/leap_seconds.cc (test for excess errors)
+UNRESOLVED: std/time/tzdb/leap_seconds.cc compilation failed to produce executable
+FAIL: std/time/tzdb_list/1.cc (test for excess errors)
+UNRESOLVED: std/time/tzdb_list/1.cc compilation failed to produce executable
+FAIL: std/time/zoned_time/1.cc (test for excess errors)
+UNRESOLVED: std/time/zoned_time/1.cc compilation failed to produce executable
+FAIL: std/time/zoned_time/custom.cc (test for excess errors)
+UNRESOLVED: std/time/zoned_time/custom.cc compilation failed to produce executable
+FAIL: std/time/zoned_time/io.cc (test for excess errors)
+UNRESOLVED: std/time/zoned_time/io.cc compilation failed to produce executable
+FAIL: std/time/zoned_traits.cc (test for excess errors)
+UNRESOLVED: std/time/zoned_traits.cc compilation failed to produce executable
+
+		=== Results Summary ===
+
+# of stable fails		480
+# of flaky entries		0
+# of all tests			389857
diff --git a/notify/results-summary.txt b/notify/results-summary.txt
new file mode 100644
index 00000000..b90b7871
--- /dev/null
+++ b/notify/results-summary.txt
@@ -0,0 +1,5 @@
+		=== Results Summary ===
+
+# of stable fails		480
+# of flaky entries		0
+# of all tests			389857
