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..8e5c1367
--- /dev/null
+++ b/notify/fixes.sum
@@ -0,0 +1,11 @@
+		=== g++ tests ===
+
+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-v8hi.c -O3 -g  (internal compiler error: in lra_assign, at lra-assigns.cc:1650)
+
+		=== Results Summary ===
+
+# of stable fails		552
+# of flaky entries		215
+# of all tests			390258
diff --git a/notify/jira/comment-card.txt b/notify/jira/comment-card.txt
index 5d91bbf1..5be9e269 100644
--- a/notify/jira/comment-card.txt
+++ b/notify/jira/comment-card.txt
@@ -1,3 +1,3 @@
 [GNU-920]
-FAIL: 6 regressions: 2 progressions
+6 regressions 2 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/92/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index efe2f5b3..778b5a50 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,4 +1,4 @@
 [GNU-692]
 https://linaro.atlassian.net/browse/GNU-920
-FAIL: 6 regressions: 2 progressions
+6 regressions 2 fixes
 Details: https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/92/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/description b/notify/jira/description
index a520f94e..0d31661f 100644
--- a/notify/jira/description
+++ b/notify/jira/description
@@ -1,5 +1,5 @@
 Commit: https://github.com/gcc-mirror/gcc/commit/b66e613a1a8d5b8fc9d8b03f7b60260700acf833
-commit gcc-14-3095-gb66e613a1a8
+commit gcc-14-3095-gb66e613a1a8d
 Author: Richard Biener <rguenther@suse.de>
 Date:   Tue Jul 25 15:36:30 2023 +0200
 
@@ -8,14 +8,12 @@ Date:   Tue Jul 25 15:36:30 2023 +0200
     The following applies a micro-optimization to find_hard_regno_for_1,
     re-ordering the check so we can easily jump-thread by using an else.
     This reduces the time spent in this function by 15% for the testcase
-    in the PR.
-    
-... 2 lines of the commit log omitted.
+... 4 lines of the commit log omitted.
 
 * tcwg_gnu_embed_check_gcc
 ** master-thumb_m55_hard_eabi
-*** FAIL: 6 regressions: 2 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b66e613a1a8d5b8fc9d8b03f7b60260700acf833/tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi/details.txt
+*** 6 regressions 2 fixes
+*** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b66e613a1a8d5b8fc9d8b03f7b60260700acf833/tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi/details.txt
 *** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/92/artifact/artifacts
 
-Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b66e613a1a8d5b8fc9d8b03f7b60260700acf833/jira/yaml
+Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b66e613a1a8d5b8fc9d8b03f7b60260700acf833/jira/yaml
diff --git a/notify/jira/summary b/notify/jira/summary
index 5751099a..28515056 100644
--- a/notify/jira/summary
+++ b/notify/jira/summary
@@ -1 +1 @@
-gcc-14-3095-gb66e613a1a8: FAIL: 6 regressions: 2 progressions
+gcc-14-3095-gb66e613a1a8d: 6 regressions 2 fixes
diff --git a/notify/jira/yaml b/notify/jira/yaml
index 76aaa7fd..8dab2f01 100644
--- a/notify/jira/yaml
+++ b/notify/jira/yaml
@@ -2,12 +2,12 @@
   IssueType: Sub-task
   Key: GNU-920
   Summary: |
-    gcc-14-3095-gb66e613a1a8: FAIL: 6 regressions: 2 progressions
+    gcc-14-3095-gb66e613a1a8d: 6 regressions 2 fixes
   Components: GCC
   Start date: 2023-08-09
   Description: |
     Commit: https://github.com/gcc-mirror/gcc/commit/b66e613a1a8d5b8fc9d8b03f7b60260700acf833
-    commit gcc-14-3095-gb66e613a1a8
+    commit gcc-14-3095-gb66e613a1a8d
     Author: Richard Biener <rguenther@suse.de>
     Date:   Tue Jul 25 15:36:30 2023 +0200
     
@@ -16,14 +16,12 @@
         The following applies a micro-optimization to find_hard_regno_for_1,
         re-ordering the check so we can easily jump-thread by using an else.
         This reduces the time spent in this function by 15% for the testcase
-        in the PR.
-        
-    ... 2 lines of the commit log omitted.
+    ... 4 lines of the commit log omitted.
     
     * tcwg_gnu_embed_check_gcc
     ** master-thumb_m55_hard_eabi
