Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
complex-5.c
blob: e6d027f57effa73cbfa526bda0291efa1e7c44ae [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O1 -fno-tree-dce -fdump-tree-optimized" } */
_Complex
int
t
=
0
;
int
f
(
void
)
{
t
=
0
;
__real__ t
=
2
;
__imag__ t
=
2
;
}
/* { dg-final { scan-tree-dump-times "__complex__" 0 "optimized" } } */