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 libfortran/29568] implement unformatted files with subrecords (Intel style)



------- Comment #12 from jvdelisle at gcc dot gnu dot org  2006-11-21 04:02 -------
Ha, the io.h dependency bug strikes again.  Your patch touches io.h so if one
does not touch all files in libgfortran/io you will emd up with garbage. 
Having done so here, your sample program excutes correctly.

Also, taking out your #ifdef 0 stuff, regression tests OK on current trunk.

I am working on a test with huge record lengths.


-- 


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


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