re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)

2010-03-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/43409
	Back port from trunk.
	* ioparm.def: Change inquire size variable to type pointer to
	GFC_IO_INT type.

From-SVN: r157846
This commit is contained in:
Jerry DeLisle 2010-03-31 01:59:52 +00:00
parent 8a416c344e
commit 48751b70e4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2010-03-30 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/43409
Back port from trunk.
* ioparm.def: Change inquire size variable to type pointer to
GFC_IO_INT type.
2010-03-11 Tobias Burnus <burnus@net-b.de
PR fortran/43303

View File

@ -66,7 +66,7 @@ IOPARM (inquire, encoding, 1 << 2, char1)
IOPARM (inquire, round, 1 << 3, char2)
IOPARM (inquire, sign, 1 << 4, char1)
IOPARM (inquire, pending, 1 << 5, pint4)
IOPARM (inquire, size, 1 << 6, pint4)
IOPARM (inquire, size, 1 << 6, pintio)
IOPARM (inquire, id, 1 << 7, pint4)
IOPARM (wait, common, 0, common)
IOPARM (wait, id, 1 << 7, pint4)