]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 de050e6319cb3458444e22ced29f27119c6c2dc7..69bbccc00d33860e40758743aa491d86d4b22b0a 100644 (file)
@@ -1 +1 @@
-20220531
+20220601
index 1bc149b6835da30b5079a5ce44512eb3184b5365..2d9ca994b49ee7b1d35ce1c596d13d6cf37a052e 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 a122a0384798a05b9e08bfce705cbb423fc450bb..bb39463849bf2f1a23b4df1fb5e435c274325bde 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 f77efe2cd895a95cab32e9027cb8e3ea0e1bb7eb..0669db04fae6f39df66f846b97cf2035ffd62c64 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: