summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/warn/pr86453.C
blob: 318f406b03d8d8d479b68f87602bbb11cb062e57 (plain)
1
2
3
4
5
// { dg-do compile }
// { dg-additional-options "-flto" { target lto } }
struct X {
  int *__attribute__((aligned(2), packed)) a; // { dg-warning "attribute ignored" }
} b;