URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [static9.C] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/17524
template<typename T> struct A
{
static const T i = 0; // { dg-error "declared void" "void" }
};
A<void> a; // { dg-message "required" }
Go to most recent revision | Compare with Previous | Blame | View Log