2 20170111-1.c from the execute part of the gcc torture suite.
11 /* PR rtl-optimization/79032 */
12 /* Reported by Daniel Cederman <cederman@gaisler.com> */
14 #ifndef __SDCC_pdk14 // Lack of memory
24 static long foo (struct S
*s
);
26 static long foo (struct S
*s
)
36 testTortureExecute (void)
38 #ifndef __SDCC_pdk14 // Lack of memory
40 struct S s
= { 0, 0, 0, 0, 2, &val
};