arith.c: Change conditional test for inclusion of arctangent().
authorSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 28 Sep 2006 19:31:37 +0000 (19:31 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 28 Sep 2006 19:31:37 +0000 (19:31 +0000)
commit48c7b142f9e32a5332f2332ecd401f199034dbc6
tree36dec650567cc39b4056c5be6dbc618241ee6e7c
parent0461b801bf19aa735ecdd2d65e70ca253d5b6fbd
arith.c: Change conditional test for inclusion of arctangent().

2006-09-28  Steven G. Kargl <kargl@gcc.gnu.org>

* arith.c: Change conditional test for inclusion of arctangent().
(gfc_check_real_range): Change conditional test for use of
mpfr_subnormalize.
* simplify.c (gfc_simplify_atan2): Fix conditional for use of
mpfr_atan2() instead of arctangent().
(gfc_simplify_exponent): Fix conditional for use of mpfr_get_exp().
  (gfc_simplify_log): Fix conditional for use of mpfr_atan2() instead
 of arctangent().
(gfc_simplify_nearest): Fix conditional for use of mpfr_nextafter().

From-SVN: r117289
gcc/fortran/ChangeLog
gcc/fortran/arith.c
gcc/fortran/simplify.c