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
/
expr
/
cast8.C
blob
9f1ce36f487ccbe587b2fcce9edc8e0e0a151285
1
// PR c++/29886
2
3
struct A {
4
static int x[1];
5
};
6
7
void foo(int i)
8
{
9
if (int(A::x[i])) {}
10
}
11