Go frontend: ensure mpfr exponent range is large enough for Go
authorIan Lance Taylor <iant@golang.org>
Tue, 22 Dec 2020 00:17:23 +0000 (16:17 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 22 Dec 2020 00:18:02 +0000 (16:18 -0800)
commit03ea48ff27fd40b04b148f7006a02513a887ad0d
tree826967960387c901560432d71b56586654671f97
parent1a5e728a544e216fc222f61bcc602b0aadd56eb9
Go frontend: ensure mpfr exponent range is large enough for Go

PR go/98402
* go-lang.c (go_langhook_init): Force MPFR exponent range to be
large enough to support Go constants.
gcc/go/go-lang.c