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..d147a9cd
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		468
+# of flaky entries		216
+# of all tests			398028
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index af60536e..c88ded87 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,3 @@
 [GNU-692]
-PASS
+improvements
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/141/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 94a7d176..edaea36c 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_m55_hard_eabi-build/141/",
-            "run_order": "0141 (basepoints/gcc-14-03998-g6223ea766da)",
-            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=518eb2b4511cdd5a54a8c96373c8b013f5d86391 (unchanged)",
-            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/6223ea766daf7c9155106b9784302442e2ff98d3 (+ 21 commits)",
+            "run_order": "0141 (4-changed-components)",
+            "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=518eb2b4511cdd5a54a8c96373c8b013f5d86391 (+ 42 commits)",
+            "git_gcc": "https://github.com/gcc-mirror/gcc/commit/6223ea766daf7c9155106b9784302442e2ff98d3 (+ 157 commits)",
             "git_newlib": "https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=c2d2bf34e6959615a3ba0edf4153d210501ba04f (unchanged)",
-            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=518eb2b4511cdd5a54a8c96373c8b013f5d86391 (unchanged)",
-            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/005ad32358f12fe9313a4a01918a55e60d4f39e5 (unchanged)",
+            "git_gdb": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=518eb2b4511cdd5a54a8c96373c8b013f5d86391 (+ 42 commits)",
+            "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/005ad32358f12fe9313a4a01918a55e60d4f39e5 (+ 136 commits)",
             "__report_version__": "1"
         },
-        "Start Time": "2023-09-16 00:28:13"
+        "Start Time": "2023-09-14 00:51:57"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 8069b0ff..21dff1a3 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,32 +1,34 @@
-Dear contributor, our automatic CI has detected problems related to your patch(es).  Please find some details below.  If you have any questions, please follow up on linaro-toolchain@lists.linaro.org mailing list, Libera's #linaro-tcwg channel, or ping your favourite Linaro toolchain developer on the usual project channel.
+Dear contributor,
 
-We appreciate that it might be difficult to find the necessary logs or reproduce the issue locally. If you can't get what you need from our CI within minutes, let us know and we will be happy to help.
+Our automatic CI successfully passed with your patch(es). Please find some details below.
 
-In  arm-eabi cortex-m55 hard after:
+In  arm-eabi cortex-m55 hard, after:
+  | 157 commits in gcc
+  | 6223ea766daf RISC-V: Refactor vector reduction patterns
+  | 14c481f7fc0a RISC-V: Cleanup redundant reduction patterns after refactor vector mode
+  | c8e4f0df685d aarch64: Restore SVE WHILE costing
+  | 5e4a248b03f0 MATCH: Support `(a != (CST+1)) & (a > CST)` optimizations
+  | 4241415b8817 Improve error message for if with an else part while in switch
+  | ... and 152 more commits in gcc
 
-  | 21 commits in gcc
-  | 6223ea766da RISC-V: Refactor vector reduction patterns
-  | 14c481f7fc0 RISC-V: Cleanup redundant reduction patterns after refactor vector mode
-  | c8e4f0df685 aarch64: Restore SVE WHILE costing
-  | 5e4a248b03f MATCH: Support `(a != (CST+1)) & (a > CST)` optimizations
-  | 4241415b881 Improve error message for if with an else part while in switch
-  | ... and 16 more commits in gcc
 
-PASS
+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
 
-You can find the failure logs in *.log.1.xz files in
- - https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/141/artifact/artifacts/00-sumfiles/
-The full lists of regressions and progressions as well as configure and make commands are in
- - https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/141/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/141/artifact/artifacts/sumfiles/xfails.xfail
-
-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/141/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/141/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/141/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/141/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/139/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/135/artifact/artifacts
 
diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt
index 58fcd6e4..720ced12 100644
--- a/notify/mail-recipients.txt
+++ b/notify/mail-recipients.txt
@@ -1 +1 @@
-cc:ebotcazou@adacore.com,bcc:tcwg-validation@linaro.org,poulhies@adacore.com,cc:gcc-regression@gcc.gnu.org,christophe.lyon@linaro.org,cc:juzhe.zhong@rivai.ai,lehua.ding@rivai.ai,rguenther@suse.de,apinski@marvell.com,pan2.li@intel.com,cc:miranda@adacore.com,cc:moy@adacore.com,richard.sandiford@arm.com,jwakely@redhat.com
+kmatsui@gcc.gnu.org,cc:ebotcazou@adacore.com,mikael@gcc.gnu.org,bcc:tcwg-validation@linaro.org,poulhies@adacore.com,jakub@redhat.com,philipp.tomsich@vrull.eu,gaiusmod2@gmail.com,ubizjak@gmail.com,fdumont@gcc.gnu.org,guojiufu@linux.ibm.com,cc:gcc-regression@gcc.gnu.org,iant@golang.org,jason@redhat.com,cc:jjsuwa_sys3175@yahoo.co.jp,kito.cheng@sifive.com,christophe.lyon@linaro.org,tobias@codesourcery.com,cc:juzhe.zhong@rivai.ai,uecker@tugraz.at,rdapp@ventanamicro.com,mjambor@suse.cz,cc:gaofei@eswincomputing.com,lehua.ding@rivai.ai,rguenther@suse.de,chenglulu@loongson.cn,apinski@marvell.com,jcmvbkbc@gmail.com,stefansf@linux.ibm.com,gccadmin@gcc.gnu.org,thomas@codesourcery.com,pan2.li@intel.com,cc:94271200+Parthib314@users.noreply.github.com,ewlu@rivosinc.com,xuli1@eswincomputing.com,cc:christoph.muellner@vrull.eu,cc:miranda@adacore.com,ppalka@redhat.com,cc:moy@adacore.com,cc:chenxiaolong@loongson.cn,richard.sandiford@arm.com,jwakely@redhat.com,arthur.cohen@embecosm.com
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index a5982769..4640e0c9 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] 21 commits in gcc: PASS on master-thumb_m55_hard_eabi
+[Linaro-TCWG-CI] 157 commits in gcc: improvements on master-thumb_m55_hard_eabi
diff --git a/notify/regressions.sum b/notify/regressions.sum
new file mode 100644
index 00000000..d147a9cd
--- /dev/null
+++ b/notify/regressions.sum
@@ -0,0 +1,6 @@
+
+		=== Results Summary ===
+
+# of stable fails		468
+# of flaky entries		216
+# of all tests			398028
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index b1006056..93cc744d 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -7,24 +7,24 @@ g++.sum
 gcc.sum
 libstdc++.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.15258
-CURRENT:  /tmp/gxx-sum2.15258
+REFERENCE:/tmp/gxx-sum1.10284
+CURRENT:  /tmp/gxx-sum2.10284
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
   +------------------------------------------+---------+---------+
-  | Passes                            [PASS] |  374018 |  374032 |
+  | Passes                            [PASS] |  373926 |  374032 |
   | Unexpected fails                  [FAIL] |     418 |     418 |
   | Errors                           [ERROR] |       0 |       0 |
   | Unexpected passes                [XPASS] |      28 |      28 |
   | Expected fails                   [XFAIL] |    2618 |    2617 |
   | Known fails                      [KFAIL] |       0 |       0 |
   | Unresolved                  [UNRESOLVED] |      22 |      22 |
-  | Unsupported                [UNSUPPORTED] |   20911 |   20911 |
+  | Unsupported                [UNSUPPORTED] |   20909 |   20911 |
   | Untested                      [UNTESTED] |       0 |       0 |
   +------------------------------------------+---------+---------+
 
-    REF PASS ratio: 0.946286
+    REF PASS ratio: 0.946278
     RES PASS ratio: 0.946288
 
 o  REGRESSIONS:
@@ -36,17 +36,22 @@ o  REGRESSIONS:
 
 o  IMPROVEMENTS TO BE CHECKED:
   +------------------------------------------+---------+
