-
Notifications
You must be signed in to change notification settings - Fork 18k
gccgo: Go compiled with gcc 8.3 does not start on powerpc-linux-musl #30538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Output of
Interestingly, it doesn't seem to be calling
That value of
|
Changing the definition of |
Thank you for reporting this issue @awilfox! Kindly paging @ianlancetaylor @aclements @laboger |
@awilfox Can you please paste the output of |
It's consistent on every platform. The output matches on our ppc64 and armv7 builders:
|
Change https://golang.org/cl/170863 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, this is 8.3.0:
What operating system and processor architecture are you using (
go env
)?Adélie Linux 1.0-BETA3, on 32-bit PowerPC (musl libc, big endian)
What did you do?
Built GCC 8.3 with --enable-languages=c,c++,fortran,go.
What did you expect to see?
A working Go runtime.
What did you see instead?
Notes
GCC 6.4 does not crash with that error, instead crashing further in:
The text was updated successfully, but these errors were encountered: