This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31190] minimum field width list-directed output



------- Comment #7 from jvdelisle at gcc dot gnu dot org  2008-12-22 06:33 -------
Here is another variation on this:

print'(xg0)',(i,i=1,6)
print'(6(xg0))',(i,i=1,6)
end

$ ./a.out 
 1
 2
 3
 4
 5
 6
 1 2 3 4 5 6
$


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31190


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]