by rayneolivetti:
Before filing a bug, please check whether it has been fixed since the
latest release. Search the issue tracker and check that you're running the
latest version of Go:
Run "go version" and compare against
http://golang.org/doc/devel/release.html If a newer version of Go exists,
install it and retry what you did to reproduce the problem.
Thanks.
What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. Pull and compile go without specifying GOARM on Arch Linux ARM/Raspberry Pi
2. echo $GOARM
3.
What is the expected output?
6
What do you see instead?
5
Which compiler are you using (5g, 6g, 8g, gccgo)?
5g
Which operating system are you using?
Arch Linux ARM
Which version are you using? (run 'go version')
go version devel +bae765178262 Mon Feb 11 22:12:56 2013 -0500 linux/arm
Please provide any additional information below.
by rayneolivetti: