d: Fix assignment to anonymous union member corrupts sibling members in struct
[platform/upstream/gcc.git] / gcc / d / ChangeLog
1 2020-03-16  Iain Buclaw  <ibuclaw@gdcproject.org>
2
3         PR d/92309
4         * types.cc (fixup_anonymous_offset): Don't set DECL_FIELD_OFFSET on
5         anonymous fields.
6
7 2020-03-16  Iain Buclaw  <ibuclaw@gdcproject.org>
8
9         PR d/92216
10         * decl.cc (make_thunk): Don't set TREE_PUBLIC on thunks if the target
11         function is external to the current compilation.
12
13 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
14
15         Update copyright years.
16
17         * gdc.texi: Bump @copyrights-d year.
18 \f
19 Copyright (C) 2020 Free Software Foundation, Inc.
20
21 Copying and distribution of this file, with or without modification,
22 are permitted in any medium without royalty provided the copyright
23 notice and this notice are preserved.