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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr106114.c
blob
64c8b8d390a7ea6c59164fb7621da65b37496e60
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-dom2" } */
3
4
int
printf
(
const char
*, ...);
5
char
a
=
139
,
b
;
6
int
main
() {
7
char
c
=
173
;
8
b
=
a
;
9
while
(
c
<=
a
||
a
< -
117
)
10
c
=
printf
(
"0
\n
"
);
11
return
0
;
12
}
13
14
/* { dg-final { scan-tree-dump-times "if" 2 "dom2" } } */