diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-01 00:19:09 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-01 00:19:09 +0000 |
commit | 56988099af25fb2f9381633e9c5749dac4e84b49 (patch) | |
tree | df07345408e9a5ac18cd0e6168a48b680d5c0b17 /gcc/d | |
parent | ca354b174e6dbdd1ee14b75d5e36b7e80ab78483 (diff) | |
download | gcc-56988099af25fb2f9381633e9c5749dac4e84b49.zip gcc-56988099af25fb2f9381633e9c5749dac4e84b49.tar.gz gcc-56988099af25fb2f9381633e9c5749dac4e84b49.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/d')
-rw-r--r-- | gcc/d/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index bdecaec..226f351 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,17 @@ +2025-03-31 Iain Buclaw <ibuclaw@gdcproject.org> + + * dmd/MERGE: Merge upstream dmd c6863be720. + * dmd/VERSION: Bump version to v2.111.0. + +2025-03-31 Iain Buclaw <ibuclaw@gdcproject.org> + + PR d/117002 + * decl.cc (aggregate_initializer_decl): Set explicit decl alignment of + class instance. + * expr.cc (ExprVisitor::visit (NewExp *)): Likewise. + * types.cc (TypeVisitor::visit (TypeClass *)): Mark the record type of + classes as packed. + 2025-03-30 Sandra Loosemore <sloosemore@baylibre.com> * lang.opt.urls: Regenerate. |