]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/gen-attrs-43.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-43.C
CommitLineData
e28d52cf
DS
1// { dg-do compile { target c++11 } }
2template <class T> struct A { };
3
4template [[gnu::packed]] struct A<int>; // { dg-warning "ignored in explicit instantiation" }
This page took 5.342158 seconds and 5 git commands to generate.