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
* Mainline merge as of 2006-02-16 (@111136).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000314-1.c
blob
26c13a7d68519e9cd6bf35332069829d3a87f634
1
struct
{
2
char
a
[
5
];
3
} *
p
;
4
5
int
main
()
6
{
7
int
i
= -
1
;
8
9
if
(
p
->
a
[-
i
])
10
return
1
;
11
}