2 20071108-1.c from the execute part of the gcc torture suite.
13 /* PR tree-optimization/32575 */
18 unsigned char s3
, s4
, s5
;
35 test (void *a
, void *b
)
42 memset (p
, 0, sizeof (*p
));
52 testTortureExecute (void)
56 struct S
*z
= test ((void *) &a
, (void *) &b
);
57 if (z
== 0 || z
->s1
!= (void *) &a
|| z
->s2
!= (void *) &b
|| z
->s3
|| z
->s4
)