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
testsuite: Skip analyzer tests on AIX.
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
analyzer
/
pr93547.c
blob
1518904823465cde77c064ec01e21b7999fea73f
1
/* { dg-do compile } */
2
3
void
4
wy
(
int
);
5
6
int
7
f9
(
void
)
8
{
9
int
p5
=
__builtin_ilogb
(
__builtin_inf
());
10
11
wy
(
0
);
12
13
return
p5
;
14
}