On Thu, Jan 12, 2012 at 2:35 AM, Ian Lance Taylor wrote:
> I noticed that the function decls for builtin functions were all being
> marked as varargs. This perplexing problem turned out to be due to
> void_list_node not being initialized when the builtin functions were
> declared. Why the fronte
I noticed that the function decls for builtin functions were all being
marked as varargs. This perplexing problem turned out to be due to
void_list_node not being initialized when the builtin functions were
declared. Why the frontend needs to initialize void_list_node is beyond
me, but I'm not go