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
simulate-thread tests: Silence gdb debuginfod warning
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
nsdmi-array1.C
blob
1ab14359b564079690bfb77d1314620d732d99a6
1
// PR c++/103946
2
// { dg-do compile { target c++11 } }
3
4
struct s1 { s1(); };
5
class s2 { s1 f1[2]{}; };
6
s2 a;