]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr54472.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr54472.c
CommitLineData
100a5180 1/* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
50919d13
AB
2/* { dg-options "-O -fschedule-insns -fselective-scheduling" } */
3
4int main ()
5{
6 int a[3][3][3];
7 __builtin_memset (a, 0, sizeof a);
8 return 0;
9}