You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. go tool 8g -S a.go
2.
3.
What is the expected output?
The assembly listing of specified file.
What do you see instead?
Several lines of assembler output and then:
a.go:1: internal compiler error: fault
Which compiler are you using (5g, 6g, 8g, gccgo)?
8g
Which operating system are you using?
Windows 7 64-bit
Which version are you using? (run 'go version')
go version devel +3a08deffa322 Tue Jan 21 13:06:57 2014 +0400 windows/386
Please provide any additional information below.