summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug195.go
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+2
2010-02-16gc: undo attempt at fixing recursive interface embeddingRuss Cox1-2/+2
Fixes issue 582. Update issue 287 Status: Accepted Bug fix was too intrusive; undo and reopen issue. R=ken2 CC=golang-dev http://codereview.appspot.com/209044
2010-02-01gc: bug250, bug251 - recursive interface typesRuss Cox1-2/+2
Fixes issue 287. R=ken2 CC=golang-dev http://codereview.appspot.com/199057
2009-08-21more interface embedding testsRuss Cox1-0/+15
6g's error for I4 is not quite accurate (it calls I4 a non-interface) but also not a crash or infinite loop. R=iant DELTA=15 (15 added, 0 deleted, 0 changed) OCL=33701 CL=33709
2009-08-21fix bug195Russ Cox1-0/+12
R=ken OCL=33700 CL=33700