1 /* { dg-do compile } */
2 /* { dg-additional-options "-fexceptions -fnon-call-exceptions -fno-tree-dce -ftree-loop-if-convert" } */
3 int zr, yx;
4 
5 void __attribute__ ((simd))
oj(int rd,int q7)6 oj (int rd, int q7)
7 {
8   int wo = (__UINTPTR_TYPE__)&rd;
9 
10   while (q7 < 1)
11     {
12       int kv;
13       short int v3;
14 
15       for (v3 = 0; v3 < 82; v3 += 3)
16         {
17         }
18 
19       kv = zr ? 0 : v3;
20       yx = kv < rd;
21       zr = zr && yx;
22       ++q7;
23     }
24 }
25