2 pr39100.c from the execute part of the gcc torture tests.
9 #pragma disable_warning 85
12 /* Bad PTA results (incorrect store handling) was causing us to delete
27 #ifndef __SDCC_pdk14 // Lack of memory
60 testTortureExecute (void)
62 #ifndef __SDCC_pdk14 // Lack of memory
63 struct C c
= { 0, 0, 0 };
64 struct E e
[2] = { { 0, &e
[1] }, { 1, 0 } };
68 if (c
.cn
!= 1 || c
.cp
!= 1)