URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [static2.C] - Rev 701
Go to most recent revision | Compare with Previous | Blame | View Log
//PR c++/26573
void foo()
{
struct A { static int i; }; // { dg-error "shall not have" }
}
template<typename T>
void bar()
{
struct B { static int j; }; // { dg-error "shall not have" }
}
Go to most recent revision | Compare with Previous | Blame | View Log