We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go tool compile hangs in karatsuba compiling the following program:
go tool compile
package a var e = 1<<1p10000000<<3
Can we just break off hex exponents (p)? They are not supported by go/types-based frontends and so are non-portable.
go version devel +514014c Thu Jun 18 15:54:35 2015 +0200 linux/amd64