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
Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr35227.c
blob
37c2d107292ce2452ad3eb4d2d58d5c6126f13f9
1
/* { dg-do compile } */
2
/* { dg-options "-std=gnu89" } */
3
4
int
5
mandel
(
double
_Complex C
)
6
{
7
int
py
;
8
C
= (
__extension__
1.0
iF
) * (
double
)
py
;
9
return
cabs
(
C
);
/* { dg-warning "incompatible" } */
10
}
11