------- 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

Reply via email to