]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/gen-attrs-18.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-18.C
CommitLineData
e28d52cf
DS
1// PR c++/17542
2// Test that we warn when an attribute preceding the class-key is ignored.
3// { dg-do compile { target c++11 } }
4
5[[gnu::packed]] struct A // { dg-warning "attribute" }
6{
7 char c;
8 int x;
9 void f();
10};
This page took 5.162353 seconds and 5 git commands to generate.