------- Comment #4 from tkoenig at gcc dot gnu dot org 2006-12-28 21:39 ------- Additional data points:
Reading/writing unformatted sequential doesn't work with g77 (fails with an error message on open), and it fails with ifort 8 for records longer than 2**18 bytes (ifort's default buffer size). Because of the complications with record markers, this might be much easier to implement for stream access. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30162