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
/
initlist-array16.C
blob
bb1d8d84704303a606a54d606e4da113f73fc181
1
// PR c++/105589
2
// { dg-do compile { target c++11 } }
3
4
struct X { X(); };
5
6
struct array { X m[2]; };
7
8
template<class>
9
void f() {
10
array w = array{};
11
}