trans-expr.c (gfc_conv_cst_int_power): Compute x**(-n) by converting it to (1/x)...
authorToon Moene <toon@moene.indiv.nluug.nl>
Wed, 9 Jun 2004 19:57:24 +0000 (21:57 +0200)
committerToon Moene <toon@gcc.gnu.org>
Wed, 9 Jun 2004 19:57:24 +0000 (19:57 +0000)
commit293155b099b94b81fa0147f2719f3da23c859f7e
treeb6dedda37c38274545c3226d1e837004d0b4d99e
parentdc88d66f1aa98873becd21900046cae7bccbc14c
trans-expr.c (gfc_conv_cst_int_power): Compute x**(-n) by converting it to (1/x)**n instead of 1/x**n.

2004-06-09  Toon Moene  <toon@moene.indiv.nluug.nl>

* trans-expr.c (gfc_conv_cst_int_power): Compute
x**(-n) by converting it to (1/x)**n instead of
1/x**n.

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