Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / pr49619.c
blobd0a72a6edd1931336e9c53f836421be15a95163c
1 /* PR rtl-optimization/49619 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -fno-tree-fre" } */
5 extern int a, b;
7 void
8 foo (int x)
10 a = 2;
11 b = 0;
12 b = (a && ((a = 1, 0 >= b) || (short) (x + (b & x))));