This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/19310] unnecessary error for overflowing results



------- Comment #3 from kargl at gcc dot gnu dot org  2006-06-08 00:05 -------
(In reply to comment #2)
> I would like to work on this one.  The range check is only looking for ARITH_OK
> when it could also see ARITH_UNDERFLOW or ARITH_OVERFLOW.
> 

Jerry,

There is another PR about allowing "real, parameter :: inf = 1. / 0.".
In that PR it was suggested to add a -fallow-inf-nan option.  I think
you should look into this route for this PR.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]