repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
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 "" }