diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-16 00:18:18 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-16 00:18:18 +0000 |
commit | 60130b2d3338c03b5983048fe5405c7175dd47c4 (patch) | |
tree | a393f7e94d07fb961ea8a8e0529abd381bfa6391 /gcc/d | |
parent | c5ffab99a5a962aa955310e74ca0a4be5c1acf30 (diff) | |
download | gcc-60130b2d3338c03b5983048fe5405c7175dd47c4.zip gcc-60130b2d3338c03b5983048fe5405c7175dd47c4.tar.gz gcc-60130b2d3338c03b5983048fe5405c7175dd47c4.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/d')
-rw-r--r-- | gcc/d/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index b0a4f12..b025453 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,22 @@ +2025-04-15 Iain Buclaw <ibuclaw@gdcproject.org> + + PR d/119826 + * types.cc (TypeVisitor::visit (TypeEnum *)): Propagate flags of main + enum types to all forward-referenced variants. + +2025-04-15 Iain Buclaw <ibuclaw@gdcproject.org> + + PR d/119799 + * decl.cc (DeclVisitor::visit (VarDeclaration *)): Check front-end + type size before building the VAR_DECL. Allow C symbols to have a + size of `0'. + +2025-04-15 Iain Buclaw <ibuclaw@gdcproject.org> + + PR d/119817 + * imports.cc (ImportVisitor::visit (OverloadSet *)): Don't push + NULL_TREE to vector of import symbols. + 2025-04-12 Iain Buclaw <ibuclaw@gdcproject.org> PR d/109023 |