This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/29568] implement unformatted files with subrecords (Intel style)
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Nov 2006 04:02:36 -0000
- Subject: [Bug libfortran/29568] implement unformatted files with subrecords (Intel style)
- References: <bug-29568-10391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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