Re: Simplify function types

2018-11-07 Thread Richard Biener
On Tue, 6 Nov 2018, Jan Hubicka wrote: > Hi, > this patch simplifies function types. For GCC it cuts number of type > duplicates to half (to about 500 duplicates). I need to analyze the > remaining ones, but i think they are mostly caused by mixing up > complete/incomplete enums and arrays of po

Simplify function types

2018-11-06 Thread Jan Hubicka
Hi, this patch simplifies function types. For GCC it cuts number of type duplicates to half (to about 500 duplicates). I need to analyze the remaining ones, but i think they are mostly caused by mixing up complete/incomplete enums and arrays of pointers that should be last necessary changes to av