URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [inherit/] [virtual3.C] - Rev 867
Go to most recent revision | Compare with Previous | Blame | View Log
//PR c++/29022struct A{operator int();};struct B : virtual A; // { dg-error "token" }int foo(B &b){return b; // { dg-error "cannot convert" }}
Go to most recent revision | Compare with Previous | Blame | View Log
