diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-13 00:17:09 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-13 00:17:09 +0000 |
commit | 1fda2deeea862072543035b6005c65d4c160691f (patch) | |
tree | c88e14ad0523ffa85b1eafa3c03a94cad74b05c8 /gcc/d | |
parent | 424c6c88038ef13364e6e7e74e2389923d95396e (diff) | |
download | gcc-1fda2deeea862072543035b6005c65d4c160691f.zip gcc-1fda2deeea862072543035b6005c65d4c160691f.tar.gz gcc-1fda2deeea862072543035b6005c65d4c160691f.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/d')
-rw-r--r-- | gcc/d/ChangeLog | 18 |
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. |