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
/
g++.dg
/
tree-ssa
/
tmmti.C
blob
111127b0d93a7b2ab8132cf54374c5bc1a9b7a83
1
/* { dg-do compile } */
2
3
void bar(unsigned int i)
4
{
5
int a[4];
6
char *p = (char*)&a[1] + 4*i;
7
}