]> git.ipfire.org Git - thirdparty/gcc.git/commit
* gcc-interface/decl.c (components_to_record): Remove obsolete kludge.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Nov 2018 15:19:20 +0000 (15:19 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Nov 2018 15:19:20 +0000 (15:19 +0000)
commit66ca58a06065919da01c62c11ac226064855d7ac
tree482495e0d36bb75f4d01e476d891266a00a62810
parente926b156c79af1ab9d71c30a6188ca06d2fa934a
* gcc-interface/decl.c (components_to_record): Remove obsolete kludge.
* gcc-interface/utils.c (make_packable_type): Set TYPE_PACKED on the
new type but do not take into account the setting on the old type for
the new fields.  Rename a local variable.
(finish_record_type): Clear DECL_BIT_FIELD_TYPE on a variant part at
offset 0, if any.
(create_field_decl): Tweak comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265917 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/gcc-interface/decl.c
gcc/ada/gcc-interface/utils.c