On Sun, Dec 03, 2006 at 12:44:11PM -0500, Kaveh R. GHAZI wrote: > > I'm not sure if these issues come up for fortran in prior releases. I > think i370 was removed before 4.0/f95 and decimal floats were added in > 4.2, which is not yet released. >
This issue hasn't come up yet. In gfc_arith_init_1(), you'll find /* These are the numbers that are actually representable by the target. For bases other than two, this needs to be changed. */ if (int_info->radix != 2) gfc_internal_error ("Fix min_int calculation"); which prevents radix != 2 real kinds. -- Steve