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/17927] Math error in simple divide operation


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


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