repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
initlist83.C
blob
4a5eeb6d08fa80582e9c06ade9c3a4c175deb548
1
// DR 1467, c++/51747
2
// { dg-do compile { target c++11 } }
3
4
struct X { };
5
6
X x;
7
X x2{x};