Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr12092-1.c
blobd85807e8dffdbfc7034831372088a55bd22671fd
1 /* PR rtl-optimization/12092 */
2 /* Test case reduced by Andrew Pinski <pinskia@physics.uc.edu> */
3 /* { dg-do compile } */
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;}