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
PR inline-asm/84742
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr43269.c
blob
9f599a2dd5d4cc85d94f298f6d7c8a0e308478ab
1
int
g_21
;
2
int
g_211
;
3
int
g_261
;
4
5
static void
__attribute__
((
noinline
,
noclone
))
6
func_32
(
int
b
)
7
{
8
if
(
b
) {
9
lbl_370
:
10
g_21
=
1
;
11
}
12
13
for
(
g_261
= -
1
;
g_261
> -
2
;
g_261
--) {
14
if
(
g_211
+
1
) {
15
return
;
16
}
else
{
17
g_21
=
1
;
18
goto
lbl_370
;
19
}
20
}
21
}
22
23
extern
void
abort
(
void
);
24
25
int
main
(
void
)
26
{
27
func_32
(
0
);
28
if
(
g_261
!= -
1
)
29
abort
();
30
return
0
;
31
}