URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [pr51463.C] - Rev 701
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/51463
// { dg-do compile }
// { dg-options "-std=c++11" }
struct A
{
static virtual int i = 0; // { dg-error "both virtual and static|declared as" }
};
Go to most recent revision | Compare with Previous | Blame | View Log