Daily bump.
[official-gcc.git] / gcc / d / ChangeLog
blob1b5db298bfd7233dd3231bff1084b0d9d0be59fe
1 2024-02-02  Iain Buclaw  <ibuclaw@gdcproject.org>
3         * dmd/MERGE: Merge upstream dmd bce5c1f7b5.
4         * d-attribs.cc (build_attributes): Update for new front-end interface.
5         * d-lang.cc (d_parse_file): Likewise.
6         * decl.cc (DeclVisitor::visit (VarDeclaration *)): Likewise.
7         * expr.cc (build_lambda_tree): New function.
8         (ExprVisitor::visit (FuncExp *)): Use build_lambda_tree.
9         (ExprVisitor::visit (SymOffExp *)): Likewise.
10         (ExprVisitor::visit (VarExp *)): Likewise.
11         * typeinfo.cc (create_tinfo_types): Add two ulong fields to internal
12         TypeInfo representation.
13         (TypeInfoVisitor::visit (TypeInfoClassDeclaration *)): Emit stub data
14         for TypeInfo_Class.nameSig.
15         (TypeInfoVisitor::visit (TypeInfoStructDeclaration *)): Update for new
16         front-end interface.
18 2024-02-02  Iain Buclaw  <ibuclaw@gdcproject.org>
20         * dmd/MERGE: Merge upstream dmd d8e3976a58.
21         * dmd/VERSION: Bump version to v2.107.0-beta.1.
22         * d-lang.cc (d_parse_file): Update for new front-end interface.
23         * modules.cc (struct module_info): Add standalonectors.
24         (build_module_tree): Implement @standalone.
25         (register_module_decl): Likewise.
27 2024-02-02  Iain Buclaw  <ibuclaw@gdcproject.org>
29         * dmd/MERGE: Merge upstream dmd f1a045928e.
30         * dmd/VERSION: Bump version to v2.106.1-rc.1.
31         * gdc.texi (fignore-unknown-pragmas): Update documentation.
32         * d-builtins.cc (covariant_with_builtin_type_p): Update for new
33         front-end interface.
34         * d-lang.cc (d_parse_file): Likewise.
35         * typeinfo.cc (make_frontend_typeinfo): Likewise.
37 2024-01-04  David Malcolm  <dmalcolm@redhat.com>
39         * lang.opt.urls: New file, autogenerated by
40         regenerate-opt-urls.py.
42 2024-01-03  Jakub Jelinek  <jakub@redhat.com>
44         * gdc.texi: Bump @copyrights-d year.
47 Copyright (C) 2024 Free Software Foundation, Inc.
49 Copying and distribution of this file, with or without modification,
50 are permitted in any medium without royalty provided the copyright
51 notice and this notice are preserved.