index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr27773.c
blob: e30e540ff92bd651aeaf3ec2c4b80d73cf2d19f6 (
plain
)
1
2
3
4
5
6
/* { dg-do compile } */
_Complex
float
f
(
_Complex
float
a
,
float
b
)
{
return
a
-
a
*
b
;
}