[Bug libfortran/30162] I/O with named pipes does not work

tkoenig at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jan 6 22:27:00 GMT 2007



------- Comment #14 from tkoenig at gcc dot gnu dot org  2007-01-06 22:26 -------
Another difficult case is:

program main
  character(len=4) c
  c = 'ab  '
  write (10) trim(c)
end program main


-- 


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



More information about the Gcc-bugs mailing list