-  | PASS disappears           [PASS =>     ] |       4 |
-  | New PASS                  [     => PASS] |      17 |
+  | PASS disappears           [PASS =>     ] |       6 |
+  | New PASS                  [     => PASS] |     111 |
+  | XFAIL disappears          [XFAIL=>     ] |       3 |
   | XFAIL now PASS            [XFAIL=> PASS] |       1 |
+  | XFAIL appears             [     =>XFAIL] |       3 |
+  | UNSUPPORTED appears       [     =>UNSUP] |       2 |
   +------------------------------------------+---------+
-  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |      22 |
+  | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |     126 |
   +------------------------------------------+---------+
 
   - PASS disappears           [PASS =>     ]:
 
   Executed from: gcc:gcc.dg/dg.exp
     gcc:gcc.dg/dg.exp=gcc.dg/pr21643.c scan-tree-dump-times reassoc1 "Optimizing range tests c_[0-9]*.D. -.0, 31. and -.32, 32.[\n\r]* into" 6
+    gcc:gcc.dg/dg.exp=gcc.dg/pr96708-negative.c scan-tree-dump-times optimized "MAX_EXPR" 2
+    gcc:gcc.dg/dg.exp=gcc.dg/pr96708-negative.c scan-tree-dump-times optimized "MIN_EXPR" 2
   Executed from: gcc:gcc.dg/tree-ssa/tree-ssa.exp
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/evrp6.c scan-tree-dump evrp "\\[12, \\+INF"
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/forwprop-31.c scan-tree-dump-times forwprop1 " = " 1
@@ -55,9 +60,66 @@ o  IMPROVEMENTS TO BE CHECKED:
 
   - New PASS                  [     => PASS]:
 
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/eh/no-exceptions1.C  -std=c++14  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/eh/no-exceptions1.C  -std=c++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/eh/no-exceptions1.C  -std=c++17  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/eh/no-exceptions1.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/eh/no-exceptions1.C  -std=c++20  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/eh/no-exceptions1.C  -std=c++20 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/eh/no-exceptions1.C  -std=c++98  (test for errors, line 5)
+    g++:g++.dg/dg.exp=g++.dg/eh/no-exceptions1.C  -std=c++98 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/ext/integer-pack7.C  -std=c++14 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/ext/integer-pack7.C  -std=c++17 (test for excess errors)
+    g++:g++.dg/dg.exp=g++.dg/ext/integer-pack7.C  -std=c++20 (test for excess errors)
+  Executed from: gcc:gcc.c-torture/execute/execute.exp
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -O0  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -O0  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -O1  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -O1  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -O2  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -O2  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.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/minmaxcmp-1.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/minmaxcmp-1.c   -O3 -g  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -O3 -g  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -Os  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/minmaxcmp-1.c   -Os  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -O0  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -O0  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -O1  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -O1  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -O2  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -O2  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.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/pr107881-1.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/pr107881-1.c   -O3 -g  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -O3 -g  execution test
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -Os  (test for excess errors)
+    gcc:gcc.c-torture/execute/execute.exp=gcc.c-torture/execute/pr107881-1.c   -Os  execution test
   Executed from: gcc:gcc.dg/dg.exp
+    gcc:gcc.dg/dg.exp=gcc.dg/pr111303.c (test for excess errors)
     gcc:gcc.dg/dg.exp=gcc.dg/pr21643.c scan-tree-dump-times reassoc1 "Equivalence: _[0-9]+ & _[0-9]+ -> c_[0-9]+.D. > 32" 1
     gcc:gcc.dg/dg.exp=gcc.dg/pr21643.c scan-tree-dump-times reassoc1 "Equivalence: _[0-9]+ \\| _[0-9]+ -> c_[0-9]+.D. <= 32" 5
