repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gcc/
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
complex-4.c
blob
6becd3b9474ef97e0707010b980d862cde94a8e6
1
/* PR c/22393 */
2
/* { dg-options "-O -std=gnu99" } */
3
4
__complex__
double
foo
(
__complex__
double
x
)
5
{
6
return
1.0
/
x
* -
1.0
i
;
7
}