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
/
initlist26.C
blob
045147c488239622fe3e1d47b94a296a54a479e4
1
// PR c++/42059
2
// { dg-do compile { target c++11 } }
3
// { dg-options "" }
4
5
void
6
foo (int i)
7
{
8
int a[i];
9
a = { }; // { dg-error "5:assigning to an array from an initializer list" }
10
}