]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/trans-io.cc
PR fortran/25829 28655
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 7 Apr 2008 22:07:44 +0000 (22:07 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 7 Apr 2008 22:07:44 +0000 (22:07 +0000)
commitd06b3496f60fba03f0a742f9adfc0a6174f3f60d
treed0c78839eaa0e8d575e625941f9f193f1bc826a6
parent931149a6b763268df6377a2951927b2db4e4e350
PR fortran/25829 28655

2008-04-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/25829 28655
* io.c (io_tag): Add new tags for decimal, encoding, asynchronous,
round, sign, and id. (match_open_element): Match new tags.
(gfc_resolve_open): Resolve new tags. (gfc_match_open): Enable encoding
for DEFAULT only. Update error messages. (match_dt_element): Fix match
tag for asynchronous. Update error messages. (gfc_free_inquire): Free
new expressions. (match_inquire_element): Match new tags.
(gfc_match_inquire): Add constraint for ID and PENDING.
(gfc_resolve_inquire): Resolve new tags.
* trans-io.c (gfc_trans_inquire): Clean up whitespace and fix setting of
mask for ID parameter.
* ioparm.def: Fix order of parameters for pending, round, and sign.
NOTE: These must line up with the definitions in libgfortran/io/io.h. or
things don't work.

From-SVN: r133989
gcc/fortran/ChangeLog
gcc/fortran/io.c
gcc/fortran/ioparm.def
gcc/fortran/trans-io.c