summaryrefslogtreecommitdiff
path: root/gcc/d
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-05-16 00:19:11 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-05-16 00:19:11 +0000
commitc6ca39c7bf3b2ef24868885a22ff09b7490ffa8f (patch)
tree7fb952d24530538a2546a1c7ce7eebb12b40056c /gcc/d
parent0556c356e541aa106dcc4276db429ee0d2343d99 (diff)
Daily bump.
Diffstat (limited to 'gcc/d')
-rw-r--r--gcc/d/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 650cb649aab..a122a038479 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -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.