URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [abstract3.C] - Rev 695
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/51431struct A // { dg-message "note" }{virtual void foo() = 0; // { dg-message "note" }};struct B{A a; // { dg-error "abstract" }B() : a() {} // { dg-error "abstract" }};
Go to most recent revision | Compare with Previous | Blame | View Log
