aboutsummaryrefslogtreecommitdiff
path: root/gcc/d
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-02-03 00:18:26 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-02-03 00:18:26 +0000
commit4b7d4d8a4af7e37cf510eaa5c705f61fefd31f2c (patch)
tree9abbc97e827026a3dfb8850f1aa9eede19a31cfa /gcc/d
parent686b5eb9c9ee623a604dde5c49fa11c23f384c62 (diff)
downloadgcc-4b7d4d8a4af7e37cf510eaa5c705f61fefd31f2c.zip
gcc-4b7d4d8a4af7e37cf510eaa5c705f61fefd31f2c.tar.gz
gcc-4b7d4d8a4af7e37cf510eaa5c705f61fefd31f2c.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/d')
-rw-r--r--gcc/d/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 0741a35..1b5db29 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,39 @@
+2024-02-02 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * dmd/MERGE: Merge upstream dmd bce5c1f7b5.
+ * d-attribs.cc (build_attributes): Update for new front-end interface.
+ * d-lang.cc (d_parse_file): Likewise.
+ * decl.cc (DeclVisitor::visit (VarDeclaration *)): Likewise.
+ * expr.cc (build_lambda_tree): New function.
+ (ExprVisitor::visit (FuncExp *)): Use build_lambda_tree.
+ (ExprVisitor::visit (SymOffExp *)): Likewise.
+ (ExprVisitor::visit (VarExp *)): Likewise.
+ * typeinfo.cc (create_tinfo_types): Add two ulong fields to internal
+ TypeInfo representation.
+ (TypeInfoVisitor::visit (TypeInfoClassDeclaration *)): Emit stub data
+ for TypeInfo_Class.nameSig.
+ (TypeInfoVisitor::visit (TypeInfoStructDeclaration *)): Update for new
+ front-end interface.
+
+2024-02-02 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * dmd/MERGE: Merge upstream dmd d8e3976a58.
+ * dmd/VERSION: Bump version to v2.107.0-beta.1.
+ * d-lang.cc (d_parse_file): Update for new front-end interface.
+ * modules.cc (struct module_info): Add standalonectors.
+ (build_module_tree): Implement @standalone.
+ (register_module_decl): Likewise.
+
+2024-02-02 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * dmd/MERGE: Merge upstream dmd f1a045928e.
+ * dmd/VERSION: Bump version to v2.106.1-rc.1.
+ * gdc.texi (fignore-unknown-pragmas): Update documentation.
+ * d-builtins.cc (covariant_with_builtin_type_p): Update for new
+ front-end interface.
+ * d-lang.cc (d_parse_file): Likewise.
+ * typeinfo.cc (make_frontend_typeinfo): Likewise.
+
2024-01-04 David Malcolm <dmalcolm@redhat.com>
* lang.opt.urls: New file, autogenerated by