[gcc r17-2889] Daily bump.

GCC Administrator via Gcc-cvs <[email protected]> Mon, 3 Aug 2026 00:17:09 +0000 (GMT)
Newsgroups gmane.comp.gcc.cvs
Message-ID <[email protected]>
https://gcc.gnu.org/g:4edb2f2dbf76df07463e1ca0c9fe4152fcf9eb99

commit r17-2889-g4edb2f2dbf76df07463e1ca0c9fe4152fcf9eb99
Author: GCC Administrator <[email protected]>
Date:   Mon Aug 3 00:16:35 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 27 +++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cobol/ChangeLog     |  5 +++++
 gcc/testsuite/ChangeLog | 27 +++++++++++++++++++++++++++
 4 files changed, 60 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9bf44e430b9d..1d48e0e284be 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,30 @@
+2026-08-02  Kael Andrew Alonzo Franco  <[email protected]>
+
+	PR tree-optimization/19832
+	* match.pd: Combine two patterns into one for.
+
+2026-08-02  Kael Andrew Alonzo Franco  <[email protected]>
+
+	PR tree-optimization/117760
+	PR tree-optimization/125442
+	* match.pd: Combine four fors into one for.
+
+2026-08-02  Kael Andrew Alonzo Franco  <[email protected]>
+
+	* match.pd: Combine two patterns into for.
+
+2026-08-02  Andrea Pinski  <[email protected]>
+
+	PR tree-optimization/126569
+	* tree-ssa-phiopt.cc (cond_store_replacement_limited): A
+	clobber is not a store.
+
+2026-08-02  Andrea Pinski  <[email protected]>
+
+	PR tree-optimization/126571
+	* tree-ssa-phiopt.cc (factor_out_conditional_load): Reject
+	when the pointer types are not compatible when creating a phi.
+
 2026-08-01  Roger Sayle  <[email protected]>
 	    Hongtao Liu  <[email protected]>
 
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index d1a36c0c53a4..4c2ec002628e 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260802
+20260803
diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog
index 5531906f477d..dbf2f41496e0 100644
--- a/gcc/cobol/ChangeLog
+++ b/gcc/cobol/ChangeLog
@@ -1,3 +1,8 @@
+2026-08-02  Robert Dubner  <[email protected]>
+
+	PR cobol/126391
+	* move.cc (move_helper): static tree stash has file-static scope.
+
 2026-08-01  Robert Dubner  <[email protected]>
 
 	* compare.cc (numeric_compare): Change comment.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 02883b63a5ee..67cd4ed32bec 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,30 @@
+2026-08-02  H.J. Lu  <[email protected]>
+
+	* gcc.target/i386/sse2-init-v2df-1.c: Replace -mno-sse4.1 with
+	-mno-sse3.
+	* gcc.target/i386/sse2-init-v2df-2.c: Likewise.
+	* gcc.target/i386/sse2-init-v2di-3.c: Likewise.
+	* gcc.target/i386/sse2-init-v2di-4.c: Likewise.
+
+2026-08-02  H.J. Lu  <[email protected]>
+
+	* gcc.target/i386/sse-init-v2df-1.c: Compile with -mfpmath=sse.
+
+2026-08-02  Andrea Pinski  <[email protected]>
+
+	PR tree-optimization/126569
+	* gcc.dg/pr126569-1.c: New test.
+
+2026-08-02  Andrea Pinski  <[email protected]>
+
+	PR tree-optimization/126571
+	* gcc.dg/torture/pr126571-1.c: New test.
+	* gcc.target/i386/pr126571-1.c: New test.
+
+2026-08-02  Andrea Pinski  <[email protected]>
+
+	* gcc.dg/tree-ssa/factor_op_phi-restrict-1.c: New test.
+
 2026-08-01  Thomas Koenig  <[email protected]>
 
 	PR fortran/126558