golang/go

gccgo: rejects valid fp literal

dvyukov opened this issue · 3 comments

gccgo fails to compile the following program:

package a
var f=09e1
go.go:2:8: error: expected ‘;’ or newline after top level declaration

gcc version 6.0.0 2015070 (experimental) (GCC)

CL https://golang.org/cl/13791 mentions this issue.