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
/
torture
/
pr102142.C
blob
8e3ea5d96b5e15d08526a1203274305216bd82d5
1
/* { dg-do compile } */
2
3
extern short arr_597[];
4
extern bool arr_601[];
5
int test_var_13;
6
void test(short arr_391[][9][2][2]) {
7
for (int i_60 = 0; i_60 < 11; i_60 += test_var_13)
8
arr_597[22] = arr_601[i_60] = arr_391[0][0][1][4];
9
}