1 // { dg-do run { xfail arm-*-* sh-*-* ia64-hp-hpux* } }
3 // NMS:2003-04-21 this fails on strict aligned architectures again,
4 // the patch was reverted because it broke something more important.
6 // Copyright (C) 2002 Free Software Foundation, Inc.
7 // Contributed by Nathan Sidwell 8 Aug 2002 <nathan@codesourcery.com>
9 // WRS SPR 63496, lost packed attribute when accessing a packed
10 // field. This matters on aligned architectures like sh
12 struct thing { int m; };
17 thing m __attribute__ ((packed)); // { dg-warning "attribute ignored" "" { target default_packed } }
25 p.m = t; /* runtime bus error here */