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
* es.po: Update.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr39712.c
blob
9846e33cd9fadb37a8a7874dd9782d5d163b05bf
1
/* { dg-do compile } */
2
3
int
is_table
[
2
][
16
];
4
int
is_table_lsf
[
2
][
2
][
16
];
5
void
compute_stereo
()
6
{
7
int
(*
is_tab
)[
16
];
8
is_tab
=
is_table
;
9
}