http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48174
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-18 08:18:23 UTC --- No, I can reproduce it even with current trunk. It is a FE bug, TYPE_ARG_TYPES on the function which has no arguments (as opposed to variable number of arguments or unknown) should be void_list_node rather than NULL.