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
/
warn
/
Wbraces1.C
blob
0efce7be3ff49996593be9acf0785ba42116d7da
1
// PR c++/19755
2
// { dg-options "-Wmissing-braces" }
3
int a[2][2] = { 0, 1 , 2, 3 }; // { dg-warning "" }