trans-expr.c (gfc_conv_cst_int_power): Only check for flag_unsafe_math_optimizations...
authorAndrew Pinski <pinskia@physics.uc.edu>
Mon, 27 Dec 2004 16:56:38 +0000 (16:56 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 27 Dec 2004 16:56:38 +0000 (08:56 -0800)
commit201a97b4799fd44526a65abbcc2621f7d27766f7
tree755ec5c29830edaf281fefe4be74c9a67dff2f73
parent963fe8080208894c60961f3b4d1f8ea90ddd1aad
trans-expr.c (gfc_conv_cst_int_power): Only check for flag_unsafe_math_optimizations if we have a float type.

2004-12-27  Andrew Pinski  <pinskia@physics.uc.edu>

        * trans-expr.c (gfc_conv_cst_int_power): Only check for
        flag_unsafe_math_optimizations if we have a float type.

From-SVN: r92644
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c