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/asm: "doasm: notfound" on LOOP instruction #10065

Closed
aliasaila opened this issue Mar 3, 2015 · 0 comments
Closed

cmd/asm: "doasm: notfound" on LOOP instruction #10065

aliasaila opened this issue Mar 3, 2015 · 0 comments
Milestone

Comments

@aliasaila
Copy link

The following code fails to compile on +25da594 (linux/amd64):

TEXT ·foo(SB),0,$0
    label1:
    LOOP label1
    RET
asm: doasm: notfound ft=20 tt=1 00000 (loop_amd64.s:3)  LOOP    0, 20 1
@minux minux changed the title cmd/6g: "doasm: notfound" on LOOP instruction cmd/asm: "doasm: notfound" on LOOP instruction Mar 3, 2015
@robpike robpike closed this as completed in 9a420f4 Mar 3, 2015
@mikioh mikioh added this to the Go1.5 milestone Mar 4, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
@rsc rsc unassigned robpike Jun 23, 2022
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

4 participants