aboutsummaryrefslogtreecommitdiff
path: root/gcc/d
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-02-04 00:16:59 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-02-04 00:16:59 +0000
commit435bed3f028b21ccc2242c7ee8612d95f07b30dc (patch)
tree57082a8b2edadc4b153d6f59d81e75e94fe1c6b3 /gcc/d
parentfa96099957c1cdcf73cb8c83e4f694a38a3d8530 (diff)
downloadgcc-435bed3f028b21ccc2242c7ee8612d95f07b30dc.zip
gcc-435bed3f028b21ccc2242c7ee8612d95f07b30dc.tar.gz
gcc-435bed3f028b21ccc2242c7ee8612d95f07b30dc.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/d')
-rw-r--r--gcc/d/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 1b5db29..04bac02 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,34 @@
+2024-02-03 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * dmd/MERGE: Merge upstream dmd e770945277.
+ * Make-lang.in (D_FRONTEND_OBJS): Add d/basicmangle.o, d/enumsem.o,
+ d/funcsem.o, d/templatesem.o.
+ * d-builtins.cc (build_frontend_type): Update for new front-end
+ interface.
+ * d-codegen.cc (declaration_type): Likewise.
+ (parameter_type): Likewise.
+ * d-incpath.cc (add_globalpaths): Likewise.
+ (add_filepaths): Likewise.
+ (add_import_paths): Likewise.
+ * d-lang.cc (d_init_options): Likewise.
+ (d_handle_option): Likewise.
+ (d_parse_file): Likewise.
+ * decl.cc (DeclVisitor::finish_vtable): Likewise.
+ (DeclVisitor::visit (FuncDeclaration *)): Likewise.
+ (get_symbol_decl): Likewise.
+ * expr.cc (ExprVisitor::visit (StringExp *)): Likewise.
+ Implement support for 8-byte hexadecimal strings.
+ * typeinfo.cc (create_tinfo_types): Update internal TypeInfo
+ representation.
+ (TypeInfoVisitor::visit (TypeInfoConstDeclaration *)): Update for new
+ front-end interface.
+ (TypeInfoVisitor::visit (TypeInfoInvariantDeclaration *)): Likewise.
+ (TypeInfoVisitor::visit (TypeInfoSharedDeclaration *)): Likewise.
+ (TypeInfoVisitor::visit (TypeInfoWildDeclaration *)): Likewise.
+ (TypeInfoVisitor::visit (TypeInfoClassDeclaration *)): Move data for
+ TypeInfo_Class.nameSig to the end of the object.
+ (create_typeinfo): Update for new front-end interface.
+
2024-02-02 Iain Buclaw <ibuclaw@gdcproject.org>
* dmd/MERGE: Merge upstream dmd bce5c1f7b5.