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
/
990106-1.c
blob
6631bfd96cb58bd1cfa5e85628d035712849f08e
1
foo
(
bufp
)
2
char
*
bufp
;
3
{
4
int
x
=
80
;
5
return
(*
bufp
++ =
x
?
'a'
:
'b'
);
6
}
7
8
main
()
9
{
10
char
x
;
11
12
if
(
foo
(&
x
) !=
'a'
)
13
abort
();
14
15
exit
(
0
);
16
}