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: infinite loop #13248

Closed
reusee opened this issue Nov 14, 2015 · 1 comment
Closed

cmd/compile: infinite loop #13248

reusee opened this issue Nov 14, 2015 · 1 comment
Milestone

Comments

@reusee
Copy link

reusee commented Nov 14, 2015

go version devel +1212675 Sat Nov 14 01:21:18 2015 +0000 linux/amd64

package main

func main() {
    foo(
}

@griesemer

@gopherbot
Copy link

CL https://golang.org/cl/16973 mentions this issue.

griesemer added a commit that referenced this issue Nov 17, 2015
Issue #13248 was fixed by https://go-review.googlesource.com/#/c/16930/.
This is the corresponding test case (original offending program).

Change-Id: I7c99783db74a5422704409cea7e5073094beadd3
Reviewed-on: https://go-review.googlesource.com/16973
Reviewed-by: Chris Manghane <cmang@golang.org>
@golang golang locked and limited conversation to collaborators Nov 16, 2016
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