1 /* PR middle-end/57748 */
3 /* wrong code in expand_assignment:
4 misalignp == true, !MEM_P (to_rtx),
5 offset == 0, bitpos >= GET_MODE_PRECISION,
10 extern void abort (void);
13 __attribute__ ((vector_size (2 * sizeof (long long)), may_alias
));
15 typedef struct S
{ V a
; V b
[0]; } P
__attribute__((aligned (1)));
17 struct __attribute__((packed
)) T
{ char c
; P s
; };
19 void __attribute__((noinline
, noclone
))
22 if (t
->s
.b
[0][0] != 3 || t
->s
.b
[0][1] != 4)
26 void __attribute__((noinline
, noclone
))
36 struct T
*t
= (struct T
*) calloc (128, 1);