Closed
Description
gc accepts the p-notation for floating point numbers: mantissa "p" exponent such as 12p-2, etc. http://play.golang.org/p/xOixorUxUD The spec doesn't mention them. gccgo and go/types don't support them. a) we should either disallow them, or b) we should support them with consistent syntax and document them.