-    *** FAIL: 6 regressions: 2 progressions
-    *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b66e613a1a8d5b8fc9d8b03f7b60260700acf833/tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi/details.txt
+    *** 6 regressions 2 fixes
+    *** https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b66e613a1a8d5b8fc9d8b03f7b60260700acf833/tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi/details.txt
     *** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/92/artifact/artifacts
     
-    Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b66e613a1a8d5b8fc9d8b03f7b60260700acf833/jira/yaml
+    Latest data: https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b66e613a1a8d5b8fc9d8b03f7b60260700acf833/jira/yaml
diff --git a/notify/lnt_report.json b/notify/lnt_report.json
index 00ff52d1..c816ed0c 100644
--- a/notify/lnt_report.json
+++ b/notify/lnt_report.json
@@ -7,7 +7,7 @@
         "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/92/",
-            "run_order": "0092 (basepoints/gcc-14-03095-gb66e613a1a8)",
+            "run_order": "0092 (basepoints/gcc-14-03095-gb66e613a1a8d)",
             "regression": "https://linaro.atlassian.net/browse/GNU-920",
             "git_binutils": "https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=e3f5898021ba21d9ad855b325cef92019a17b04d (unchanged)",
             "git_gcc": "https://github.com/gcc-mirror/gcc/commit/b66e613a1a8d5b8fc9d8b03f7b60260700acf833 (+ 1 commits)",
@@ -16,7 +16,7 @@
             "git_qemu": "https://gitlab.com/qemu-project/qemu/commit/0450cf08976f9036feaded438031b4cba94f6452 (unchanged)",
             "__report_version__": "1"
         },
-        "Start Time": "2023-08-08 22:27:39"
+        "Start Time": "2023-08-08 17:31:45"
     },
     "Tests": [
         {
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 696e2ccb..38a1c79f 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -1,12 +1,9 @@
-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 has detected problems related to your patch(es). Please find some details below.
 
-We track this report status in https://linaro.atlassian.net/browse/GNU-920 , please let us know if you are looking at the problem and/or when you have a fix.
-
-In  arm-eabi cortex-m55 hard after:
-
-  | commit gcc-14-3095-gb66e613a1a8
+In  arm-eabi cortex-m55 hard, after:
+  | commit gcc-14-3095-gb66e613a1a8d
   | Author: Richard Biener <rguenther@suse.de>
   | Date:   Tue Jul 25 15:36:30 2023 +0200
   | 
@@ -15,57 +12,46 @@ In  arm-eabi cortex-m55 hard after:
   |     The following applies a micro-optimization to find_hard_regno_for_1,
   |     re-ordering the check so we can easily jump-thread by using an else.
   |     This reduces the time spent in this function by 15% for the testcase
-  |     in the PR.
-  |     
-  | ... 2 lines of the commit log omitted.
+  | ... 4 lines of the commit log omitted.
 
-FAIL: 6 regressions: 2 progressions
-
-regressions.sum:
-		=== g++ tests ===
+Produces 6 regressions 2 fixes:
+  | 
+  | regressions.sum:
+  | 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:1651)
+  | FAIL: c-c++-common/torture/vshuf-v8hi.c -O3 -g  (internal compiler error: in lra_assign, at lra-assigns.cc:1651)
+  | Running libstdc++:libstdc++-dg/conformance.exp ...
+  | ERROR: could not compile testsuite_abi.cc
+  | ... and 3 more
+  | 
+  | fixes.sum:
+  | 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-v8hi.c -O3 -g  (internal compiler error: in lra_assign, at lra-assigns.cc:1650)
 
-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:1651)
-FAIL: c-c++-common/torture/vshuf-v8hi.c -O3 -g  (internal compiler error: in lra_assign, at lra-assigns.cc:1651)
-		=== libstdc++ tests ===
+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
 
-Running libstdc++:libstdc++-dg/conformance.exp ...
-ERROR: could not compile testsuite_abi.cc
-ERROR: tcl error code NONE
-... and 3 more entries
+We track this bug report under https://linaro.atlassian.net/browse/GNU-920. Please let us know if you have a fix.
 
-progressions.sum:
-		=== g++ tests ===
+If you have any questions regarding this report, please ask on linaro-toolchain@lists.linaro.org mailing list.
 
-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-v8hi.c -O3 -g  (internal compiler error: in lra_assign, at lra-assigns.cc:1650)
+-----------------8<--------------------------8<--------------------------8<--------------------------
 
+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_m55_hard_eabi-build/92/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/92/artifact/artifacts/notify/
+You can find the failure logs in
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/92/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/92/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/92/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
-
------------------8<--------------------------8<--------------------------8<--------------------------
-The information below can be used to reproduce a debug environment:
+ * https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/92/artifact/artifacts/sumfiles/xfails.xfail
 
 Current build   : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/92/artifact/artifacts
 Reference build : https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/91/artifact/artifacts
 
-Reproduce last good and first bad builds: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b66e613a1a8d5b8fc9d8b03f7b60260700acf833/tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi/reproduction_instructions.txt
+Instruction to reproduce the build : https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/gcc/sha1/b66e613a1a8d5b8fc9d8b03f7b60260700acf833/tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi/reproduction_instructions.txt
 
 Full commit : https://github.com/gcc-mirror/gcc/commit/b66e613a1a8d5b8fc9d8b03f7b60260700acf833
 
-List of configurations that regressed due to this commit :
-* tcwg_gnu_embed_check_gcc
-** master-thumb_m55_hard_eabi
-*** FAIL: 6 regressions: 2 progressions
-*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/b66e613a1a8d5b8fc9d8b03f7b60260700acf833/tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi/details.txt
-*** https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m55_hard_eabi-build/92/artifact/artifacts
-
diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt
index 768db71b..b7618630 100644
--- a/notify/mail-subject.txt
+++ b/notify/mail-subject.txt
@@ -1 +1 @@
-[Linaro-TCWG-CI] gcc-14-3095-gb66e613a1a8: FAIL: 6 regressions: 2 progressions on master-thumb_m55_hard_eabi
+[Linaro-TCWG-CI] gcc-14-3095-gb66e613a1a8d: 6 regressions 2 fixes on master-thumb_m55_hard_eabi
diff --git a/notify/results.compare.txt b/notify/results.compare.txt
index faac7458..7a0e91cb 100644
--- a/notify/results.compare.txt
+++ b/notify/results.compare.txt
@@ -7,8 +7,8 @@ g++.sum
 gcc.sum
 libstdc++.sum
 Comparing:
-REFERENCE:/tmp/gxx-sum1.1204
-CURRENT:  /tmp/gxx-sum2.1204
+REFERENCE:/tmp/gxx-sum1.7037
+CURRENT:  /tmp/gxx-sum2.7037
 
                                              +---------+---------+
 o  RUN STATUS:                               |   REF   |   RES   |
@@ -74,8 +74,8 @@ o  REGRESSIONS:
 o  IMPROVEMENTS TO BE CHECKED:
   +------------------------------------------+---------+
   | PASS disappears           [PASS =>     ] |      10 |
-  | FAIL now PASS             [FAIL => PASS] |       1 |
   | FAIL disappears           [FAIL =>     ] |       2 |
+  | Flaky cases, ignored   [~RANDOM     ]    |       1 |
   +------------------------------------------+---------+
   | TOTAL_IMPROVEMENTS_TO_BE_CHECKED         |      13 |
   +------------------------------------------+---------+
@@ -96,12 +96,6 @@ o  IMPROVEMENTS TO BE CHECKED:
     libstdc++:libstdc++-dg/conformance.exp=28_regex/match_results/102667.cc execution test
 
 
-  - FAIL now PASS             [FAIL => PASS]:
-
-  Executed from: libstdc++:libstdc++-dg/conformance.exp
-    libstdc++:libstdc++-dg/conformance.exp=std/time/clock/utc/io.cc (test for excess errors)
-
-
   - FAIL disappears           [FAIL =>     ]:
 
   Executed from: g++:g++.dg/torture/dg-torture.exp
@@ -109,6 +103,12 @@ o  IMPROVEMENTS TO BE CHECKED:
     g++:g++.dg/torture/dg-torture.exp=c-c++-common/torture/vshuf-v8hi.c   -O3 -g  (internal compiler error: in lra_assign, at lra-assigns.cc:1650)
 
 
+  - Flaky cases, ignored   [~RANDOM     ]:
+
+  Executed from: libstdc++:libstdc++-dg/conformance.exp
+    libstdc++:libstdc++-dg/conformance.exp=std/time/clock/utc/io.cc (test for excess errors)
+
+
 
 # Regressions found
 # Regressions in 3 common sum files found
