https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70280
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- This seems to be some strange behavior of C FE's composite_type, I see it called with: t1 = int <T866> (char * restrict, size_t, const char * restrict, struct *) t2 = int <T22e> (char *, long unsigned int, const char *, struct *) but the result has the weirdo , void, ...) at the end. Debugging...