+    gcc:gcc.dg/dg.exp=gcc.dg/uninit-pr111397.c  (test for bogus messages, line 11)
+    gcc:gcc.dg/dg.exp=gcc.dg/uninit-pr111397.c (test for excess errors)
+  Executed from: gcc:gcc.dg/torture/dg-torture.exp
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111387.c   -O0  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111387.c   -O1  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111387.c   -O2  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111387.c   -O2 -flto -fno-use-linker-plugin -flto-partition=none  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111387.c   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111387.c   -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111387.c   -O3 -g  (test for excess errors)
+    gcc:gcc.dg/torture/dg-torture.exp=gcc.dg/torture/pr111387.c   -Os  (test for excess errors)
   Executed from: gcc:gcc.dg/tree-ssa/tree-ssa.exp
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpbit-5.c (test for excess errors)
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpbit-5.c scan-tree-dump forwprop1 "gimple_simplified to _[0-9]+ = a_[0-9]+.D. > 2"
@@ -66,23 +128,87 @@ o  IMPROVEMENTS TO BE CHECKED:
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpbit-5.c scan-tree-dump forwprop1 "gimple_simplified to _[0-9]+ = x_[0-9]+.D. <= 2"
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpbit-5.c scan-tree-dump forwprop1 "gimple_simplified to _[0-9]+ = y_[0-9]+.D. >= -1"
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpbit-5.c scan-tree-dump forwprop1 "gimple_simplified to _[0-9]+ = z_[0-9]+.D. >= -2"
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpeq-4.c (test for excess errors)
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpeq-4.c scan-tree-dump optimized "a_[0-9]+.D. == b_[0-9]+.D.|b_[0-9]+.D. == a_[0-9]+.D."
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpeq-4.c scan-tree-dump optimized "i_[0-9]+.D. == j_[0-9]+.D.|j_[0-9]+.D. == i_[0-9]+.D."
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpeq-4.c scan-tree-dump optimized "k_[0-9]+.D. >= l_[0-9]+.D.|l_[0-9]+.D. <= k_[0-9]+.D."
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpeq-4.c scan-tree-dump optimized "m_[0-9]+.D. < n_[0-9]+.D.|n_[0-9]+.D. > m_[0-9]+.D."
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpeq-4.c scan-tree-dump optimized "x_[0-9]+.D. > y_[0-9]+.D.|y_[0-9]+.D. < x_[0-9]+.D."
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpeq-4.c scan-tree-dump optimized "z_[0-9]+.D. <= w_[0-9]+.D.|w_[0-9]+.D. >= y_[0-9]+.D."
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpxor-1.c (test for excess errors)
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpxor-1.c scan-tree-dump optimized "a_[0-9]+.D. != b_[0-9]+.D.|b_[0-9]+.D. != a_[0-9]+.D."
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpxor-1.c scan-tree-dump optimized "i_[0-9]+.D. != j_[0-9]+.D.|j_[0-9]+.D. != i_[0-9]+.D."
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpxor-1.c scan-tree-dump optimized "k_[0-9]+.D. < l_[0-9]+.D.|l_[0-9]+.D. > k_[0-9]+.D."
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpxor-1.c scan-tree-dump optimized "m_[0-9]+.D. >= n_[0-9]+.D.|n_[0-9]+.D. <= m_[0-9]+.D."
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpxor-1.c scan-tree-dump optimized "x_[0-9]+.D. <= y_[0-9]+.D.|y_[0-9]+.D. >= x_[0-9]+.D."
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/cmpxor-1.c scan-tree-dump optimized "z_[0-9]+.D. > w_[0-9]+.D.|w_[0-9]+.D. < y_[0-9]+.D."
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/evrp6.c scan-tree-dump evrp "\\[11, \\+INF"
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/evrp6.c scan-tree-dump-not mergephi1 "abort"
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/forwprop-31.c scan-tree-dump-times forwprop1 " = " 0
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmax-25.c (test for excess errors)
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmax-25.c scan-tree-dump-not original " MAX_EXPR "
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmax-25.c scan-tree-dump-times optimized "return a" 2
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmax-25.c scan-tree-dump-times original "return a;" 2
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmax-26.c (test for excess errors)
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmax-26.c scan-tree-dump-not optimized "if "
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmax-26.c scan-tree-dump-not original "a > b"
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmax-26.c scan-tree-dump-not original "b > a"
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmax-26.c scan-tree-dump-times optimized "MAX_EXPR " 4
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmax-26.c scan-tree-dump-times original "MAX_EXPR <MAX_EXPR <a, b>, c>" 2
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmaxcmp-2.c (test for excess errors)
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmaxcmp-2.c scan-tree-dump original "return a > b;|return b < a;"
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmaxcmp-2.c scan-tree-dump original "return c <= d;|return d <= c;"
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmaxcmp-2.c scan-tree-dump original "return e < f;|return f > e;"
+    gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/minmaxcmp-2.c scan-tree-dump original "return x >= y;|return y <= x;"
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/phi-opt-35.c (test for excess errors)
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/phi-opt-35.c scan-tree-dump phiopt2 "_[0-9]+ = a_[0-9]+.D. > 2"
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/phi-opt-35.c scan-tree-dump-not phiopt2 "a_[0-9]+.D. != 2"
   Executed from: libstdc++:libstdc++-dg/conformance.exp
