This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[gfortran] patch for PR libfortran/21787
- From: François-Xavier Coudert <fxcoudert at gmail dot com>
- To: patch <gcc-patches at gcc dot gnu dot org>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Sun, 31 Jul 2005 00:30:55 -0700
- Subject: [gfortran] patch for PR libfortran/21787
- Reply-to: François-Xavier Coudert <fxcoudert at gmail dot com>
I just commited a patch to fix PR libfortran/21787, under the
"obvious" rule: call close_units() before calling abort() so that the
I/O units get closed.
Commit message here: http://gcc.gnu.org/ml/gcc-cvs/2005-07/msg01113.html
FX