]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/gen-attrs-71.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-71.C
CommitLineData
4e4a8c28
JJ
1// PR c++/92648
2// { dg-do compile { target c++11 } }
3
4int a [[gnu::no_such_attribute(![!(!)!]!,;;)]]; // { dg-warning "ignored" }
5int b [[no_such_namespace::nonexisting_attribute(linear(c, d : 2), reduction(*:e), linear(uval (f)))]]; // { dg-warning "ignored" }
6int c [[gnu::nonexisting_attribute()]]; // { dg-warning "ignored" }
7int d [[gnu::another_nonexistent_attr(1,"abcd",g+6)]]; // { dg-warning "ignored" }
This page took 0.161946 seconds and 5 git commands to generate.