]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 Oct 2025 00:19:00 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 Oct 2025 00:19:00 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/cobol/ChangeLog
gcc/fortran/ChangeLog
gcc/jit/ChangeLog
gcc/testsuite/ChangeLog

index 8bdba0150f9e7865d5f23b797de338722af7c0d1..65ccd4bf58bd733bb729528d65c8f9436180c4b8 100644 (file)
@@ -1,3 +1,36 @@
+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.
index 8a8350ab3d95e797e19907385a1f7f96b1d91e70..6e95effb6d9300e1bc5171a71f3d7487281add5d 100644 (file)
@@ -1 +1 @@
-20251026
+20251027
index a732e94f7fc07e3f15d1f7553cc8fe44c1554809..e6dbda6646a5c360df3d66b61bc377fd1044bc82 100644 (file)
@@ -1,3 +1,9 @@
+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
index e1595a08421c77458193d2258041757c1cc1b596..d2cc68accf7a1a782ea57b6095d9b7fdb1f69e09 100644 (file)
@@ -1,3 +1,7 @@
+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.
index bf5bcd63f27cc9f990e721e0eecd1f53065736ef..385a62bdefe01d7a4e83ae80c13e10d842a42845 100644 (file)
@@ -1,3 +1,21 @@
+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
index f33f18ad3df5dc1767edb7c9d543de813c1b0083..9bbc62f6c40009879d2a0a37569bc8127e711608 100644 (file)
@@ -1,3 +1,9 @@
+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.
index d6a2cf4b340081b56901eedbf8fbde5545916fd8..844176ef78d21c7fd492e4cdf54d7488cf6050d1 100644 (file)
@@ -1,3 +1,27 @@
+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