]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr64663.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr64663.c
CommitLineData
17cb4283
JJ
1/* PR debug/64663 */
2/* { dg-do compile } */
3/* { dg-options "-O2 -g -w" } */
4
5void
6foo (void)
7{
8 int a[9];
9 a[-8] = 0;
10}
11
12void
13bar (void)
14{
15 int a[9];
16 a[-9] = 0;
17}