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: 30 Nov 2006 06:25:10 -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 #30 from jvdelisle at gcc dot gnu dot org 2006-11-30 06:25 -------
Good News. I did not have a clean apply of the patch. I reverted everything
and started over. There was one part of the patch I had to manually apply
before and I must have messed it up. Now everything works great on X86-64
FreeBSD tests.
There are two warnings in transfer.c for comparison of signed and unsigned
types that need to get cleaned up. Right around line 649 IIRC.
With that, this patch is ready to submit.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29568