[Bug fortran/17927] Math error in simple divide operation

tobi at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Oct 11 15:54:00 GMT 2004


------- Additional Comments From tobi at gcc dot gnu dot org  2004-10-11 15:54 -------
gfortran uses its own constant folder, which uses the mpfr library. Apparently
the precision is too low for double precision. Output from -fdump-parse-tree
includes:
      ASSIGN big 6.66666686534882e-1_8
So it's indeed the frontend's fault.

-- 


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



More information about the Gcc-bugs mailing list