]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 df5469fc3817e691ce5968ccc5ed199f0fc0c0f9..634dc22adcd3c14d3d886cfe2cfa23ba1cf9b421 100644 (file)
@@ -1 +1 @@
-20220515
+20220516
index 1ffada883263ebded34cbaf19a7a5156a0d8a7b3..682ae3b7305e8e5b7b8af87ac36ba760eb272e77 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 650cb649aab3ab06a0c758449847ea94278604a6..a122a0384798a05b9e08bfce705cbb423fc450bb 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 fd77e33922d29792cc25f4cb896661b1d5a6d6bd..70758d837daffb5e8f934a7726375d8a7835ad8f 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 ecd3fcf0537560cf9a95dd52460dd36451081a8a..245b483bd893d61605928ae9eb2072541ebabec0 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.