Comment 1 for bug 1250253

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

The attached file seems to isolate the difference. It seems (*runtime.Func).Name is rather different with gccgo and without:

$ go run funcname.go
launchpad.net/gocheck.Suite
launchpad.net/gocheck.(*CheckerInfo).Info
$ go run -compiler gccgo funcname.go
launchpad.net_gocheck.Suite
main.$thunk0