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/34230] Expressions of parameters evaluated with too high precision



------- 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


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