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
* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20050410-1.c
blob
c4cd85279a97b24b958ba92314007c62345e105f
1
int
s
=
200
;
2
int
__attribute__
((
noinline
))
3
foo
(
void
)
4
{
5
return
(
signed char
) (
s
-
100
) -
5
;
6
}
7
int
8
main
(
void
)
9
{
10
if
(
foo
() !=
95
)
11
abort
();
12
exit
(
0
);
13
}