URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [init/] [new6.C] - Rev 315
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