mirror of
https://github.com/golang/go.git
synced 2025-05-28 02:41:30 +00:00
The old code worked with gc, I assume because the linker unified identical strings, but it failed with gccgo. R=rsc CC=gobot, golang-dev https://golang.org/cl/6826063