2 20180112-1.c from the execute part of the gcc torture tests.
9 /* PR rtl-optimization/83565 */
10 /* Testcase by Sergei Trofimovich <slyfox@inbox.ru> */
14 u32
bug (u32
* result
);
15 u32
bug (u32
* result
)
17 volatile u32 ss
= 0xFFFFffff;
18 volatile u32 d
= 0xEEEEeeee;
19 u32 tt
= d
& 0x00800000;
22 r
= (r
>> 31) | (r
<< 1);
32 testTortureExecute (void)
34 #ifndef __SDCC_pdk14 // Lack of memory
37 if (off
!= 0x7fffffff)