https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99990
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org CC| |jakub at gcc dot gnu.org Status|WAITING |ASSIGNED --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- I can reproduce it. The problem seems to be that when handling the void *b[] = 0; error something overwrites TREE_TYPE (error_mark_node) to some other type.