You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gotype fails for:
package p
const x = float32(340282356779733661637539395458142568447)
with:
x.go:2:19: cannot convert 340282356779733661637539395458142568447 (untyped int constant)
to float32
Once this is fixed, we can re-enable float_lit2.go in the StdTest tests.
See also issue #8065.