]> git.ipfire.org Git - thirdparty/gcc.git/commit
Bump minimum MPFR version to 3.1.0
authorJanne Blomqvist <jb@gcc.gnu.org>
Mon, 11 Nov 2019 15:59:48 +0000 (17:59 +0200)
committerJanne Blomqvist <jb@gcc.gnu.org>
Mon, 11 Nov 2019 15:59:48 +0000 (17:59 +0200)
commit8be34204decbb1bd751bee05394be5c995831503
tree14e0d7c76e0a849340fee0e636f65740e96ff3d4
parent5fcb3f62fc2467e5049030da56ff5f76af9a03a7
Bump minimum MPFR version to 3.1.0

Bump the minimum MPFR version to 3.1.0, released 2011-10-03. With this
requirement one can still build GCC with the operating system provided
MPFR on old but still supported operating systems like SLES 12 (MPFR
3.1.2) or RHEL/CentOS 7.x (MPFR 3.1.1).

This allows removing some code in the Fortran frontend, as well as
fixing PR 91828.

ChangeLog:

2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/91828
* configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
* configure: Regenerated.

gcc/ChangeLog:

2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/91828
* doc/install.texi: Document that the minimum MPFR version is
3.1.0.

gcc/fortran/ChangeLog:

2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/91828
* simplify.c (gfc_simplify_fraction): Remove fallback path for
MPFR < 3.1.0.

From-SVN: r278058
ChangeLog
configure
configure.ac
gcc/ChangeLog
gcc/doc/install.texi
gcc/fortran/ChangeLog
gcc/fortran/simplify.c