program main open(99,form="formatted",access="stream") write (99,'(A)',advance="no") 'a' write (99,'(A)',advance="no") 'b' close (99) end program main
should write a single line to file 99, with the contents ab Right now, it writes a b -- Summary: formatted stream ignores advance="no" Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3 Component: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tkoenig at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34323