Robert Griesemer
|
7b7f85534c
|
test/fixedbugs: update overly restrictive test case
See discussion in https://go-review.googlesource.com/14830 .
Change-Id: I94f25f92b8cdaa509d2c335865a645228425804d
Reviewed-on: https://go-review.googlesource.com/14837
Reviewed-by: Ian Lance Taylor <iant@golang.org>
|
2015-09-22 17:54:01 +00:00 |
|
Robert Griesemer
|
c396c047c6
|
src/cmd/compile/internal/gc: remove now unnecessary restriction on float exponent parsing
https://go-review.googlesource.com/#/c/13778/ fixed this issue in math/big.
Remove restriction in compiler.
Fixes #11326.
Change-Id: I1429d0dd0d79431706c65616413373fff58f081e
Reviewed-on: https://go-review.googlesource.com/14830
Reviewed-by: Rob Pike <r@golang.org>
|
2015-09-22 00:22:49 +00:00 |
|
Russ Cox
|
1122836b5f
|
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>
|
2015-06-29 21:18:01 +00:00 |
|