d: Fix typo in ChangeLog for last change
[platform/upstream/gcc.git] / gcc / d / ChangeLog
1 2020-03-21  Iain Buclaw  <ibuclaw@gdcproject.org>
2
3         PR d/94240
4         * typeinfo.cc (class TypeInfoVisitor): Replace type_ field with decl_.
5         (TypeInfoVisitor::TypeInfoVisitor): Set decl_.
6         (TypeInfoVisitor::result): Update.
7         (TypeInfoVisitor::internal_reference): New function.
8         (TypeInfoVisitor::layout_string): Use internal_reference.
9         (TypeInfoVisitor::visit (TypeInfoTupleDeclaration *)): Likewise.
10         (layout_typeinfo): Construct TypeInfoVisitor with typeinfo decl.
11         (layout_classinfo): Likewise.
12
13 2020-03-20  Iain Buclaw  <ibuclaw@gdcproject.org>
14
15         PR lto/91027
16         * d-tree.h (struct GTY): Add daggregate field.
17         (IDENTIFIER_DAGGREGATE): Define.
18         (d_mangle_decl): Add declaration.
19         * decl.cc (mangle_decl): Remove static linkage, rename to...
20         (d_mangle_decl): ...this, update all callers.
21         * types.cc (merge_aggregate_types): New function.
22         (TypeVisitor::visit (TypeStruct *)): Call merge_aggregate_types, set
23         IDENTIFIER_DAGGREGATE and TYPE_CXX_ODR_P.
24         (TypeVisitor::visit (TypeClass *)): Likewise.
25
26 2020-03-18  Jakub Jelinek  <jakub@redhat.com>
27
28         * expr.cc (ExprVisitor::visit (CatAssignExp *)): Fix up duplicated
29         word issue in a comment.
30         * d-target.cc (Target::FPTypeProperties<T>::max): Likewise.
31
32 2020-03-16  Iain Buclaw  <ibuclaw@gdcproject.org>
33
34         PR d/92309
35         * types.cc (fixup_anonymous_offset): Don't set DECL_FIELD_OFFSET on
36         anonymous fields.
37
38 2020-03-16  Iain Buclaw  <ibuclaw@gdcproject.org>
39
40         PR d/92216
41         * decl.cc (make_thunk): Don't set TREE_PUBLIC on thunks if the target
42         function is external to the current compilation.
43
44 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
45
46         Update copyright years.
47
48         * gdc.texi: Bump @copyrights-d year.
49 \f
50 Copyright (C) 2020 Free Software Foundation, Inc.
51
52 Copying and distribution of this file, with or without modification,
53 are permitted in any medium without royalty provided the copyright
54 notice and this notice are preserved.