------- Comment #3 from kargl at gcc dot gnu dot org 2007-02-17 18:36 -------
Yup, these lines in gfc_arith_power make the assumption that we'll
never have an integer exponent outside the range INT_MIN to INT_MAX.
if (gfc_extract_int (op2, &power) != NULL)
gfc_internal_error ("gfc_arith_power(): Bad exponent");
--
kargl at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2007-02-17 17:55:42 |2007-02-17 18:36:03
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30834