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..638a1132
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,18 @@
+		=== gcc tests ===
+
+Running gcc:gcc.target/arm/arm.exp ...
+FAIL: gcc.target/arm/its-1.c scan-assembler-not \\sit[te]{2}
+FAIL: gcc.target/arm/scd42-2.c scan-assembler mov[ \t].*272
+FAIL: gcc.target/arm/small-multiply-m0-1.c scan-assembler-not [\\t ]+mul
+FAIL: gcc.target/arm/small-multiply-m0-3.c scan-assembler-not [\\t ]+mul
+FAIL: gcc.target/arm/small-multiply-m0plus-1.c scan-assembler-not [\\t ]+mul
+FAIL: gcc.target/arm/small-multiply-m0plus-3.c scan-assembler-not [\\t ]+mul
+FAIL: gcc.target/arm/small-multiply-m1-1.c scan-assembler-not [\\t ]+mul
+FAIL: gcc.target/arm/small-multiply-m1-3.c scan-assembler-not [\\t ]+mul
+FAIL: gcc.target/arm/thumb2-slow-flash-data-3.c (test for excess errors)
+
+		=== Results Summary ===
+
+# of stable fails		218
+# of flaky entries		90
+# of all tests			414190
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index ec68035a..ba9f9747 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
- 8 improvements
+ 9 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/348/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 58e67cef..822126fe 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_m33_hard_eabi-build/348/",
-            "run_order": "0348 (basepoints/gcc-15-06360-g6d5df5133c5)",
-            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=1898ec362a5930c6925d84785b681576acdbcb99 (unchanged)",
-            "git_gcc": "https://gcc.gnu.org/git/gcc.git (6d5df5133c5dd8f9ec8f213d0e51b77958a54d28) (+ 84 commits)",
-            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=363357c023ce01e936bdaedf0f479292a8fa4e0f (unchanged)",
-            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=1898ec362a5930c6925d84785b681576acdbcb99 (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/65cb7129f4160c7e07a0da107f888ec73ae96776 (unchanged)",
+            "run_order": "0348 (5-changed-components)",
+            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=1898ec362a5930c6925d84785b681576acdbcb99 (+ 82 commits)",
+            "git_gcc": "https://gcc.gnu.org/git/gcc.git (6d5df5133c5dd8f9ec8f213d0e51b77958a54d28) (+ 196 commits)",
+            "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=363357c023ce01e936bdaedf0f479292a8fa4e0f (+ 6 commits)",
+            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=1898ec362a5930c6925d84785b681576acdbcb99 (+ 82 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/65cb7129f4160c7e07a0da107f888ec73ae96776 (+ 414 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2024-12-20 18:59:54"
+        "Start Time": "2024-12-17 14:15:13"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 1f9f7710..be91e849 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,23 +1,25 @@
 Dear contributor,
 
-Our automatic CI has detected problems related to your patch(es). Please find some details below.
+Our automatic CI successfully passed with your patch(es). Please find some details below.
 
 In  arm-eabi cortex-m33 hard, after:
-  | 84 commits in gcc
+  | 196 commits in gcc
   | 6d5df5133c5 ifcombine field merge: handle bitfield zero tests in range tests
   | 34e6c77da69 noncontiguous ifcombine: skip marking of non-SSA_NAMEs [PR117915]
   | f41fba5f146 ifcombine field merge: adjust testcases [PR118025]
   | 2c55a891840 ifcombine field merge: do not follow a second conversion [PR118046]
   | 86d9951acb4 ifcombine field merge: stricten loads tests, swap compare to match
-  | ... and 79 more commits in gcc
+  | ... and 191 more commits in gcc
 
-Produces  8 improvements:
+Produces  9 fixes:
+  | 
+  | fixes.sum:
   | Running gcc:gcc.target/arm/arm.exp ...
   | FAIL: gcc.target/arm/its-1.c scan-assembler-not \\sit[te]{2}
   | FAIL: gcc.target/arm/scd42-2.c scan-assembler mov[ \t].*272
   | FAIL: gcc.target/arm/small-multiply-m0-1.c scan-assembler-not [\\t ]+mul
   | FAIL: gcc.target/arm/small-multiply-m0-3.c scan-assembler-not [\\t ]+mul
-  | ... and 4 more
+  | ... and 5 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
@@ -29,13 +31,13 @@ If you have any questions regarding this report, please ask on linaro-toolchain@
 
 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/348/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/348/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/348/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/348/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/348/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/346/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/339/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index 2fb20e86..443df21c 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-cc:luca.bacci982@gmail.com,tburnus@baylibre.com,cc:oliva@adacore.com,ebotcazou@adacore.com,jakub@gcc.gnu.org,xry111@xry111.site,jamborm@gcc.gnu.org,dimitar@dinux.eu,hp@bitrange.com,bcc:tcwg-validation@linaro.org,cc:jakub@redhat.com,polacek@redhat.com,ubizjak@gmail.com,lhyatt@gcc.gnu.org,fdumont@gcc.gnu.org,redi@gcc.gnu.org,cc:gcc-regression@gcc.gnu.org,cc:lhyatt@gmail.com,kito.cheng@sifive.com,tamar.christina@arm.com,jlaw@ventanamicro.com,sloosemore@baylibre.com,rdapp@ventanamicro.com,cc:frs.dumont@gmail.com,cc:mjambor@suse.cz,cc:Oliver.Kozul@rt-rk.com,cc:rguenther@suse.de,cc:antonb@tenstorrent.com,vmakarov@redhat.com,gccadmin@gcc.gnu.org,oliva@gnu.org,dmalcolm@redhat.com,josmyers@redhat.com,vehre@gcc.gnu.org,torbjorn.svensson@foss.st.com,cc:hp@axis.com,rguenth@gcc.gnu.org,cc:cyy@cyyself.name,prathameshk@nvidia.com,mjires@suse.cz,cc:jwakely@redhat.com,cc:simon@pushface.org
+cc:luca.bacci982@gmail.com,tburnus@baylibre.com,cc:oliva@adacore.com,ebotcazou@adacore.com,jakub@gcc.gnu.org,xry111@xry111.site,jamborm@gcc.gnu.org,dimitar@dinux.eu,hp@bitrange.com,bcc:tcwg-validation@linaro.org,cc:poulhies@adacore.com,cc:jakub@redhat.com,polacek@redhat.com,danglin@gcc.gnu.org,ubizjak@gmail.com,lhyatt@gcc.gnu.org,dkm@gcc.gnu.org,fdumont@gcc.gnu.org,redi@gcc.gnu.org,cc:gcc-regression@gcc.gnu.org,cc:lhyatt@gmail.com,iant@golang.org,kito.cheng@sifive.com,pault@gcc.gnu.org,tamar.christina@arm.com,christophe.lyon@linaro.org,jlaw@ventanamicro.com,cc:uecker@tugraz.at,sloosemore@baylibre.com,rdapp@ventanamicro.com,avr@gjlay.de,cc:frs.dumont@gmail.com,cc:mjambor@suse.cz,cc:heiko@hexco.de,cc:Oliver.Kozul@rt-rk.com,cc:rguenther@suse.de,cc:antonb@tenstorrent.com,cc:Jovan.Vukic@rt-rk.com,vmakarov@redhat.com,gccadmin@gcc.gnu.org,oliva@gnu.org,dmalcolm@redhat.com,cc:trojanek@adacore.com,josmyers@redhat.com,pan2.li@intel.com,iain@sandoe.co.uk,vehre@gcc.gnu.org,torbjorn.svensson@foss.st.com,cc:desplanques@adacore.com,mark@harmstone.com,cc:hp@axis.com,cc:abdoeid.eg@ieee.org,cc:miranda@adacore.com,cc:tromey@adacore.com,nathanieloshead@gmail.com,rguenth@gcc.gnu.org,cc:cyy@cyyself.name,prathameshk@nvidia.com,ppalka@redhat.com,mjires@suse.cz,jose.marchesi@oracle.com,cc:jwakely@redhat.com,uecker@gcc.gnu.org,cc:simon@pushface.org
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 77884893..5f4bd5f3 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 84 commits in gcc:  8 improvements on master-thumb_m33_hard_eabi
+[Linaro-TCWG-CI] 196 commits in gcc:  9 fixes on master-thumb_m33_hard_eabi
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index 08c97d1a..71075075 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -1,30 +1,30 @@
 # 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.26648
-CURRENT:  /tmp/gxx-sum2.26648
+REFERENCE:/tmp/gxx-sum1.3270
+CURRENT:  /tmp/gxx-sum2.3270
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
   +------------------------------------------+---------+---------+
-  | Passes                            [PASS] |  395592 |  397603 |
-  | Unexpected fails                  [FAIL] |     205 |     197 |
+  | Passes                            [PASS] |  395524 |  397603 |
+  | Unexpected fails                  [FAIL] |     206 |     197 |
   | Errors                           [ERROR] |       0 |       0 |
   | Unexpected passes                [XPASS] |       4 |       4 |
   | Expected fails                   [XFAIL] |    2668 |    2668 |
   | Known fails                      [KFAIL] |       0 |       0 |
   | Unresolved                  [UNRESOLVED] |       8 |       8 |
-  | Unsupported                [UNSUPPORTED] |   13709 |   13709 |
+  | Unsupported                [UNSUPPORTED] |   13707 |   13709 |
   | Untested                      [UNTESTED] |       0 |       0 |
   +------------------------------------------+---------+---------+
 
-    REF PASS ratio: 0.966214
+    REF PASS ratio: 0.966211
     RES PASS ratio: 0.966397
 
 o  REGRESSIONS:
@@ -36,13 +36,14 @@ o  REGRESSIONS:
 
 o  IMPROVEMENTS TO BE CHECKED:
   +------------------------------------------+---------+
-  | PASS disappears           [PASS =>     ] |      12 |
-  | New PASS                  [     => PASS] |    2015 |
-  | FAIL now PASS             [FAIL => PASS] |       8 |
+  | PASS disappears           [PASS =>     ] |      16 |
+  | New PASS                  [     => PASS] |    2086 |
+  | FAIL now PASS             [FAIL => PASS] |       9 |
   | XFAIL disappears          [XFAIL=>     ] |       3 |
   | XFAIL appears             [     =>XFAIL] |       3 |
+  | UNSUPPORTED appears       [     =>UNSUP] |       2 |
   +------------------------------------------+---------+
-  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |    2041 |
+  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |    2119 |
   +------------------------------------------+---------+
 
   - PASS disappears           [PASS =>     ]:
@@ -60,10 +61,18 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/cpp2a/is-layout-compatible3.C  -std=c++20 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp2a/is-layout-compatible3.C  -std=c++23 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp2a/is-layout-compatible3.C  -std=c++26 (test for excess errors)
+  Executed from: gcc:gcc.target/arm/lto/lto.exp
+    gcc:gcc.target/arm/lto/lto.exp=gcc.target/arm/lto/pr96939 c_lto_pr96939_0.o assemble,  -flto -O2 
+    gcc:gcc.target/arm/lto/lto.exp=gcc.target/arm/lto/pr96939 c_lto_pr96939_0.o-c_lto_pr96939_1.o link,  -flto -O2 
+    gcc:gcc.target/arm/lto/lto.exp=gcc.target/arm/lto/pr96939 c_lto_pr96939_1.o assemble,  -flto -O2 
+  Executed from: gcc:gcc.target/arm/mve/mve.exp
+    gcc:gcc.target/arm/mve/mve.exp=gcc.target/arm/mve/pr108443.c scan-assembler mov\\tr[0-9]+, #204
 
 
   - New PASS                  [     => PASS]:
 
+  Executed from: g++:g++.dg/coroutines/coroutines.exp
+    g++:g++.dg/coroutines/coroutines.exp=g++.dg/coroutines/pr98935.C (test for excess errors)
   Executed from: g++:g++.dg/dg.exp
     g++:g++.dg/dg.exp=c-c++-common/toplevel-asm-4.c  -std=gnu++17 (test for excess errors)
     g++:g++.dg/dg.exp=c-c++-common/toplevel-asm-4.c  -std=gnu++26 (test for excess errors)
@@ -2025,6 +2034,12 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/cpp1z/class-deduction117.C  -std=c++17  at line 6 (test for errors, line 5)
     g++:g++.dg/dg.exp=g++.dg/cpp1z/class-deduction117.C  -std=c++17  at line 7 (test for errors, line 5)
     g++:g++.dg/dg.exp=g++.dg/cpp1z/class-deduction117.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/decomp62.C  -std=c++17  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/decomp62.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/decomp62.C  -std=c++20  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/decomp62.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/decomp62.C  -std=c++26  (test for errors, line 10)
+    g++:g++.dg/dg.exp=g++.dg/cpp1z/decomp62.C  -std=c++26 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp2a/is-layout-compatible3.C  -std=gnu++20  (test for warnings, line 38)
     g++:g++.dg/dg.exp=g++.dg/cpp2a/is-layout-compatible3.C  -std=gnu++20 (test for excess errors)
     g++:g++.dg/dg.exp=g++.dg/cpp2a/is-layout-compatible3.C  -std=gnu++23  (test for warnings, line 38)
@@ -2040,6 +2055,23 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/ext/bitfield9.C  -std=gnu++11  at line 6 (test for warnings, line 7)
     g++:g++.dg/dg.exp=g++.dg/ext/bitfield9.C  -std=gnu++17  at line 6 (test for warnings, line 7)
     g++:g++.dg/dg.exp=g++.dg/ext/bitfield9.C  -std=gnu++26  at line 6 (test for warnings, line 7)
+  Executed from: gcc:gcc.c-torture/execute/execute.exp
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.c   -O0  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.c   -O0  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.c   -O1  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.c   -O1  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.c   -O2  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.c   -O2  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.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/pr117095.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.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/pr117095.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.c   -O3 -g  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.c   -O3 -g  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.c   -Os  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr117095.c   -Os  execution test
   Executed from: gcc:gcc.dg/dg.exp
     gcc:gcc.dg/dg.exp=c-c++-common/toplevel-asm-4.c  -Wc++-compat  (test for excess errors)
     gcc:gcc.dg/dg.exp=c-c++-common/toplevel-asm-5.c  -Wc++-compat   (test for errors, line 10)
@@ -2063,6 +2095,15 @@ o  IMPROVEMENTS TO BE CHECKED:
     gcc:gcc.dg/dg.exp=c-c++-common/toplevel-asm-8.c  -Wc++-compat   (test for errors, line 12)
     gcc:gcc.dg/dg.exp=c-c++-common/toplevel-asm-8.c  -Wc++-compat   (test for errors, line 9)
     gcc:gcc.dg/dg.exp=c-c++-common/toplevel-asm-8.c  -Wc++-compat  (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-1.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-1.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-1.c scan-tree-dump-times optimized "BIT_FIELD_REF" 8
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-10.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-10.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-11.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-11.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-12.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-12.c execution test
     gcc:gcc.dg/dg.exp=gcc.dg/field-merge-13.c (test for excess errors)
     gcc:gcc.dg/dg.exp=gcc.dg/field-merge-13.c execution test
     gcc:gcc.dg/dg.exp=gcc.dg/field-merge-13.c scan-tree-dump-times ifcombine "optimizing" 9
@@ -2072,12 +2113,53 @@ o  IMPROVEMENTS TO BE CHECKED:
     gcc:gcc.dg/dg.exp=gcc.dg/field-merge-15.c (test for excess errors)
     gcc:gcc.dg/dg.exp=gcc.dg/field-merge-15.c execution test
     gcc:gcc.dg/dg.exp=gcc.dg/field-merge-15.c scan-tree-dump-times ifcombine "optimizing" 6
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-2.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-2.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-3.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-3.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-4.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-4.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-5.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-5.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-6.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-6.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-7.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-7.c scan-tree-dump-not ifcombine "BIT_FIELD_REF"
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-7.c scan-tree-dump-not ifcombine "optimizing"
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-8.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-8.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-9.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-9.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/field-merge-9.c scan-tree-dump-times ifcombine "optimizing two comparisons" 2
+    gcc:gcc.dg/dg.exp=gcc.dg/pr113688.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/pr114014.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/pr114713.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/pr114713.c execution test
+    gcc:gcc.dg/dg.exp=gcc.dg/pr117724.c  (test for warnings, line 15)
+    gcc:gcc.dg/dg.exp=gcc.dg/pr117724.c  (test for warnings, line 8)
+    gcc:gcc.dg/dg.exp=gcc.dg/pr117724.c (test for excess errors)
     gcc:gcc.dg/dg.exp=gcc.dg/pr117915.c (test for excess errors)
+    gcc:gcc.dg/dg.exp=gcc.dg/pr118024.c (test for excess errors)
     gcc:gcc.dg/dg.exp=gcc.dg/pr118081.c (test for excess errors)
     gcc:gcc.dg/dg.exp=gcc.dg/pr118081.c execution test
   Executed from: gcc:gcc.dg/ipa/ipa.exp
     gcc:gcc.dg/ipa/ipa.exp=gcc.dg/ipa/vrp9.c (test for excess errors)
     gcc:gcc.dg/ipa/ipa.exp=gcc.dg/ipa/vrp9.c scan-tree-dump-not optimized "remove_this_call"
+  Executed from: gcc:gcc.dg/tree-ssa/tree-ssa.exp
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/bitops-11.c (test for excess errors)
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/bitops-11.c scan-tree-dump-not optimized "bit_and_expr, "
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/bitops-11.c scan-tree-dump-not optimized "bit_ior_expr, "
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/bitops-11.c scan-tree-dump-not optimized "bit_xor_expr, "
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/bitops-11.c scan-tree-dump-not optimized "negate_expr, "
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/bitops-11.c scan-tree-dump-times optimized "plus_expr, " 1
+  Executed from: gcc:gcc.target/arm/mve/mve.exp
+    gcc:gcc.target/arm/mve/mve.exp=gcc.target/arm/mve/pr108443.c scan-assembler mov\\tr[0-9]+, #255
+    gcc:gcc.target/arm/mve/mve.exp=gcc.target/arm/mve/pr114801.c  (test for warnings, line 17)
+    gcc:gcc.target/arm/mve/mve.exp=gcc.target/arm/mve/pr114801.c  (test for warnings, line 28)
+    gcc:gcc.target/arm/mve/mve.exp=gcc.target/arm/mve/pr114801.c (test for excess errors)
+    gcc:gcc.target/arm/mve/mve.exp=gcc.target/arm/mve/pr114801.c check-function-bodies test_16
+    gcc:gcc.target/arm/mve/mve.exp=gcc.target/arm/mve/pr114801.c check-function-bodies test_32
+    gcc:gcc.target/arm/mve/mve.exp=gcc.target/arm/mve/pr114801.c check-function-bodies test_8
   Executed from: libstdc++:libstdc++-dg/conformance.exp
     libstdc++:libstdc++-dg/conformance.exp=23_containers/deque/modifiers/insert/118035.cc  -std=gnu++17 (test for excess errors)
     libstdc++:libstdc++-dg/conformance.exp=23_containers/deque/modifiers/insert/118035.cc  -std=gnu++17 execution test
@@ -2096,6 +2178,7 @@ o  IMPROVEMENTS TO BE CHECKED:
     gcc:gcc.target/arm/arm.exp=gcc.target/arm/small-multiply-m0plus-3.c scan-assembler-not [\\t ]+mul
     gcc:gcc.target/arm/arm.exp=gcc.target/arm/small-multiply-m1-1.c scan-assembler-not [\\t ]+mul
     gcc:gcc.target/arm/arm.exp=gcc.target/arm/small-multiply-m1-3.c scan-assembler-not [\\t ]+mul
+    gcc:gcc.target/arm/arm.exp=gcc.target/arm/thumb2-slow-flash-data-3.c (test for excess errors)
 
 
   - XFAIL disappears          [XFAIL=>     ]:
@@ -2114,6 +2197,14 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++26 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13837)
 
 
+  - UNSUPPORTED appears       [     =>UNSUP]:
+
+  Executed from: gcc:gcc.dg/dg.exp
+    gcc:gcc.dg/dg.exp=gcc.dg/bitint-119.c
+  Executed from: gcc:gcc.target/arm/lto/lto.exp
+    gcc:gcc.target/arm/lto/lto.exp=gcc.target/arm/lto/pr96939_0.c
+
+
 
 # Improvements found
 # No regression found in 3 common sum files
