aboutsummaryrefslogtreecommitdiff
path: root/gcc/d
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-10-16 00:17:13 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-10-16 00:17:13 +0000
commitd5cfabc677b08f38ea5d5f85deeda746b4fabb88 (patch)
treea0911822f973c6d90d8c8b2b7ca2696a6b537a05 /gcc/d
parent643a5223f1a1860a88c215d715f079d7f846843c (diff)
downloadgcc-d5cfabc677b08f38ea5d5f85deeda746b4fabb88.zip
gcc-d5cfabc677b08f38ea5d5f85deeda746b4fabb88.tar.gz
gcc-d5cfabc677b08f38ea5d5f85deeda746b4fabb88.tar.bz2
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 2ab2b4b..90749a4 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,19 @@
+2023-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * dmd/MERGE: Merge upstream dmd f9efc98fd7.
+ * dmd/VERSION: Bump version to v2.105.2.
+ * d-builtins.cc (build_frontend_type): Update for new front-end
+ interface.
+ * d-diagnostic.cc (verrorReport): Don't emit tips when error gagging
+ is turned on.
+ * d-lang.cc (d_handle_option): Remove obsolete parameter.
+ (d_post_options): Likewise.
+ (d_read_ddoc_files): New function.
+ (d_generate_ddoc_file): New function.
+ (d_parse_file): Update for new front-end interface.
+ * expr.cc (ExprVisitor::visit (AssocArrayLiteralExp *)): Check for new
+ front-end lowering of static associative arrays.
+
2023-10-14 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/111537