[Bug fortran/14957] [gfortran] testsuite issues

tobi at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Jun 10 12:48:00 GMT 2004


------- Additional Comments From tobi at gcc dot gnu dot org  2004-06-10 12:47 -------
(In reply to comment #8)
> (In reply to comment #7)
> > 
> > i.e. comment #3 passing a integer*4 to a subroutine expecting a real*8 isn't Ok.
> > 
> > 
> Sorry, I had missed that. Apparently, I didn't see that those subroutines are
> external. I will commit a fix for this later today.

This didn't cause any failures, at least I couldn't find any on the
gcc-testresults mailing list, and it seems clear why: because the value passed
to the function is used in both calculations, so as long as the calculation
doesn't hit any denormals, overflows, etc., it should still work.

Anyway, this issue is fixed by the above commit.

-- 


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



More information about the Gcc-bugs mailing list