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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
init
/
error1.C
blob
e930fc75c5e9119ff46d6c2ebe4f45f1ecf2afd7
1
// PR c++/12696
2
3
struct A {
4
static float b[10]; // { dg-error "" }
5
}
6
7
float A::b[] = {1,2,3}; // { dg-error "" }