]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 7 Dec 2025 00:16:26 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 7 Dec 2025 00:16:26 +0000 (00:16 +0000)
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/algol68/ChangeLog
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index b321ba7cf269206898ce3ef85a3fcf15d42bd73d..ea2d8073c0e42fbef06b99df639edd949b737d6d 100644 (file)
@@ -1,3 +1,7 @@
+2025-12-06  Mark Zhuang  <mark.zhuang@spacemit.com>
+
+       * prepare-commit-msg: check --default-prefix
+
 2025-12-04  Jonathan Wakely  <jwakely@redhat.com>
 
        * check_GNU_style_lib.py (TrailinigOperatorCheck): Rename to
index 3a9b1bdf9262e55e7886406faa357bc9e5f66235..ed720db63c69ae4526c97d3fa5bef38e6ee698e9 100644 (file)
@@ -1,3 +1,26 @@
+2025-12-06  Alexandre Oliva  <oliva@adacore.com>
+
+       PR rtl-optimization/122947
+       * calls.cc (expand_call): Add stack function usage in
+       non-ACCUMULATE_OUTGOING_ARGS configurations.
+
+2025-12-06  Alexandre Oliva  <oliva@adacore.com>
+
+       PR target/91420
+       * config/riscv/riscv.cc (riscv_symbolic_constant_p): Require
+       offsets smaller than +/- 1GiB for PCREL symbols.
+
+2025-12-06  Jakub Jelinek  <jakub@redhat.com>
+
+       * attribs.cc (decl_attributes): Use attribute_value_equal to
+       compare attribute values instead of simple_cst_equal.
+
+2025-12-06  Dimitar Dimitrov  <dimitar@dinux.eu>
+
+       PR rtl-optimization/122675
+       * bb-reorder.cc (edge_order): Fix BB edge ordering to be
+       descending.
+
 2025-12-05  Vladimir N. Makarov  <vmakarov@redhat.com>
 
        PR rtl-optimization/122215
index 00fc5a3a6ee5bf605147a88125543e3f2442e609..47f4b89c615b029557bd32ea4195663b85cc43db 100644 (file)
@@ -1 +1 @@
-20251206
+20251207
index f6a0fd371d3df9c7c1ea115414e8f24a1705f75d..fca1a9eda6d08c6b24ff448436f1b1e0b91defcb 100644 (file)
@@ -1,3 +1,8 @@
+2025-12-06  Denis Mazzucato  <mazzucato@adacore.com>
+
+       * sem_attr.adb (Resolve_Attribute): Check if the reducer is a
+       procedure before giving the warning.
+
 2025-12-05  Javier Miranda  <miranda@adacore.com>
 
        * einfo.ads (Has_Unsigned_Base_Range_Aspect): Update documentation.
index eeb8ff5d0397578290b5784a18c60761cedbb5c3..b55a123779b56fefedb447fd1063923723cabc58 100644 (file)
@@ -1,3 +1,8 @@
+2025-12-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       PR algol68/123007
+       * a68-lang.cc (a68_type_for_size): Handle intTI_type_node.
+
 2025-12-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
 
        PR algol68/122954
index 0084a0f1ea124e2225cd3867d33d2b7ef06b4110..3ad8d166767dd344d62e4cfaed38cfb2b5bdd14b 100644 (file)
@@ -1,3 +1,12 @@
+2025-12-06  Jakub Jelinek  <jakub@redhat.com>
+
+       * decl2.cc (is_late_template_attribute): Call lookup_attribute_spec
+       on TREE_PURPOSE (attr) rather than name.  Only call
+       attribute_takes_identifier_p if get_attribute_namespace (attr) is
+       gnu_identifier.
+       * pt.cc (tsubst_attribute): Only call attribute_takes_identifier_p
+       if get_attribute_namespace (t) is gnu_identifier.
+
 2025-12-05  Tobias Burnus  <tburnus@baylibre.com>
 
        * pt.cc (tsubst_omp_clauses): Handle OMP_CLAUSE_DYN_GROUPPRIVATE.
