repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
920202-1.c
blob
e30ce2fd5c224e951c2c31f20a88894b7c6f6d76
1
static int
rule_text_needs_stack_pop
=
0
;
2
static int
input_stack_pos
=
1
;
3
4
f
(
void
)
5
{
6
rule_text_needs_stack_pop
=
1
;
7
8
if
(
input_stack_pos
<=
0
)
9
return
1
;
10
else
11
return
0
;
12
}
13
14
main
()
15
{
16
f
();
17
exit
(
0
);
18
}