We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@heschik requested issue #27278 to be considered for backport to the next 1.11 minor release.
@gopherbot please backport this fix for a serious compiler bug to 1.11.
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/134615 mentions this issue: [release-branch.go1.11] cmd/compile: count nil check as use in dead auto elim
[release-branch.go1.11] cmd/compile: count nil check as use in dead auto elim
Sorry, something went wrong.
Closed by merging 5a25f45 to release-branch.go1.11.
[release-branch.go1.11] cmd/compile: count nil check as use in dead a…
5a25f45
…uto elim Nil check is special in that it has no use but we must keep it. Count it as a use of the auto. Fixes #27342. Change-Id: I857c3d0db2ebdca1bc342b4993c0dac5c01e067f Reviewed-on: https://go-review.googlesource.com/131955 Run-TryBot: Cherry Zhang <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Keith Randall <[email protected]> (cherry picked from commit 54f9c04) Reviewed-on: https://go-review.googlesource.com/134615 Run-TryBot: Andrew Bonventre <[email protected]> Reviewed-by: Cherry Zhang <[email protected]>
No branches or pull requests
@heschik requested issue #27278 to be considered for backport to the next 1.11 minor release.
The text was updated successfully, but these errors were encountered: