[Bug go/65404] cgo tool on powerpc-linux-gnu maybe incomplete

ian at airs dot com gcc-bugzilla@gcc.gnu.org
Thu Mar 12 16:02:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65404

--- Comment #1 from Ian Lance Taylor <ian at airs dot com> ---
There is nothing in the cgo tool which would cause this error.

When the command runs "go", which go tool is actually running?  The difference
may be that on platforms other than powerpc-linux-gnu it is running the go tool
from the gc compiler, but on powerpc-linux-gnu it is running the go tool from
the gccgo compiler.  This could potentially happen because the gc compiler does
not support 32-bit powerpc.



More information about the Gcc-bugs mailing list