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