]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/gen-attrs-47-1.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-47-1.C
CommitLineData
e28d52cf
DS
1// { dg-do compile { target c++11 } }
2int
3foo ()
4{
5 int i [[and, bitor, xor_eq, compl, bitand]]; // { dg-warning "ignored" }
6 i = 0;
7 return i;
8}
This page took 4.758443 seconds and 5 git commands to generate.