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
/
pr27341-1.c
blob
b77e937b9ce13dfcc3fe57198a2f5f66eb027380
1
extern
double
R_NaReal
;
2
void
z_atan2
(
double
_Complex
*
r
,
double
_Complex
*
ccs
)
3
{
4
if
(*
ccs
==
0
)
5
__imag__
*
r
=
R_NaReal
;
6
}
7