1 /* PR middle-end/57748 */
3 /* ICE in expand_assignment:
4 misalignp == true, !MEM_P (to_rtx), offset != 0,
5 => gcc_assert (TREE_CODE (offset) == INTEGER_CST) */
9 extern void abort (void);
12 __attribute__ ((vector_size (2 * sizeof (long long)), may_alias
));
14 typedef struct S
{ V a
; V b
[0]; } P
__attribute__((aligned (1)));
16 struct __attribute__((packed
)) T
{ char c
; P s
; };
18 void __attribute__((noinline
, noclone
))
21 if (t
->s
.b
[0][0] != 3 || t
->s
.b
[0][1] != 4)
25 int __attribute__((noinline
, noclone
))
31 void __attribute__((noinline
, noclone
))
42 struct T
*t
= (struct T
*) calloc (128, 1);