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
/
pr85455.c
blob
20285663332af39f7fa9c9e1e408df1b17b1838e
1
/* { dg-do compile } */
2
/* { dg-options "-O1 -fthread-jumps -fno-tree-dominator-opts -fno-tree-reassoc -fno-tree-sink -fno-tree-slsr" } */
3
4
void
5
ty
(
void
);
6
7
void
8
um
(
void
);
9
10
void
11
au
(
int
qj
)
12
{
13
if
(
qj
<
1
)
14
{
15
vq
:
16
ty
();
17
}
18
19
um
();
20
21
goto
vq
;
22
}