Re: Go patch committed: Initialize void_list_node earlier

2012-01-12 Thread Richard Guenther
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

Go patch committed: Initialize void_list_node earlier

2012-01-11 Thread Ian Lance Taylor
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