golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.84k stars 17.51k forks source link

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

Open adonovan opened 10 years ago

adonovan commented 10 years ago
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 commented 10 years ago

Comment 1:

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

Labels changed: added compilerbug.

rsc commented 10 years ago

Comment 3:

Labels changed: added go1.3maybe.

rsc commented 10 years ago

Comment 4:

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

rsc commented 10 years ago

Comment 5:

Labels changed: added repo-main.