Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / warn / pr86453.C
blob34d967da69375526826ef2bf01ca2590ccc2760b
1 // { dg-do compile }
2 // { dg-additional-options "-flto" { target lto } }
3 struct X {
4   int *__attribute__((aligned(2), packed)) a; // { dg-warning "ignoring attribute .packed. because it conflicts with attribute .aligned." }
5 } b;