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
/
20001027-1.c
blob
89ac9a024dd664b72c2c2fc1dcf526bc4204faf4
1
int
x
,*
p
=&
x
;
2
3
int
main
()
4
{
5
int
i
=
0
;
6
x
=
1
;
7
p
[
i
]=
2
;
8
if
(
x
!=
2
)
9
abort
();
10
exit
(
0
);
11
}