------- Additional Comments From tobi at gcc dot gnu dot org 2004-10-21 22:33 ------- This is an issue in mpfr, and is fixed by a newer libmpfr. I didn't find anything pertaining to this in mpfr's ChangeLog's, but the failure disappeared after installing the current mpfr, and the code in gfortran is definitely right: - I verified that all mpfr variables are initialized before being set in gfc_convert_real () - I verified that the string buffers passed to mpfr_set_str are set to the right lengths and correctly zero-terminated
I'm closing this as WONTFIX, if someone disagrees, feel free to reopen. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18090