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: spurious error for recursive anonymous interface type #6601

Open
adonovan opened this issue Oct 16, 2013 · 4 comments
Open

cmd/compile: spurious error for recursive anonymous interface type #6601

adonovan opened this issue Oct 16, 2013 · 4 comments
Milestone

Comments

@adonovan
Copy link
Member

http://play.golang.org/p/SV4pqRxk2g

This program can't be linked because the compiler generates a very long symbol for an
anonymous interface type with an infinite unrolling.
@griesemer
Copy link
Contributor

Comment 1:

This is related to issue #1909 and issue #6589.

Labels changed: added compilerbug.

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 3:

Labels changed: added go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 4:

Labels changed: added release-none, removed go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 5:

Labels changed: added repo-main.

@rsc rsc removed the compiler-bug label Apr 10, 2015
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc rsc changed the title cmd/gc: spurious error for recursive anonymous interface type cmd/compile: spurious error for recursive anonymous interface type Jun 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants