+2025-11-08 Avinash Jayakar <avinashd@linux.ibm.com>
+
+ PR tree-optimization/122126
+ * gimple-isel.cc (gimple_expand_vec_set_extract_expr): Add bound check.
+
+2025-11-08 Lulu Cheng <chenglulu@loongson.cn>
+
+ PR target/122097
+ * config/loongarch/loongarch.cc
+ (loongarch_const_vector_same_bytes_p): Add processing for
+ floating-point vector data.
+
+2025-11-08 Avinash Jayakar <avinashd@linux.ibm.com>
+
+ PR tree-optimization/122065
+ * tree-vect-generic.cc (target_supports_mult_synth_alg): Add helper to
+ check mult synth.
+ (expand_vector_mult): Optimize mult when const is uniform but not
+ power of 2.
+
+2025-11-08 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
+
+ PR tree-optimization/122599
+ * tree-scalar-evolution.cc (final_value_replacement_loop): Move
+ the removal of the phi until after the gimplification of the final
+ value expression.
+
2025-11-07 David Malcolm <dmalcolm@redhat.com>
* gdbhooks.py (class AnaSupernodePrinter): New.
+2025-11-08 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR ada/34374
+ * sem_ch10.adb (Check_Private_Limited_Withed_Unit): Use a separate
+ variable for the private child unit, streamline the loop locating
+ the nearest private ancestor, fix a too early termination of the
+ loop traversing the ancestor of the current unit, and use the same
+ privacy test as Check_Private_Child_Unit.
+
2025-11-07 Eric Botcazou <ebotcazou@adacore.com>
PR ada/83188
+2025-11-08 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/113338
+ * decl.cc (gfc_verify_c_interop_param): Allow further types of
+ dummy argument without the VALUE attribute as specified in
+ F2018 18.3.6 item (5).
+
+2025-11-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR fortran/121628
+ * trans-array.cc (seen_derived_types): Move to file scope and
+ preserve/restore around generate_element_copy_wrapper.
+ * trans-intrinsic.cc (conv_intrinsic_atomic_op): Reuse
+ gfc_trans_force_lval when forcing addressable CAF temps.
+
2025-11-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/121628
+2025-11-08 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gnat.dg/specs/limited_with4.ads: Rename to...
+ * gnat.dg/specs/limited_with1.ads: ...this.
+ * gnat.dg/specs/limited_with4_pkg.ads: Rename to...
+ * gnat.dg/specs/limited_with1_pkg.ads: ...this.
+ * gnat.dg/specs/limited_with2-child1.ads: New test.
+ * gnat.dg/specs/limited_with2-child2.ads: Likewise.
+ * gnat.dg/specs/limited_with2.ads: New helper.
+
+2025-11-08 Philipp Tomsich <philipp.tomsich@vrull.eu>
+
+ * gcc.target/riscv/snez.c: New test.
+
+2025-11-08 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/113338
+ * gfortran.dg/c-interop/pr113338-c.c: New test.
+ * gfortran.dg/c-interop/pr113338.f90: New test.
+
+2025-11-08 Avinash Jayakar <avinashd@linux.ibm.com>
+
+ PR tree-optimization/122126
+ * gcc.dg/pr122126_vextr.c: New test.
+ * gcc.dg/pr122126_vset.c: New test.
+
+2025-11-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR fortran/121628
+ * gfortran.dg/alloc_comp_deep_copy_7.f90: New test.
+
+2025-11-08 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
+
+ PR tree-optimization/122599
+ * gcc.dg/torture/pr122599-1.c: New test.
+
2025-11-07 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
PR tree-optimization/122588
+2025-11-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR fortran/121628
+ * Makefile.in: Keep continuation indentation within 80 columns.
+ * aclocal.m4: Regenerate.
+ * libgfortran.h: Drop unused forward declaration.
+
2025-11-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/121628