1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-rtl-expand" } */
8 unsigned long f(unsigned char *p10
) {
9 struct S
*p
= (struct S
*) (p10
+ 10);
13 /* The p->c memory access should have alignment of 4 bytes. */
15 /* { dg-final { scan-rtl-dump "MEM\[^\\n\]*A32" "expand" } } */