Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 16 May 2022 00:19:11 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 16 May 2022 00:19:11 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/d/ChangeLog
gcc/testsuite/ChangeLog
libphobos/ChangeLog

index df5469f..634dc22 100644 (file)
@@ -1 +1 @@
-20220515
+20220516
index 1ffada8..682ae3b 100644 (file)
@@ -1,3 +1,27 @@
+2022-05-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105589
+       PR c++/105191
+       PR c++/92385
+       * init.cc (build_value_init): Handle class in template.
+
+2022-05-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/104470
+       * cp-tree.h (enum tsubst_flags): Add tf_dguide.
+       * pt.cc (tsubst_aggr_type): Check it.
+       (tsubst_baselink, tsubst_copy): Check it.
+       (maybe_dependent_member_ref): Check it.
+       (instantiate_alias_template): Handle it.
+       (build_deduction_guide): Set it.
+
+2022-05-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/102651
+       PR c++/49387
+       * rtti.cc (get_tinfo_decl_direct): Don't complete_type.
+       (emit_tinfo_decl): Update tdesc type if needed.
+
 2022-05-06  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 650cb64..a122a03 100644 (file)
@@ -1,3 +1,19 @@
+2022-05-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * dmd/MERGE: Merge upstream dmd a53934d18.
+       * dmd/VERSION: Update version to v2.100.0.
+       * d-codegen.cc (d_decl_context): Use resolvedLinkage to get
+       declaration linkage.
+       (build_struct_literal): Track offset in bits.
+       * d-gimplify.cc (d_gimplify_modify_expr): Check both operands for a
+       bit-field reference.
+       * d-lang.cc (d_post_options): Set flag_rtti and flag_exceptions if
+       -fno-druntime was seen on command-line.
+       (d_type_promotes_to): Use resolvedLinkage to get declaration linkage.
+       * decl.cc (make_thunk): Likewise.
+       * types.cc (layout_aggregate_members): Ignore anonymous fields in
+       total count.
+
 2022-05-06  Release Manager
 
        * GCC 12.1.0 released.
index fd77e33..70758d8 100644 (file)
@@ -1,3 +1,22 @@
+2022-05-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105589
+       PR c++/105191
+       PR c++/92385
+       * g++.dg/cpp0x/initlist-array16.C: New test.
+
+2022-05-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/104470
+       * g++.dg/cpp2a/explicit11.C: Second example also ill-formed.
+       * g++.dg/cpp2a/class-deduction-alias12.C: New test.
+
+2022-05-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/102651
+       PR c++/49387
+       * g++.dg/rtti/typeid-complete1.C: New test.
+
 2022-05-13  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index ecd3fcf..245b483 100644 (file)
@@ -1,3 +1,7 @@
+2022-05-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * src/MERGE: Merge upstream phobos 604534d7c.
+
 2022-05-06  Release Manager
 
        * GCC 12.1.0 released.