Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr35227.c
blob: 37c2d107292ce2452ad3eb4d2d58d5c6126f13f9 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-std=gnu89" } */
int
mandel
(
double
_Complex
C
)
{
int
py
;
C
=
(
__extension__
1.0iF
)
*
(
double
)
py
;
return
cabs
(
C
);
/* { dg-warning "incompatible" } */
}