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
PR c++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
initlist76.C
blob
ac419dde8cf38b06304b764bb823367c244e0148
1
// PR c++/58812
2
// { dg-require-effective-target c++11 }
3
4
int i;
5
int&& j{{ i }}; // { dg-error "too many braces" }