re PR fortran/35832 (Better error message for wrong arguments to I/O statements)
authorTobias Schlüter <tobi@gcc.gnu.org>
Sun, 6 Apr 2008 18:58:34 +0000 (20:58 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sun, 6 Apr 2008 18:58:34 +0000 (20:58 +0200)
commit9b8d1901f8b386d1b9cc6b1d77b4d45f228b14e0
treeda8bfa6cd99340b4f8b0961cf22306487342bba7
parent8c51effa07789efdd892dceb803f2af3f5259339
re PR fortran/35832 (Better error message for wrong arguments to I/O statements)

2008-04-06  Tobias Schlter  <tobi@gcc.gnu.org>

PR fortran/35832
fortran/
* io.c (io_tag): Add field 'value'.  Split 'spec' field in
existing io_tags.
(match_etag, match_vtag, match_ltag): Split parsing in two steps
to give better error messages.
testsuite/
* gfortran.dg/io_constraints_2.f90: Adapt to new error message.

From-SVN: r133964
gcc/fortran/ChangeLog
gcc/fortran/io.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/io_constraints_2.f90