]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefault-integer-8)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 15 Oct 2007 13:55:47 +0000 (13:55 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 15 Oct 2007 13:55:47 +0000 (13:55 +0000)
commitc16dd6a8559cddeb9a5fdf777d8b1f9cc775a627
treebbeaf515e3b99ce10483ffa88f685a6513bb4725
parentd4731b80de2a377fdbfa24dec34b15b5b680691c
re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefault-integer-8)

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.

From-SVN: r129328
gcc/fortran/ChangeLog
gcc/fortran/trans-io.c