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: inline marker targets not reachable after assembly on arm [1.14 backport] #40797

Closed
gopherbot opened this issue Aug 14, 2020 · 3 comments
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Milestone

Comments

@gopherbot
Copy link

@mundaym requested issue #40796 to be considered for backport to the next 1.14 minor release.

@gopherbot Please open backport issues.

This bug can cause tracebacks to hang. There is no workaround. The fix for this issue will need to be backported before the test added in CL 247697 can be backported.

@gopherbot gopherbot added the CherryPickCandidate Used during the release process for point releases label Aug 14, 2020
@gopherbot gopherbot added this to the Go1.14.8 milestone Aug 14, 2020
@gopherbot
Copy link
Author

Change https://golang.org/cl/249443 mentions this issue: cmd/internal/obj: stop removing NOPs from instruction stream

@dmitshur dmitshur modified the milestones: Go1.14.8, Go1.14.9 Sep 1, 2020
@dmitshur dmitshur added CherryPickApproved Used during the release process for point releases and removed CherryPickCandidate Used during the release process for point releases labels Sep 2, 2020
@dmitshur
Copy link
Contributor

dmitshur commented Sep 2, 2020

Approving per discussion in a release meeting. This backport applies to both 1.15 (#40798) and 1.14 (this issue).

@gopherbot
Copy link
Author

Closed by merging dd953de to release-branch.go1.14.

gopherbot pushed a commit that referenced this issue Sep 3, 2020
…truction stream

This has already been done for s390x, ppc64. This CL is for
all the other architectures.

Fixes #40797

Change-Id: Idd1816e057df63022d47e99fa06617811d8c8489
Reviewed-on: https://go-review.googlesource.com/c/go/+/248684
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
(cherry picked from commit 46ca7b5)
Reviewed-on: https://go-review.googlesource.com/c/go/+/249443
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
@golang golang locked and limited conversation to collaborators Sep 3, 2021
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

2 participants