(ffecom_expr_): Fix D**I and Z**I cases to not convert (DOUBLE PRECISION) D and ...
authorCraig Burley <burley@gnu.org>
Wed, 3 Jun 1998 14:12:26 +0000 (14:12 +0000)
committerDave Love <fx@gcc.gnu.org>
Wed, 3 Jun 1998 14:12:26 +0000 (14:12 +0000)
commit6a047254ef2ce9c0952ff7e2020dc29d86227d43
treedbe3e691d991f722e478aee162854f9bad0be783
parentf5470689a761487ff8e93d4854de75fbcf78bf9d
(ffecom_expr_): Fix D**I and Z**I cases to not convert (DOUBLE PRECISION) D and (DOUBLE COMPLEX) Z to INTEGER.

(ffecom_expr_): Fix D**I and Z**I cases to
not convert (DOUBLE PRECISION) D and (DOUBLE COMPLEX) Z
to INTEGER.  (This is dead code here anyway.)

From-SVN: r20211
gcc/f/com.c