* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-55.C
blobc4e6deabe1dc6534fe2de8c3451cba538adde624
1 // PR c++/58584
2 // { dg-do compile { target c++11 } }
4 struct A
6   int i alignas(this);  // { dg-error "17:invalid use of 'this'" }
7 };
9 template<int> struct B
11   int j alignas(this);  // { dg-error "17:invalid use of 'this'" }