This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Slightly revised libgfortran/io/unix.c fixes
- From: "Aaron W. LaFramboise" <aaronavay62 at aaronwl dot com>
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>, fortran at gcc dot gnu dot org
- Date: Wed, 27 Oct 2004 15:36:44 -0500
- Subject: [PATCH] Slightly revised libgfortran/io/unix.c fixes
This is a slight modification of the unapproved patch at
<http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01171.html>. The only
difference is that it includes a needed <stdio.h> that was missed in the
last patch.
This patch is needed to allow Windows to successfully bootstrap with
Fortran enabled.
OK?
Aaron W. LaFramboise