Skip to content
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

cmd/compile: 33909 breaks build on s390x #28990

Closed
billotosyr opened this issue Nov 28, 2018 · 3 comments
Closed

cmd/compile: 33909 breaks build on s390x #28990

billotosyr opened this issue Nov 28, 2018 · 3 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Milestone

Comments

@billotosyr
Copy link

What version of Go are you using (go version)?

$ go version 1.12 master tip

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

build bot

go env Output
$ go env
GOARCH="s390x"
GOBIN=""
GOEXE=""
GOHOSTARCH="s390x"
GOHOSTOS="linux"
GOOS="linux"
GOPATH=""
GORACE=""
GOROOT="/data/golang/go"
GOTOOLDIR="/data/golang/go/pkg/tool/linux_s390x"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -march=z196 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build874631313=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"

What did you do?

looked at the build page

What did you expect to see?

successful build

What did you see instead?

broken build

https://build.golang.org/log/74215d2fbf0b19a020c16db9f7d52f4cf2869177

issue22200b.go:11: missing error "stack frame too large"
issue22200b.go:17: missing error "stack frame too large"
issue22200b.go:23: missing error "stack frame too large"
Unmatched Errors:
issue22200b.go:13: internal compiler error: 'f3': bad int32 AuxInt value for v30

@billotosyr billotosyr changed the title 33909 breaks build on s390x cmd/compile: 33909 breaks build on s390x Nov 28, 2018
@billotosyr
Copy link
Author

@mundaym

@bradfitz bradfitz added NeedsFix The path to resolution is known, but the work has not been done. release-blocker labels Nov 28, 2018
@bradfitz bradfitz added this to the Go1.12 milestone Nov 28, 2018
@randall77
Copy link
Contributor

Fixed with CL 151597

@billotosyr
Copy link
Author

Thank you!

@golang golang locked and limited conversation to collaborators Nov 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Projects
None yet
Development

No branches or pull requests

4 participants