Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr96514.c
blob891b4da2b1e81f138a35aae035d8095f14235af3
1 /* { dg-do compile } */
3 int __attribute__ ((pure, returns_twice))
4 r0 (void);
6 void
7 vy (int t7)
9 while (t7 == 0)
10 r0 ();
13 void
14 qw (int t7)
16 vy (t7);
18 if (0)
19 r0 ();
22 void __attribute__ ((simd))
23 un (int t7)
25 qw (t7);
26 qw (t7);