repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix unused warnings.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr35760.c
blob
9b972f6b1b70bf8712b84877b031d7fe0c5774df
1
/* PR target/35760 */
2
3
void
4
foo
(
void
)
5
{
6
__complex__
float
i
=
0
;
7
}