2 20020810-1.c from the execute part of the gcc torture suite.
11 #if 0 // TODO: enable when support for struct initialization is complete!
13 This testcase was miscompiled on x86-64, because classify_argument
14 wrongly computed the offset of nested structure fields. */
26 struct R R
= { 100, 200 };
30 if (r
.a
.x
!= R
.a
.x
|| r
.b
.x
!= R
.b
.x
)
40 void testTortureExecute (void)
46 if (r
.a
.x
!= R
.a
.x
|| r
.b
.x
!= R
.b
.x
)