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
/
debug
/
debug6.C
blob
3622d0194de13e4af66e93420da01f481b4d8ddb
1
// { dg-do compile }
2
// { dg-require-effective-target alloca }
3
4
void foo()
5
{
6
int i=1, x[i];
7
}
8