http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56320
Bug #: 56320 Summary: Several libgo tests FAIL on 64-bit Solaris/x86 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go AssignedTo: i...@airs.com ReportedBy: r...@gcc.gnu.org Host: i386-pc-solaris2.1[01] Target: i386-pc-solaris2.1[01] Build: i386-pc-solaris2.1[01] With syscall fixed, only 3 libgo testsuite failures remain on 64-bit Solarix/x86: Running target unix/-m64 FAIL: os FAIL: net/http FAIL: net/http/cgi Running the os test manually gives p=0xfffffd7fedfdf000 fatal error: runtime_lfstackpush: invalid pointer goroutine 1 [running]: :0 :0 :0 :0 :0 :0 :0 :0 :0 :0 main.main /var/gcc/regression/trunk/10-gcc/build/i386-pc-solaris2.10/amd64/libgo/gotest2372/test/_testmain.go:71 :0 :0 :0 The two others show different errors in libgo.log, but running them manually shows the same issue with runtime_lfstackpush, so all three may be related. I suppose it's best to first fix the os test and only look at the others in more detail if they prove unrelated. Rainer