+    libstdc++:libstdc++-dg/conformance.exp=20_util/function_objects/bind_front/111327.cc  (test for errors, line 21)
+    libstdc++:libstdc++-dg/conformance.exp=20_util/function_objects/bind_front/111327.cc  (test for errors, line 27)
+    libstdc++:libstdc++-dg/conformance.exp=20_util/function_objects/bind_front/111327.cc  (test for errors, line 28)
+    libstdc++:libstdc++-dg/conformance.exp=20_util/function_objects/bind_front/111327.cc  (test for errors, line 32)
+    libstdc++:libstdc++-dg/conformance.exp=20_util/function_objects/bind_front/111327.cc  (test for errors, line 38)
+    libstdc++:libstdc++-dg/conformance.exp=20_util/function_objects/bind_front/111327.cc  (test for errors, line 39)
+    libstdc++:libstdc++-dg/conformance.exp=20_util/function_objects/bind_front/111327.cc (test for excess errors)
+    libstdc++:libstdc++-dg/conformance.exp=20_util/function_objects/not_fn/111327.cc  (test for errors, line 20)
+    libstdc++:libstdc++-dg/conformance.exp=20_util/function_objects/not_fn/111327.cc  (test for errors, line 26)
+    libstdc++:libstdc++-dg/conformance.exp=20_util/function_objects/not_fn/111327.cc  (test for errors, line 27)
+    libstdc++:libstdc++-dg/conformance.exp=20_util/function_objects/not_fn/111327.cc (test for excess errors)
     libstdc++:libstdc++-dg/conformance.exp=20_util/integer_sequence/pr111357.cc  (test for bogus messages, line 27)
     libstdc++:libstdc++-dg/conformance.exp=20_util/integer_sequence/pr111357.cc (test for excess errors)
 
 
+  - XFAIL disappears          [XFAIL=>     ]:
+
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++14 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13503)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++17 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13503)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++20 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13503)
+
+
   - XFAIL now PASS            [XFAIL=> PASS]:
 
   Executed from: gcc:gcc.dg/tree-ssa/tree-ssa.exp
     gcc:gcc.dg/tree-ssa/tree-ssa.exp=gcc.dg/tree-ssa/neg-cast-3.c scan-tree-dump-not forwprop1 "\\(int\\)"
 
 
+  - XFAIL appears             [     =>XFAIL]:
+
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++14 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13505)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++17 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13505)
+    g++:g++.dg/dg.exp=g++.dg/cpp0x/vt-88982.C  -std=c++20 (internal compiler error: in tsubst_pack_expansion, at cp/pt.cc:13505)
+
+
+  - UNSUPPORTED appears       [     =>UNSUP]:
+
+  Executed from: g++:g++.dg/dg.exp
+    g++:g++.dg/dg.exp=g++.dg/ext/integer-pack7.C  -std=c++98
+  Executed from: gcc:gcc.dg/dg.exp
+    gcc:gcc.dg/dg.exp=gcc.dg/bitint-37.c
+
+
 
 # Improvements found
 # No regression found in 3 common sum files
