]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Aug 2026 00:16:35 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Aug 2026 00:16:35 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cobol/ChangeLog
gcc/testsuite/ChangeLog

index 9bf44e430b9de65e33a5c001fe1a76df04078e60..1d48e0e284be8f5f7ff3e30eed58eec5d07b8083 100644 (file)
@@ -1,3 +1,30 @@
+2026-08-02  Kael Andrew Alonzo Franco  <kaelfandrew@gmail.com>
+
+       PR tree-optimization/19832
+       * match.pd: Combine two patterns into one for.
+
+2026-08-02  Kael Andrew Alonzo Franco  <kaelfandrew@gmail.com>
+
+       PR tree-optimization/117760
+       PR tree-optimization/125442
+       * match.pd: Combine four fors into one for.
+
+2026-08-02  Kael Andrew Alonzo Franco  <kaelfandrew@gmail.com>
+
+       * match.pd: Combine two patterns into for.
+
+2026-08-02  Andrea Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       PR tree-optimization/126569
+       * tree-ssa-phiopt.cc (cond_store_replacement_limited): A
+       clobber is not a store.
+
+2026-08-02  Andrea Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       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  <roger@nextmovesoftware.com>
            Hongtao Liu  <hongtao.liu@intel.com>
 
index d1a36c0c53a4079927453ecdefee0e082b846000..4c2ec002628e2ada8306312a8372313d93f16205 100644 (file)
@@ -1 +1 @@
-20260802
+20260803
index 5531906f477d0d6819350c281d4c5fd0d2132311..dbf2f41496e08246245c25938729dcc50f7124f3 100644 (file)
@@ -1,3 +1,8 @@
+2026-08-02  Robert Dubner  <rdubner@symas.com>
+
+       PR cobol/126391
+       * move.cc (move_helper): static tree stash has file-static scope.
+
 2026-08-01  Robert Dubner  <rdubner@symas.com>
 
        * compare.cc (numeric_compare): Change comment.
index 02883b63a5ee564244f6d953891f987d59a9ff9b..67cd4ed32beceaf9879c1f7bd0f9f6b198e90f6b 100644 (file)
@@ -1,3 +1,30 @@
+2026-08-02  H.J. Lu  <hjl.tools@gmail.com>
+
+       * 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  <hjl.tools@gmail.com>
+
+       * gcc.target/i386/sse-init-v2df-1.c: Compile with -mfpmath=sse.
+
+2026-08-02  Andrea Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       PR tree-optimization/126569
+       * gcc.dg/pr126569-1.c: New test.
+
+2026-08-02  Andrea Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       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  <andrew.pinski@oss.qualcomm.com>
+
+       * gcc.dg/tree-ssa/factor_op_phi-restrict-1.c: New test.
+
 2026-08-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/126558