------- Comment #2 from dfranke at gcc dot gnu dot org 2007-07-06 08:45 ------- To implement PR32239, integer exponention was changed recently:
2007-07-01 Janne Blomqvist <[EMAIL PROTECTED]> PR fortran/32239 * trans-expr.c (gfc_conv_power_op): Use builtin_powi for real**int4 powers. * f95-lang.c (gfc_init_builtin_functions): Add builtin_powi to the builtins table. By any chance, does it make any differences for this testcase? -- dfranke at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dfranke at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31832