https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62251
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> --- (In reply to John David Anglin from comment #1) > Test fails at line 58: > if (str3 /= " 1.41421356237309504880168872420969798") call abort() > >1.41421356237309504880168872420969800< It looks as if there is a difference of 1 ULP. Thus, one option would be to permit both results ("str /= ... and str /= ...").