2 /* { dg-do compile } */
3 /* { dg-options "-O -Wno-incompatible-pointer-types" } */
7 } __attribute__ ((packed
));
9 long* f8 (struct A
*p
) { return &p
->i
; }
10 /* { dg-warning "may result in an unaligned pointer value" "" { target { ! default_packed } } .-1 } */