index b8a9e3e35f147b62eb2bb59488a920f78db77ead..724da5b426ee8ff2621eb804d0f669062dbe8a63 100644 (file)
@@ -1,3 +1,34 @@
+2025-12-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/122693
+       * array.cc (gfc_match_array_constructor): Stash and restore
+       gfc_current_ns after the call to 'gfc_match_type_spec'.
+
+2025-12-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/122670
+       * decl.cc (gfc_get_pdt_instance): Ensure that, in an interface
+       body, PDT instances imported implicitly if the template has
+       been explicitly imported.
+       * module.cc (read_module): If a PDT template appears in a use
+       only statement, implicitly add the instances as well.
+
+2025-12-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/122669
+       * resolve.cc (resolve_allocate_deallocate): Mold expressions
+       with an array reference and a constant size must be resolved
+       for each allocate object.
+
+2025-12-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/122578
+       * primary.cc (gfc_match_varspec): Try to resolve a typebound
+       generic procedure selector expression to provide the associate
+       name with a type. Also, resolve component calls. In both cases,
+       make a copy of the selector expression to guard against changes
+       made by gfc_resolve_expr.
+
 2025-12-05  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/122977
index 0139ece2f5ed78bf0c684085285e4be91e31bf5b..8f13d2c44c6e9196e3981e7316ec3dc4da8bc227 100644 (file)
@@ -1,3 +1,50 @@
+2025-12-06  Alexandre Oliva  <oliva@adacore.com>
+
+       PR rtl-optimization/122947
+       * gcc.dg/pr122947.c: New.
+
+2025-12-06  Alexandre Oliva  <oliva@adacore.com>
+
+       PR target/91420
+       * gcc.target/riscv/pr91420.c: New.
+
+2025-12-06  Jeff Law  <jlaw@ventanamicro.com>
+
+       PR rtl-optimization/122675
+       * gcc.target/riscv/pr122675-1.c: Adjust expected output.
+
+2025-12-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/103414
+       * gfortran.dg/pdt_76.f03: New test.
+
+2025-12-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/122693
+       * gfortran.dg/pdt_75.f03: New test.
+
+2025-12-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/122670
+       * gfortran.dg/pdt_74.f03: New test.
+
+2025-12-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/122669
+       * gfortran.dg/pdt_73.f03: New test.
+
+2025-12-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/122578
+       * gfortran.dg/pdt_72.f03: New test.
+
+2025-12-06  Dimitar Dimitrov  <dimitar@dinux.eu>
+
+       PR rtl-optimization/122675
+       * gcc.target/aarch64/pr122675-1.c: New test.
+       * gcc.target/i386/pr122675-1.c: New test.
+       * gcc.target/riscv/pr122675-1.c: New test.
+
 2025-12-06  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/99782
index 42151286bbe6b869b092b0bd7c15191e059a0815..c01d0443726e76689af7277125a433497d0b39b0 100644 (file)
@@ -1,3 +1,29 @@
+2025-12-06  Jason Merrill  <jason@redhat.com>
+
+       * src/c++23/std.cc.in: Add more #if.
+
+2025-12-06  Patrick Palka  <ppalka@redhat.com>
+
+       PR libstdc++/80564
+       * include/std/functional (__cv_like): New.
+       (_Bind::_Res_type): Don't define when not needed.
+       (_Bind::__dependent): Likewise.
+       (_Bind::_Res_type_cv): Likewise.
+       (_Bind::operator()) [_GLIBCXX_EXPLICIT_THIS_PARAMETER]:
+       Define as two instead of four overloads using deducing
+       this.
+       * testsuite/20_util/bind/cv_quals_2.cc: Ignore SFINAE
+       diagnostics inside headers.
+       * testsuite/20_util/bind/ref_neg.cc: Likewise.
+       * testsuite/20_util/bind/80564.cc: New test.
+
+2025-12-06  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/atomic_wait.h (__detail::__atomic_eq): Use
+       std::addressof instead of &.
+       * include/std/atomic (atomic::wait, atomic::notify_one)
+       (atomic::notify_all): Likewise.
+
 2025-12-05  Patrick Palka  <ppalka@redhat.com>
            Tomasz KamiƄski  <tkaminsk@redhat.com>