[Bug fortran/30834] ICE with kind=8 exponentiaton

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Feb 17 18:36:00 GMT 2007



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



More information about the Gcc-bugs mailing list