2 pr15262.c from the execute part of the gcc torture tests.
11 /* We used to mis-compile this testcase as we did not know that
12 &a+offsetof(b,a) was the same as &a.b */
25 #ifndef __SDCC_pdk14 // Lack of memory
27 foo(struct A
*locp
, int i
, int str
)
32 /* Currently, the alias analyzer has limited support for handling
33 aliases of structure fields when no other variables are aliased.
34 Introduce additional aliases to confuse it. */
50 testTortureExecute (void)
52 #ifndef __SDCC_pdk14 // Lack of memory
57 str
= foo (&loc
, 10, 3);