Fix gimplification of ordering comparisons of arrays of bytes
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr87328.c
blob50e1cdfbb56df292ea06047ee77d1898f90b129b
1 /* { dg-do compile } */
2 /* { dg-additional-options "-fno-tree-ccp -fno-tree-forwprop" } */
4 void
5 tp (void)
7 int qt;
9 qt = 0;
10 if (qt != 0)
12 if (0)
14 h5:
15 qt = 0;
16 while (qt < 1)
21 ++qt;
24 goto h5;