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: bug in string comparison [1.9 backport] #24934

Closed
josharian opened this issue Apr 18, 2018 · 1 comment
Closed

cmd/compile: bug in string comparison [1.9 backport] #24934

josharian opened this issue Apr 18, 2018 · 1 comment
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Milestone

Comments

@josharian
Copy link
Contributor

Original issue: #24817. It should be backported because the generated code is incorrect.

@josharian josharian added the CherryPickCandidate Used during the release process for point releases label Apr 18, 2018
@josharian josharian added this to the Go1.9.6 milestone Apr 18, 2018
@bradfitz bradfitz added the CherryPickApproved Used during the release process for point releases label Apr 19, 2018
@gopherbot gopherbot removed the CherryPickCandidate Used during the release process for point releases label Apr 23, 2018
@gopherbot
Copy link

Change https://golang.org/cl/108943 mentions this issue: [release-branch.go1.9] cmd/compile: fix evaluation of "" < s

gopherbot pushed a commit that referenced this issue Apr 27, 2018
Fixes #24934

Change-Id: Ifa79ab3dfe69297eeef85f7193cd5f85e5982bc5
Reviewed-on: https://go-review.googlesource.com/106655
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-on: https://go-review.googlesource.com/108943
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
@golang golang locked and limited conversation to collaborators Apr 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

4 participants