gfortran.h: Define HAVE_mpc_pow.
commit7991661bc05bbe0df39745fbcc90bea0da728152
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 28 Jun 2009 06:06:28 +0000 (28 06:06 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 28 Jun 2009 06:06:28 +0000 (28 06:06 +0000)
tree20925d63681f5dfdb8f47f1109e25f886c8bdf7a
parent6f8b0efc7a8a61e68ff25ae0e817d7b50ebdeef3
gfortran.h: Define HAVE_mpc_pow.

gcc/fortran:

* gfortran.h: Define HAVE_mpc_pow.
* arith.c (complex_reciprocal, complex_pow): If HAVE_mpc_pow,
don't define these functions.
(arith_power): If HAVE_mpc_pow, use mpc_pow.

gcc/testsuite:
* gfortran.dg/integer_exponentiation_4.f90: Temporarily
comment out some values and add some cases.

From-SVN: r149023
gcc/fortran/ChangeLog
gcc/fortran/arith.c
gcc/fortran/gfortran.h
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/integer_exponentiation_4.f90