[Bug fortran/52413] Incorrect behavior of FRACTION when applied to a constant
fxcoudert at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Jun 23 12:30:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52413
--- Comment #7 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
I forgot in the last comment to say: handling of sign for non-zero cases, in
old MPFR versions, is done by this line which was missing in the existing code:
+ mpfr_copysign (result->value.real, result->value.real,
+ x->value.real, GFC_RND_MODE);
More information about the Gcc-bugs
mailing list