------- Comment #11 from jvdelisle at gcc dot gnu dot org  2010-03-22 02:03 
-------
Found it:

Index: io.h
===================================================================
--- io.h        (revision 157617)
+++ io.h        (working copy)
@@ -331,7 +331,7 @@
   CHARACTER2 (round);
   CHARACTER1 (sign);
   GFC_INTEGER_4 *pending;
-  GFC_INTEGER_4 *size;
+  GFC_IO_INT *size;
   GFC_INTEGER_4 *id;
 }
 st_parameter_inquire;

I will commit as obvious after regression testing on ppc and x86-64.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43409

Reply via email to