Commit 260f179b by Jerry DeLisle

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

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

	PR fortran/43409
	* io/io.h: Fix type of size in st_parameter_inquire structure.

From-SVN: r157618
parent 19c1be39
2010-03-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/43409
* io/io.h: Fix type of size in st_parameter_inquire structure.
2010-03-20 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2010-03-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/43409 PR fortran/43409
......
...@@ -331,7 +331,7 @@ typedef struct ...@@ -331,7 +331,7 @@ typedef struct
CHARACTER2 (round); CHARACTER2 (round);
CHARACTER1 (sign); CHARACTER1 (sign);
GFC_INTEGER_4 *pending; GFC_INTEGER_4 *pending;
GFC_INTEGER_4 *size; GFC_IO_INT *size;
GFC_INTEGER_4 *id; GFC_INTEGER_4 *id;
} }
st_parameter_inquire; st_parameter_inquire;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment