OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
PR c++/29175
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
g++.dg
/
init
/
array24.C
1
// PR c++/29175
2
// { dg-options "" }
3
4
void foo(int i)
5
{
6
int x[][i] = { 0 }; // { dg-error "variable-sized|storage size" }
7
}