On Saturday 17 July 2004 18:25, Steve Kargl wrote: > I've looked at intermediate values in gfc_conv_mpfr_to_tree() from > trans-const.c and those values appear correct. So, I believe the > call to build_real() in gfc_conv_mpfr_to_tree() is mangling the > number, but I can't find where build_real() lives. build_real is in gcc/tree.c. Paul