Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / template24.C
blob33d9d4cfd5a4a95a41deded823ad53017e9de8c2
1 /* PR c++/29731. This used to ICE in uses_template_parms. */
3 template<int> struct A {};
5 void foo()
7   A<({})> a; /* { dg-error "forbids braced-groups within expressions|statement-expressions|template argument 1 is invalid|invalid type" } */