Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / pr55838.c
blobd2d6e142ba28bfdf194642a64b0a9887b3c8783e
1 /* PR rtl-optimization/55838 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -funroll-loops" } */
5 int a;
6 unsigned char c;
8 void
9 f (void)
11 while (c++ < 2)
12 c = a += 129;