This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/33055] Runtime error in INQUIRE unit existance with -fdefault-integer-8
- 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: 15 Oct 2007 13:59:13 -0000
- Subject: [Bug libfortran/33055] Runtime error in INQUIRE unit existance with -fdefault-integer-8
- References: <bug-33055-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 2007-10-15 13:59 -------
Subject: Bug 33055
Author: jvdelisle
Date: Mon Oct 15 13:59:02 2007
New Revision: 129344
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129344
Log:
2007-10-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/33055
* io/inquire.c (inquire_via_unit): If inquiring by unit, check for
an error condition from the IOSTAT variable and set EXIST to false if
there was a bad unit number.
Modified:
trunk/libgfortran/ChangeLog
trunk/libgfortran/io/inquire.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33055