golang / go

The Go programming language

Home Page:https://go.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gccgo: rejects valid fp literal

dvyukov opened this issue · 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.