https://gcc.gnu.org/g:5c72c410dd18a7f809ee90273f1cc8fbe8827d56

commit r14-11820-g5c72c410dd18a7f809ee90273f1cc8fbe8827d56
Author: GCC Administrator <[email protected]>
Date:   Sat May 31 00:24:12 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 14 ++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 16 ++++++++++++++++
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5796ada52143..adde1e3b0905 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,17 @@
+2025-05-30  Jakub Jelinek  <[email protected]>
+
+       Backported from master:
+       2025-04-17  Jakub Jelinek  <[email protected]>
+
+       PR target/119834
+       * config/s390/s390.md (define_split after *cpymem_short): Use
+       (clobber (match_scratch N)) instead of (clobber (scratch)).  Use
+       (match_dup 4) and operands[4] instead of (match_dup 3) and operands[3]
+       in the last of those.
+       (define_split after *clrmem_short): Use (clobber (match_scratch N))
+       instead of (clobber (scratch)).
+       (define_split after *cmpmem_short): Likewise.
+
 2025-05-26  Stefan Schulze Frielinghaus  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index ac2743335765..e844ed6f555e 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250530
+20250531
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 7e4bb673cfb5..7a0e53823a28 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,19 @@
+2025-05-30  Jakub Jelinek  <[email protected]>
+
+       Backported from master:
+       2025-05-30  Jakub Jelinek  <[email protected]>
+
+       PR target/120480
+       * gcc.dg/pr120480.c: New test.
+
+2025-05-30  Jakub Jelinek  <[email protected]>
+
+       Backported from master:
+       2025-04-17  Jakub Jelinek  <[email protected]>
+
+       PR target/119834
+       * g++.target/s390/pr119834.C: New test.
+
 2025-05-27  Patrick Palka  <[email protected]>
 
        Backported from master:

Reply via email to