1 /* PR middle-end/57748 */
3 /* wrong code in expand_expr_real_1. */
7 extern void abort (void);
10 __attribute__ ((vector_size (2 * sizeof (long long)), may_alias
));
12 typedef struct S
{ V a
; V b
[0]; } P
__attribute__((aligned (1)));
14 struct __attribute__((packed
)) T
{ char c
; P s
; };
16 void __attribute__((noinline
, noclone
))
19 if (p
->b
[0][0] != 3 || p
->b
[0][1] != 4)
23 void __attribute__((noinline
, noclone
))
33 struct T
*t
= (struct T
*) calloc (128, 1);