https://gcc.gnu.org/g:596633aa809b7525866d53d137f621583fe4a589
commit r16-4636-g596633aa809b7525866d53d137f621583fe4a589 Author: GCC Administrator <[email protected]> Date: Mon Oct 27 00:19:00 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 33 +++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 ++++++ gcc/cobol/ChangeLog | 4 ++++ gcc/fortran/ChangeLog | 18 ++++++++++++++++++ gcc/jit/ChangeLog | 6 ++++++ gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++ 7 files changed, 92 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8bdba0150f9e..65ccd4bf58bd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,36 @@ +2025-10-26 Andrew Pinski <[email protected]> + + 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 <[email protected]> + + * doc/install.texi: Add libxml2 dependency for COBOL + library. Clarify 128-bit numeric dependency. + +2025-10-26 Gerald Pfeifer <[email protected]> + + * poly-int.h: Change struct poly_int to class poly_int. + +2025-10-26 LIU Hao <[email protected]> + + PR target/119079 + * config/i386/i386.md: Use `movsxd` to perform SI-to-DI extension in Intel + syntax. + +2025-10-26 Kuan-Lin Chen <[email protected]> + + * config/riscv/riscv.cc (riscv_legitimize_move): Append extend. + +2025-10-26 Osama Abdelkader <[email protected]> + + * 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 <[email protected]> * doc/extend.texi (nocf_check): Fix syntax errors in example. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 8a8350ab3d95..6e95effb6d93 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251026 +20251027 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index a732e94f7fc0..e6dbda6646a5 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2025-10-26 Eric Botcazou <[email protected]> + + 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 <[email protected]> PR ada/80033 diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog index e1595a08421c..d2cc68accf7a 100644 --- a/gcc/cobol/ChangeLog +++ b/gcc/cobol/ChangeLog @@ -1,3 +1,7 @@ +2025-10-26 Eric Botcazou <[email protected]> + + * Make-lang.in ($(srcdir)/cobol/token_names.h): Silence recipe. + 2025-10-23 Robert Dubner <[email protected]> * genapi.cc (parser_alphabet): Alphabet encoding. diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index bf5bcd63f27c..385a62bdefe0 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,21 @@ +2025-10-26 Paul Thomas <[email protected]> + + 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 <[email protected]> PR fortran/114023 diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index f33f18ad3df5..9bbc62f6c400 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,9 @@ +2025-10-26 Rainer Orth <[email protected]> + + * 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 <[email protected]> * docs/topics/types.rst: Document new types. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d6a2cf4b3400..844176ef78d2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,27 @@ +2025-10-26 Andrew Pinski <[email protected]> + + PR target/122270 + * gcc.target/riscv/rvv/base/pr122270-1.c: New test. + +2025-10-26 Kuan-Lin Chen <[email protected]> + + * gcc.target/riscv/rvv/autovec/pr111391-2.c: Add expected asm. + +2025-10-26 Eric Botcazou <[email protected]> + + * gnat.dg/machine_attr3.ads, gnat.dg/machine_attr3.adb: New test. + +2025-10-26 Paul Thomas <[email protected]> + + PR fortran/122290 + * gfortran.dg/pdt_60.f03: New test. + +2025-10-26 Alexandre Oliva <[email protected]> + + PR target/121599 + * gcc.target/aarch64/sve2/pr121599.c: Tolerate alterate insn + selection. + 2025-10-25 Harald Anlauf <[email protected]> PR fortran/114023
