From: GCC Administrator Date: Mon, 27 Oct 2025 00:19:00 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=596633aa809b7525866d53d137f621583fe4a589;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8bdba0150f9..65ccd4bf58b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,36 @@ +2025-10-26 Andrew Pinski + + 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 + + * doc/install.texi: Add libxml2 dependency for COBOL + library. Clarify 128-bit numeric dependency. + +2025-10-26 Gerald Pfeifer + + * poly-int.h: Change struct poly_int to class poly_int. + +2025-10-26 LIU Hao + + PR target/119079 + * config/i386/i386.md: Use `movsxd` to perform SI-to-DI extension in Intel + syntax. + +2025-10-26 Kuan-Lin Chen + + * config/riscv/riscv.cc (riscv_legitimize_move): Append extend. + +2025-10-26 Osama Abdelkader + + * 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 * doc/extend.texi (nocf_check): Fix syntax errors in example. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 8a8350ab3d9..6e95effb6d9 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251026 +20251027 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index a732e94f7fc..e6dbda6646a 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2025-10-26 Eric Botcazou + + PR ada/13370 + * sem_prag.adb (Analyze_Pragma) : Set the + Has_Delayed_Freeze flag if the argument is not a literal. + 2025-10-24 Eric Botcazou PR ada/80033 diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog index e1595a08421..d2cc68accf7 100644 --- a/gcc/cobol/ChangeLog +++ b/gcc/cobol/ChangeLog @@ -1,3 +1,7 @@ +2025-10-26 Eric Botcazou + + * Make-lang.in ($(srcdir)/cobol/token_names.h): Silence recipe. + 2025-10-23 Robert Dubner * genapi.cc (parser_alphabet): Alphabet encoding. diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index bf5bcd63f27..385a62bdefe 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,21 @@ +2025-10-26 Paul Thomas + + 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 PR fortran/114023 diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index f33f18ad3df..9bbc62f6c40 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,9 @@ +2025-10-26 Rainer Orth + + * 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 * docs/topics/types.rst: Document new types. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d6a2cf4b340..844176ef78d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,27 @@ +2025-10-26 Andrew Pinski + + PR target/122270 + * gcc.target/riscv/rvv/base/pr122270-1.c: New test. + +2025-10-26 Kuan-Lin Chen + + * gcc.target/riscv/rvv/autovec/pr111391-2.c: Add expected asm. + +2025-10-26 Eric Botcazou + + * gnat.dg/machine_attr3.ads, gnat.dg/machine_attr3.adb: New test. + +2025-10-26 Paul Thomas + + PR fortran/122290 + * gfortran.dg/pdt_60.f03: New test. + +2025-10-26 Alexandre Oliva + + PR target/121599 + * gcc.target/aarch64/sve2/pr121599.c: Tolerate alterate insn + selection. + 2025-10-25 Harald Anlauf PR fortran/114023