Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr23048.c
blob7dc67ea29c4012d86d1ea80f19d218a72e0f7c52
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -ftree-vectorize" } */
4 void f(unsigned char *mem)
6 int i;
8 for(i=0;i<4;i++) {
9 while(mem[i]==0) ;