aboutsummaryrefslogtreecommitdiff
path: root/gcc/d
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2025-04-13 00:17:09 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2025-04-13 00:17:09 +0000
commit1fda2deeea862072543035b6005c65d4c160691f (patch)
treec88e14ad0523ffa85b1eafa3c03a94cad74b05c8 /gcc/d
parent424c6c88038ef13364e6e7e74e2389923d95396e (diff)
downloadgcc-1fda2deeea862072543035b6005c65d4c160691f.zip
gcc-1fda2deeea862072543035b6005c65d4c160691f.tar.gz
gcc-1fda2deeea862072543035b6005c65d4c160691f.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/d')
-rw-r--r--gcc/d/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index ca31897..b0a4f12 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,21 @@
+2025-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ PR d/109023
+ * d-compiler.cc: Include dmd/errors.h.
+ (Compiler::onImport): Implement.
+ * d-lang.cc (d_handle_option): Handle -finclude-imports.
+ (d_parse_file): Run semantic on included imports.
+ * gdc.texi: Document -finclude-imports.
+ * lang.opt: Add finclude-imports.
+ * lang.opt.urls: Regenerate.
+
+2025-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ PR d/119758
+ * d-lang.cc (d_parse_file): Use endswith in test for -fonly= argument.
+ * d-spec.cc (lang_specific_driver): Rework -fonly= and pass all input
+ files to the front-end compiler when the option is seen.
+
2025-04-11 Iain Buclaw <ibuclaw@gdcproject.org>
* dmd/MERGE: Merge upstream dmd 1b34fea478.