+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>
+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.
+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