[Bug fortran/34230] Expressions of parameters evaluated with too high precision
kargl at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Nov 26 00:12:00 GMT 2007
------- Comment #1 from kargl at gcc dot gnu dot org 2007-11-26 00:12 -------
There is no bug here. You have explicitly disabled
range checking. This means that you no longer have
a limitation on range in constant folding. It may
be help to look at -fdump-parse-tree. YOu don't
have an Inf until you actually do the transfer.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34230
More information about the Gcc-bugs
mailing list