]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 24 Sep 2025 00:28:42 +0000 (00:28 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 24 Sep 2025 00:28:42 +0000 (00:28 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 5a0a19a5cf609db9386ef4094a4d030e06e7e123..77201b2cf9d9616ef6add72f53e778a2b43812da 100644 (file)
@@ -1 +1 @@
-20250923
+20250924
index 201e2a53dee077351d66b3a31d17c7bb31e40810..e7c3eb22faf9d36ac446d70501a04ad5568684a6 100644 (file)
@@ -1,3 +1,14 @@
+2025-09-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-09-22  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/122015
+       * cp-tree.h (make_auto_pack): Declare.
+       * lambda.cc (lambda_capture_field_type): Use make_auto_pack to
+       ensure TYPE_CANONICAL is set correctly.
+       * pt.cc (make_auto_pack): New function.
+
 2025-09-15  Matthias Kretz  <m.kretz@gsi.de>
 
        Backported from master:
index de2d36c369a5d353f4a2f3c9eff107a204947138..263aeeebdb1f2a5fe3d06f3adc3ac9ad8fe37b41 100644 (file)
@@ -1,3 +1,11 @@
+2025-09-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2025-08-13  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/89092
+       * resolve.cc (was_declared): Add subroutine attribute.
+
 2025-09-09  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index b7322c8e048f3f9c0f10e2c805adcba322e14c22..d3cbd29e3f81779ceb097534339e648d5749a943 100644 (file)
@@ -1,3 +1,21 @@
+2025-09-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2025-08-13  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/89092
+       * gfortran.dg/pr89092.f90: New test.
+
+2025-09-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-09-22  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/122015
+       * g++.dg/modules/lambda-11.h: New test.
+       * g++.dg/modules/lambda-11_a.H: New test.
+       * g++.dg/modules/lambda-11_b.C: New test.
+
 2025-09-18  hongtao.liu  <hongtao.liu@intel.com>
 
        Backported from master: