gccgo: bogus index out of bounds (original) (raw)
gccgo rejects to compile the following program:
package a var a = ""[:]
go.go:2:11: error: string index out of bounds
gcc version 6.0.0 2015070 (experimental) (GCC)
gccgo rejects to compile the following program:
package a var a = ""[:]
go.go:2:11: error: string index out of bounds
gcc version 6.0.0 2015070 (experimental) (GCC)