PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pr17635.c
blobd2154c3f9513c6e03ace753fe55f895752e32084
1 /* PR 17635 */
2 /* Contributed by Devang Patel <dpatel@apple.com> */
3 /* { dg-do compile } */
4 /* { dg-options "-O2 -ftree-vectorize" } */
6 void foo(int i)
8 while (1)
9 if (i) ++i;