Closed as not planned
Description
1. What is a short input program that triggers the error? package test type Foo interface { Bar() *interface{Foo} Baz() *interface{Foo} Bug() *interface{Foo} } 2. What is the full compiler output? It seems to exhaust system memory before outputting anything. Once I was able to get it to output Compile error: /Users/lcampbell/Projects/asset-tracker/app/mobi.ironclad/aec/interfaces.go:34: internal compiler error: missing PTR64 case during export 2011/06/02 20:10:26 go-app-builder: Failed building app: 6g exited with status 1 But I am unable to reproduce it effectively. 3. What version of the compiler are you using? (Run it with the -V flag.) $ 6g -V 6g version release.r57.1 8294 $ uname -a Darwin fffffuuuuuuuuuuuu 10.7.0 Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386 i386