]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 69bbccc00d33860e40758743aa491d86d4b22b0a..42757d43665ffbf8bad62cebdaf97fbe80408589 100644 (file)
@@ -1 +1 @@
-20220601
+20220602
index 2d9ca994b49ee7b1d35ce1c596d13d6cf37a052e..952817d18a630f5da71e93e1b7bed69a959abc8f 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 0669db04fae6f39df66f846b97cf2035ffd62c64..f44588fa4f91fc9c245ee649114cb5823a0b85ff 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