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

index 69bbccc..42757d4 100644 (file)
@@ -1 +1 @@
-20220601
+20220602
index 2d9ca99..952817d 100644 (file)
@@ -1,3 +1,26 @@
+2022-06-01  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105734
+       * parser.cc (cp_parser_postfix_dot_deref_expression): Use typeof
+       if the expression has auto type.
+
+2022-06-01  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105779
+       * call.cc (resolve_args): Call mark_single_function here.
+       * pt.cc (unify_one_argument): Not here.
+
+2022-06-01  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-05-09  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/105491
+       * constexpr.cc (reduced_constant_expression_p): Use
+       next_subobject_field instead.
+       * cp-tree.h (next_subobject_field): Declare.
+       * decl.cc (next_subobject_field): Define.
+
 2022-05-31  Jason Merrill  <jason@redhat.com>
 
        PR c++/105652
index 0669db0..f44588f 100644 (file)
@@ -1,3 +1,23 @@
+2022-06-01  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105734
+       * g++.dg/cpp0x/auto57.C: New test.
+
+2022-06-01  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105779
+       * g++.dg/cpp1y/auto-fn63.C: New test.
+
+2022-06-01  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-05-09  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/105491
+       * g++.dg/cpp0x/constexpr-union7.C: New test.
+       * g++.dg/cpp0x/constexpr-union7a.C: New test.
+       * g++.dg/cpp2a/constinit17.C: New test.
+
 2022-05-31  Jason Merrill  <jason@redhat.com>
 
        PR c++/105652