]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/noexcept55.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / noexcept55.C
CommitLineData
9bdc2a8f
MP
1// PR c++/91581 - ICE in exception-specification of defaulted ctor.
2// { dg-do compile { target c++11 } }
3
4struct A {
5 A() noexcept(sizeof(A)) = default;
6};
7
8A a;
This page took 0.283419 seconds and 5 git commands to generate.