Fix gimplification of ordering comparisons of arrays of bytes
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr91178-2.c
blobac5ae0e4fe5ce5d8874ea45ea8935cfc55faaf80
1 /* { dg-do compile } */
2 /* { dg-require-effective-target size32plus } */
4 int a[100][70304];
5 int b[100];
6 void c()
8 for (int d = 2; d < 4; d++)
9 for (int e = 2; e <= 50; e++)
10 for (int f = 32; f <= 38; f++)
11 b[d + f] -= a[e][5];