https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89598
David Malcolm <dmalcolm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Last reconfirmed| |2019-03-05 Resolution|FIXED |--- Ever confirmed|0 |1 --- Comment #3 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Sadly no, I still get: ../../../src/gcc/go/gofrontend/expressions.cc: In member function ‘unsigned int Numeric_constant::hash(unsigned int) const’: ../../../src/gcc/go/gofrontend/expressions.cc:17295:51: error: ‘MPFR_RNDN’ was not declared in this scope; did you mean ‘GMP_RNDN’? 17295 | f = mpfr_get_d_2exp(&e, this->u_.float_val, MPFR_RNDN) * 4294967295.0; | ^~~~~~~~~ | GMP_RNDN I *think* that's the only remaining one.