[Bug libfortran/27652] Array output does not self wrap
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu May 18 05:16:00 GMT 2006
------- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-05-18 05:16 -------
Oops, I forgot the period. You need to match the width and precsion you want
printed. For complex maybe you want to use 6 or 8 instead of the 5 for repeat
count.
print "(5(f10.4))", a
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27652
More information about the Gcc-bugs
mailing list