1 /* Test case for PR23625 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -ftree-vectorize -ftree-loop-linear" } */
6 void find_best_colors ()
13 for (ic0
= (1<<(5 -3))-1;ic0
>= 0;ic0
--)
15 for (ic1
= (1<<(6 -3))-1;ic1
>= 0;ic1
--)
18 for (ic2
= (1<<(5 -3))-1;ic2
>= 0;ic2
--)