blob: 34d967da69375526826ef2bf01ca2590ccc2760b [file] [log] [blame]
// { dg-do compile }
// { dg-additional-options "-flto" { target lto } }
struct X {
int *__attribute__((aligned(2), packed)) a; // { dg-warning "ignoring attribute .packed. because it conflicts with attribute .aligned." }
} b;