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
/
gcc.dg
/
tree-ssa
/
pr15791-2.c
blob
df68bfeba7f0de75b334f91f134a92f699f5490c
1
/* { dg-do link } */
2
/* { dg-options "" } */
3
4
void
link_error
();
5
struct
a
{};
6
int
main
()
7
{
8
struct
a b
[
2
];
9
if
(&
b
[
0
] != &
b
[
1
])
10
link_error
();
11
return
0
;
12
}
13