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:56:03 -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 #11 from jvdelisle at gcc dot gnu dot org 2007-10-15 13:56 -------
Subject: Bug 33055
Author: jvdelisle
Date: Mon Oct 15 13:55:47 2007
New Revision: 129328
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129328
Log:
2007-10-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/33055
* trans-io.c (create_dummy_iostat): New function to create a unique
dummy variable expression to use with IOSTAT.
(gfc_trans_inquire): Use the new function to pass unit number error
info
to run-time library if a regular IOSTAT variable was not given.
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/trans-io.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33055