URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [parse/] [template22.C] - Rev 704
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c++/29731. This used to ICE in uses_template_parms. */
template<int> struct A {};
A<({})> a; /* { dg-error "forbids braced-groups within expressions|statement-expressions|template argument 1 is invalid|invalid type" } */
Go to most recent revision | Compare with Previous | Blame | View Log