diff options
author | Jan Hubicka <jh@suse.cz> | 2018-11-06 12:36:21 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2018-11-06 11:36:21 +0000 |
commit | d8c9d98687e0b49bde2898da7e195cbc49bb4ce6 (patch) | |
tree | 89b8a8007ca1b65920fe6e47f2a3418588ea8253 /gcc/tree.c | |
parent | aaabfd71e3992dfeef69ef8954d60a5f66e1bc39 (diff) | |
download | gcc-d8c9d98687e0b49bde2898da7e195cbc49bb4ce6.zip gcc-d8c9d98687e0b49bde2898da7e195cbc49bb4ce6.tar.gz gcc-d8c9d98687e0b49bde2898da7e195cbc49bb4ce6.tar.bz2 |
* tree.c (fld_simplified_type_of): Clear TYPELESS_STORAGE flag.
From-SVN: r265838
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5173,6 +5173,7 @@ fld_incomplete_type_of (tree t, struct free_lang_data_d *fld) SET_TYPE_ALIGN (copy, BITS_PER_UNIT); TYPE_SIZE_UNIT (copy) = NULL; TYPE_CANONICAL (copy) = TYPE_CANONICAL (t); + TYPE_TYPELESS_STORAGE (copy) = 0; if (AGGREGATE_TYPE_P (t)) { TYPE_FIELDS (copy) = NULL; |