re PR fortran/48976 (INQUIRE with STREAM= not supported)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 27 Dec 2012 18:09:13 +0000 (18:09 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 27 Dec 2012 18:09:13 +0000 (18:09 +0000)
commit93e8af199cc829c12790873935a4fa4c51c89044
tree6f4d966648a1add073849598d28e700c75419c8f
parent797332eda948b694d2e5199869ebd8e748b938db
re PR fortran/48976 (INQUIRE with STREAM= not supported)

2012-12-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/48976
* gfortran.h (gfc_inquire struct): Add pointer for inquire stream.
* io.c (io_tag): Add tag for inquire stream. (match_inquire_element):
Add matcher for new tag. (gfc_resolve_inquire): Resolve new tag.
* ioparm.def: Add new parameter for inquire stream.
* trans-io.c (gfc_trans_inquire): Add tranlste code for inquire
stream.

From-SVN: r194734
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/io.c
gcc/fortran/ioparm.def
gcc/fortran/trans-io.c