2018-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr87266-3.c
blob0f3f3ba1f6be229276f340115798ee4f65e4c785
1 /* { dg-do compile } */
2 /* { dg-additional-options "-fno-tree-ccp -fno-tree-forwprop" } */
4 void
5 iw (int gu, int mq, int r2)
7 int yn = 0;
9 while (gu < 1)
11 int ay = 0;
13 for (;;)
16 bb:
17 while (ay < 1)
18 ++mq;
21 if (yn != 0)
22 goto up;
24 if (0)
26 up:
27 if (r2 == 0)
28 goto bb;
31 goto up;