------- Comment #3 from kargl at gcc dot gnu dot org  2007-02-11 20:43 -------
(In reply to comment #2)
> Contrary to this, the docs of g77-3.4.6 [1] state:
>     Status: INTEGER(KIND=1); OPTIONAL; scalar; INTENT(OUT). 
> 

INTEGER(KIND=1) in g77 is the default integer kind, which is
INTEGER(KIND=4) in gfortran.  What needs to be done is 
either fix check.c to disable non-default integer kinds or
fix iresolve.c to force type conversion.


-- 


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

Reply via email to