Shuffle ChangeLog entries into new files ChangeLog-1998,
[official-gcc.git] / gcc / testsuite / gcc.dg / pr12092-1.c
blob1b29452881f37d41d9fbe6cbd0c98dd33ed54eb3
1 /* PR rtl-optimization/12092 */
2 /* Test case reduced by Andrew Pinski <pinskia@physics.uc.edu> */
3 /* { dg-do compile { target i?86-*-* } } */
4 /* { dg-require-effective-target ilp32 } */
5 /* { dg-options "-O2 -mtune=i486 -march=pentium4 -fprefetch-loop-arrays" } */
7 void DecodeAC(int index,int *matrix)
9 int *mptr;
11 for(mptr=matrix+index;mptr<matrix+64;mptr++) {*mptr = 0;}