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?
http://play.golang.org/p/YP1-YXKDXd
What is the expected output?
label:
mask := uint64(1)<<c - 1 // Allocation mask
used := atomic.LoadUint64(&h.used) // Current allocations
...
What do you see instead?
label:
mask := uint64(1)<<c - 1 // Allocation mask
used := atomic.LoadUint64(&h.used) // Current allocations
...
Which compiler are you using (5g, 6g, 8g, gccgo)?
6g
Which operating system are you using?
Windows
Which version are you using? (run 'go version')
go version go1.1 windows/amd64