compiler: cleanups permitted by GCC requirement of MPFR 3.1.0
authorIan Lance Taylor <iant@golang.org>
Fri, 24 Jan 2020 20:39:23 +0000 (12:39 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 27 Jan 2020 20:29:01 +0000 (12:29 -0800)
commit2f195832a12ff4fb54d723f32019d4175db1b5da
treec5266466cdf13fcad7287cf945797c2a9599bf20
parent8f25c39c454d7d3d323edf014a653649946352bd
compiler: cleanups permitted by GCC requirement of MPFR 3.1.0

For MPFR functions, change from GMP_RND* to MPFR_RND*.
Also change mp_exp_t to mpfr_expt_t.

Fixes PR go/92463

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/216417
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/lex.cc
gcc/go/gofrontend/parse.cc