[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247923
ian at airs dot com
gcc-bugzilla@gcc.gnu.org
Wed May 24 22:07:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803
--- Comment #12 from Ian Lance Taylor <ian at airs dot com> ---
A global variable that can not be statically initialized would be initialized
by a function named "net..import", invoked before the Go main function starts.
Since the net.IPv4 function is trivial, it is probably being inlined into
net..import.
More information about the Gcc-bugs
mailing list