2018-07-12 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / warn / pr86453.C
blob318f406b03d8d8d479b68f87602bbb11cb062e57
1 // { dg-do compile }
2 // { dg-additional-options "-flto" { target lto } }
3 struct X {
4   int *__attribute__((aligned(2), packed)) a; // { dg-warning "attribute ignored" }
5 } b;