Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 1 Jun 2022 00:19:09 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 1 Jun 2022 00:19:09 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/d/ChangeLog
gcc/testsuite/ChangeLog

index de050e6..69bbccc 100644 (file)
@@ -1 +1 @@
-20220531
+20220601
index 1bc149b..2d9ca99 100644 (file)
@@ -1,3 +1,27 @@
+2022-05-31  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105652
+       * pt.cc (tsubst_lambda_expr): Don't let a namespace-scope lambda
+       instantiate into a class-scope lambda.
+
+2022-05-31  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105655
+       * pt.cc (build_template_decl): Add assert.
+       (tsubst_function_decl): Don't return a template.
+
+2022-05-31  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105623
+       * decl2.cc (mark_used): Copy type from fn to BASELINK.
+       * pt.cc (unify_one_argument): Call mark_single_function.
+
+2022-05-31  Jason Merrill  <jason@redhat.com>
+
+       PR c++/102307
+       * decl.cc (check_initializer): Use build_cplus_new in case of
+       constexpr failure.
+
 2022-05-27  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index a122a03..bb39463 100644 (file)
@@ -1,3 +1,12 @@
+2022-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/105544
+       * d-lang.cc (d_parse_file): Zero padding past the end of the stdin
+       buffer so the D lexer has a sentinel to stop parsing at.
+
 2022-05-15  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * dmd/MERGE: Merge upstream dmd a53934d18.
index f77efe2..0669db0 100644 (file)
@@ -1,3 +1,23 @@
+2022-05-31  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105652
+       * g++.dg/cpp2a/concepts-lambda20.C: New test.
+
+2022-05-31  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105655
+       * g++.dg/cpp2a/class-deduction-alias13.C: New test.
+
+2022-05-31  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105623
+       * g++.dg/cpp1y/auto-fn62.C: New test.
+
+2022-05-31  Jason Merrill  <jason@redhat.com>
+
+       PR c++/102307
+       * g++.dg/cpp1z/constexpr-array2.C: New test.
+
 2022-05-30  Martin Jambor  <mjambor@suse.cz>
 
        Backported from master: