repo.or.cz
/
official-gcc
/
alias-decl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/bfin/bfin.c (effective_address_32bit_p): Return true for
[official-gcc/alias-decl.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vlm2.C
blob
3a0b335262c1bff59b52479ba0b390e04eda366c
1
// { dg-options "" }
2
3
int n;
4
5
struct Y
6
{
7
void f () {
8
typedef int X[n];
9
struct Z {
10
X x; // { dg-error "variably modified" }
11
};
12
}
13
};