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: invalid instructions #15053

Closed
brtzsnr opened this issue Mar 31, 2016 · 2 comments
Closed

cmd/compile: invalid instructions #15053

brtzsnr opened this issue Mar 31, 2016 · 2 comments

Comments

@brtzsnr
Copy link
Contributor

brtzsnr commented Mar 31, 2016

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?
    go version devel +e775b8d Thu Mar 31 18:41:30 2016 +0000 linux/amd64
    See https://go-review.googlesource.com/#/c/21373/
  2. What operating system and processor architecture are you using (go env)?
    linux amd64
  3. What did you do?
    Patch: https://go-review.googlesource.com/#/c/21373/. Just run ./make.bash
  4. What did you expect to see?
    To compile
  5. What did you see instead?
/home/alexandru/go/src/runtime/write_err.go:14: invalid instruction: 00028 (/home/alexandru/go/src/runtime/select.go:239)       LEAQ    "".sel+32(FP)(SP*1), AX
/home/alexandru/go/src/runtime/write_err.go:14: invalid instruction: 00030 (/home/alexandru/go/src/runtime/select.go:239)       MOVB    $1, "".sel+32(FP)(SP*1)
@brtzsnr
Copy link
Contributor Author

brtzsnr commented Mar 31, 2016

@randall77

@gopherbot
Copy link

CL https://golang.org/cl/21384 mentions this issue.

@golang golang locked and limited conversation to collaborators Apr 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants