]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 31 May 2025 00:24:12 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 31 May 2025 00:24:12 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 5796ada521436f861c55ca619ff39575a9c795da..adde1e3b090552dc7330a1f7190d50353ee243f9 100644 (file)
@@ -1,3 +1,17 @@
+2025-05-30  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-04-17  Jakub Jelinek  <jakub@redhat.com>
+
+       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  <stefansf@gcc.gnu.org>
 
        Backported from master:
index ac27433357659113e3cab8793c0ca577082d1447..e844ed6f555ee9d9992008bd3aa981b67827db8f 100644 (file)
@@ -1 +1 @@
-20250530
+20250531
index 7e4bb673cfb5be94dac6f2bd9bc3edc74955bb1c..7a0e53823a288e1e9bbdcdad6f1b3d4ba12afb18 100644 (file)
@@ -1,3 +1,19 @@
+2025-05-30  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-05-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/120480
+       * gcc.dg/pr120480.c: New test.
+
+2025-05-30  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-04-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/119834
+       * g++.target/s390/pr119834.C: New test.
+
 2025-05-27  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: