2 20001101-1.c from the execute part of the gcc torture tests.
9 #pragma disable_warning 88
14 unsigned int unchanging
: 1;
17 rtx
dummy ( int *a
, rtx
*b
)
24 void bogus (rtx insn
, rtx thread
, rtx delay_list
)
29 delay_list
= dummy ( &must_annul
, &new_thread
);
30 if (delay_list
== 0 && new_thread
)
34 if (delay_list
&& must_annul
)
36 if (new_thread
!= thread
)
41 testTortureExecute (void)
44 bogus (&baz
, (rtx
)7, 0);