2 20020129-1.c from the execute part of the gcc torture suite.
11 /* This testcase failed at -O2 on IA-64, because scheduling did not take
12 into account conditional execution when using cselib for alias
15 struct D
{ int d1
; struct D
*d2
; };
16 struct C
{ struct D c1
; long c2
, c3
, c4
, c5
, c6
; };
17 struct A
{ struct A
*a1
; struct C
*a2
; };
18 struct B
{ struct C b1
; struct A
*b2
; };
20 #ifndef __SDCC_pdk14 // Lack of memory
22 foo (struct B
*x
, struct B
*y
)
53 testTortureExecute (void)
55 #ifndef __SDCC_pdk14 // Lack of memory