2017-10-20 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr82473.c
blobb12de21d7dbce802d84ff3cf4cc3c1ab8809aaf8
1 /* { dg-do compile } */
2 /* { dg-additional-options "-ftree-vectorize" } */
4 void
5 zz (int x9, short int gt)
7 if (0)
9 while (gt < 1)
11 int pz;
13 k6:
14 for (pz = 0; pz < 3; ++pz)
15 x9 += gt;
16 ++gt;
20 if (x9 != 0)
21 goto k6;