[Bug libfortran/47567] Wrong output for small absolute values with F editing
thenlich at users dot sourceforge.net
gcc-bugzilla@gcc.gnu.org
Sat Feb 5 07:53:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567
--- Comment #8 from Thomas Henlich <thenlich at users dot sourceforge.net> 2011-02-05 07:53:40 UTC ---
(In reply to comment #6)
> In extension, the following should also print the same result:
>
> print "(F1.0)", 0.0 ! => 0
> print "(F1.0)", 1.0 ! => *
> print "(F1.0)", 2.0 ! => *
What I meant here was they should all either print * or 0, 1, 2
More information about the Gcc-bugs
mailing list