URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [init/] [new6.C] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-options "-fkeep-inline-functions" }
struct B1 { virtual ~B1(); };
struct B2 { virtual ~B2(); };
struct D : B1, B2 {};
struct X : D { X (); };
X::X () { new int; }
Go to most recent revision | Compare with Previous | Blame | View Log