-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: internal error: type recorded as live on entry #15176
Comments
Reproduces for me:
|
Closer to root cause, in ssa.go I added this test and it fired:
|
Bad code inserted by racewalk, not sure of the details, but the error (access to uninitialized autotmp) appears after racewalk. |
Possible duplicate of #15091. |
Is duplicate, and #15091 has a nice test case. |
FYI, 15091 is fixed now, so this one should also be fixed. Not sure I did this the proper github way, but figured you'd like to know. |
Thanks, I guess I would have known either way -- as I just watched the red tests go green on all Go versions. Thanks! |
Please answer these questions before submitting your issue. Thanks!
go version
)?Go tip.
go env
)?OS X and Linux on Travis
Build Hugo (https://github.com/spf13/hugo).
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
See https://travis-ci.org/spf13/hugo/builds/121437210
All green.
Build fails on Go tip, both OS X and Linux.
I tried to see if this is a duplicate of an already reported issue, but it's hard to tell.
There is a test failure that I haven't looked into, but then there are these build failures:
Not sure when these failures started to happen ...
The text was updated successfully, but these errors were encountered: