]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 3 Jun 2025 00:20:21 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 3 Jun 2025 00:20:21 +0000 (00:20 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 5646e6e7423c277fe934850d560ca3e3b2664da0..42c54799b73ca0cd659e5ebcb5c8d590a3b18a8b 100644 (file)
@@ -1 +1 @@
-20250602
+20250603
index 6a5ec578ae45cb6ddd144bfcd5f4ae8d41874564..a0fe6c7d35cf168aef0fb8734c172c5c9537672c 100644 (file)
@@ -1,3 +1,9 @@
+2025-06-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/120123
+       * lambda.cc (nonlambda_method_basetype): Look through lambdas
+       even when current_class_ref is null.
+
 2025-04-23  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index 23333cf8d91e859965bdb3276d4758222f6eedcb..02b04d270efd5503b0541eceb84a6e1ed18525a8 100644 (file)
@@ -1,3 +1,13 @@
+2025-06-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/120123
+       * g++.dg/cpp2a/concepts-lambda24.C: New test.
+
+2025-06-02  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/109345
+       * gfortran.dg/pr109345.f90: Comment out test of component refs.
+
 2025-05-30  Richard Sandiford  <richard.sandiford@arm.com>
 
        Backported from master: