2 20020213-1.c from the execute part of the gcc torture suite.
11 #pragma disable_warning 85
14 This testcase failed on IA-32 at -O0, because safe_from_p
15 incorrectly assumed it is safe to first write into a.a2 b-1
16 and then read the original value from it. */
30 a
.a2
= a
.a2
< b
- 1 ? a
.a2
: b
- 1;
41 testTortureExecute (void)