]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: reject large floating point exponents without math/big
authorRuss Cox <rsc@golang.org>
Mon, 29 Jun 2015 03:25:38 +0000 (23:25 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 29 Jun 2015 21:18:01 +0000 (21:18 +0000)
commit1122836b5f07bc9d76ec8667bab34f97e48a75e5
tree4e8ccb426de34ab75ed34e9b2aeb90e26b7f3773
parent643ef15b1640d3b1b3a3e020fe28a74f70d95637
cmd/compile: reject large floating point exponents without math/big

For #11326 (but not a fix).

Change-Id: Ic51814f5cd7357427c3fd990a5522775d05e7987
Reviewed-on: https://go-review.googlesource.com/11673
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/compile/internal/gc/mparith3.go
src/go/types/stdlib_test.go
test/fixedbugs/issue11326.go [new file with mode: 0644]
test/fixedbugs/issue11326b.go [new file with mode: 0644]