Re: Go patch committed: Don't call cgraph_mark_needed_node

2012-04-20 Thread Jan Hubicka
> Honza removed the function cgraph_mark_needed_node from mainline. The > Go frontend called it, but that call was left over from days long ago > when package initialization was run as a global constructor. Package > initialization is now done by a direct call from the main function > (found in l

Go patch committed: Don't call cgraph_mark_needed_node

2012-04-20 Thread Ian Lance Taylor
Honza removed the function cgraph_mark_needed_node from mainline. The Go frontend called it, but that call was left over from days long ago when package initialization was run as a global constructor. Package initialization is now done by a direct call from the main function (found in libgo/runti