cmd/compile: overflow in int -> string (original) (raw)

Gc rejects to compile the following program:

package a var a = string(9223372036854775808)

saying:

overflow in int -> string

go/types compile it successfully.

Compilers must agree on whether it is a valid Go program or not.

on commit af81789