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

index bb37c92e3f631cfef040f2d861d0228f8131ca3c..1a4c009d66501b6a53645637854911ec09d1fa47 100644 (file)
@@ -1 +1 @@
-20251012
+20251013
index 3856a8cf891ad8a136cf7e1c148e43a3ef974062..aeec007ec1378a2c6c8f78719ff8c0fe89c1ab59 100644 (file)
@@ -1,3 +1,9 @@
+2025-10-12  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/122163
+       * expr.cc (mark_use): When processing a reference, always return
+       an lvalue reference when !rvalue_p.
+
 2025-10-10  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/122192
index 7f98cd78846cd996db939f208c2ed24e9b7b15f0..914341d9286416ca13f0be2e6d9647886587b1a8 100644 (file)
@@ -1,3 +1,17 @@
+2025-10-12  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/95543
+       PR fortran/103748
+       * decl.cc (insert_parameter_exprs): Guard param->expr before
+       using it.
+       (gfc_get_pdt_instance): Substitute paramaters in kind default
+       initializers.
+       (gfc_match_decl_type_spec): Emit an error if a type paramter
+       specification list appears in a variable declaraion with a
+       non-parameterized type.
+       * primary.cc (gfc_match_rvalue): Emit an error if a type spec
+       list is empty.
+
 2025-10-11  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/50377
index cb638143fe72854e4f6342a70057c25948b90264..dd5ccaca08a43469d88b98314d8710a3e9f7facb 100644 (file)
@@ -1,3 +1,16 @@
+2025-10-12  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/122163
+       * g++.dg/cpp0x/lambda/lambda-ref3.C: New test.
+
+2025-10-12  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/95543
+       PR fortran/103748
+       * gfortran.dg/pdt_17.f03: Change error message.
+       * gfortran.dg/pdt_57.f03: New test.
+       * gfortran.dg/pdt_58.f03: New test.
+
 2025-10-11  Gaius Mulley  <gaiusmod2@gmail.com>
 
        * gm2/iso/fail/badfield.mod: New test.