1 /* PR rtl-optimization/16968 */
2 /* Testcase by Jakub Jelinek <jakub@redhat.com> */
24 extern void exit (int);
25 extern void abort (void);
34 dummy2 (void *x
, void *y
)
43 __builtin_memset (&v
, 0x55, sizeof (v
));
48 check (void *x
, struct S
*y
)
50 if (y
->a
|| y
->f
.b
|| y
->f
.c
|| y
->f
.d
|| y
->f
.e
)
56 bar (unsigned int x
, void *y
)
58 const struct T t
= { 0, 0, (void *) 0, 0 };
65 u
= baz (sizeof (struct V
));
72 if (!check (v
, &u
->j
.g
) || !check (v
, &u
->j
.h
))
78 foo (unsigned int *x
, unsigned int y
, void **z
)
85 for (i
= 0; i
< y
; i
++)
113 unsigned int one
= 1;