Re: Simplify types of arrays

2018-11-08 Thread Jan Hubicka
t contains array of pointers or pointer to array they are not simplified or made incomplete at the moment. simplified_type_of looks only on the pointers and references at the moment. I have patch doing that from simplified_type_of, so I can give it testing. Honza > > Richard. > > > Ho

Re: Simplify types of arrays

2018-11-08 Thread Richard Biener
enced from? Global variables? As fields in records they are already fixed up properly, right? Richard. > Honza > > * tree.c (free_lang_data_in_type): Simplify types of arrays. > Index: tree.c > =

Simplify types of arrays

2018-11-07 Thread Jan Hubicka
ed at this time? lto-bootstrapped/regtested x86_64-linux. Honza * tree.c (free_lang_data_in_type): Simplify types of arrays. Index: tree.c === --- tree.c (revision 265877) +++ tree.c (working copy) @@ -5320,6 +5