[Bug libfortran/68867] numeric formatting problem in the fortran library

jvdelisle at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Dec 12 06:28:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68867

--- Comment #7 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
In the test case, I need to adjust the line;

if (astring(2:2) /= '9') then

to:

if (astring(3:3) /= '9') then

since the previous patch corrected a missing leading zero on the formatting.

I will do so tomorrow.


More information about the Gcc-bugs mailing list