2 /* { dg-options "-fschedule-insns" { target scheduling } } */
4 extern void abort (void);
13 } __attribute__((may_alias
));
15 int __attribute__((noinline
,noclone
))
16 foo (struct U
*p
, struct U
*q
)
29 if (foo ((struct U
*)(p
+ 1), (struct U
*)p
) != 1)