+2025-10-26 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
+
+ PR target/122270
+ * config/riscv/riscv-vector-builtins-bases.cc (vset::fold): Use the
+ unshare_expr for the statement that will be added seperately rather
+ the one which will be used for the replacement.
+
+2025-10-26 James K. Lowden <jklowden@cobolworx.com>
+
+ * doc/install.texi: Add libxml2 dependency for COBOL
+ library. Clarify 128-bit numeric dependency.
+
+2025-10-26 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * poly-int.h: Change struct poly_int to class poly_int.
+
+2025-10-26 LIU Hao <lh_mouse@126.com>
+
+ PR target/119079
+ * config/i386/i386.md: Use `movsxd` to perform SI-to-DI extension in Intel
+ syntax.
+
+2025-10-26 Kuan-Lin Chen <rufus@andestech.com>
+
+ * config/riscv/riscv.cc (riscv_legitimize_move): Append extend.
+
+2025-10-26 Osama Abdelkader <osama.abdelkader@gmail.com>
+
+ * wide-int.h: Fix typo "accomodate" to "accommodate" in comment.
+ * value-range-storage.h: Likewise.
+ * tree-vectorizer.h (dr_set_safe_speculative_read_required):
+ Fix duplicate "the the" to "the" in comment.
+
2025-10-25 Sam James <sam@gentoo.org>
* doc/extend.texi (nocf_check): Fix syntax errors in example.
+2025-10-26 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR ada/13370
+ * sem_prag.adb (Analyze_Pragma) <Pragma_Machine_Attribute>: Set the
+ Has_Delayed_Freeze flag if the argument is not a literal.
+
2025-10-24 Eric Botcazou <ebotcazou@adacore.com>
PR ada/80033
+2025-10-26 Eric Botcazou <ebotcazou@adacore.com>
+
+ * Make-lang.in ($(srcdir)/cobol/token_names.h): Silence recipe.
+
2025-10-23 Robert Dubner <rdubner@symas.com>
* genapi.cc (parser_alphabet): Alphabet encoding.
+2025-10-26 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/122290
+ * decl.cc (variable_decl): Matching component initializer
+ expressions in PDT templates should be done with gfc_match_expr
+ to avoid reduction too early. If the expression type is unknown
+ copy the component typespec.
+ (gfc_get_pdt_instance): Change comment from a TODO to an
+ explanation. Insert parameter values in initializers. For
+ components that are not marked with PDT attributes, do the
+ full reduction for init expressions.
+ * primary.cc (gfc_match_actual_arglist): Convert PDT kind exprs
+ using the component initializer.
+ * resolve.cc (resolve_typebound_intrinsic_op): Preempt
+ gfc_check_new_interface for pdt_types as well as entities used
+ in submodules.
+ * simplify.cc (get_kind): Remove PDT kind conversion.
+
2025-10-25 Harald Anlauf <anlauf@gmx.de>
PR fortran/114023
+2025-10-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * jit-recording.cc (recording::array_type::make_debug_string,
+ recording::array_type::write_reproducer): Use PRIu64 format
+ specifier for uint64_t.
+
2025-10-22 Antoni Boucher <bouanto@zoho.com>
* docs/topics/types.rst: Document new types.
+2025-10-26 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
+
+ PR target/122270
+ * gcc.target/riscv/rvv/base/pr122270-1.c: New test.
+
+2025-10-26 Kuan-Lin Chen <rufus@andestech.com>
+
+ * gcc.target/riscv/rvv/autovec/pr111391-2.c: Add expected asm.
+
+2025-10-26 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gnat.dg/machine_attr3.ads, gnat.dg/machine_attr3.adb: New test.
+
+2025-10-26 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/122290
+ * gfortran.dg/pdt_60.f03: New test.
+
+2025-10-26 Alexandre Oliva <oliva@adacore.com>
+
+ PR target/121599
+ * gcc.target/aarch64/sve2/pr121599.c: Tolerate alterate insn
+ selection.
+
2025-10-25 Harald Anlauf <anlauf@gmx.de>
PR fortran/114023