URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [opt/] [dtor2-aux.cc] - Rev 862
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile } // { dg-options "" } #include "dtor2.h" A::A () {} A::~A () {} void B::mb () {} B::B (int) {} B::~B () {} void C::mc () {} C::C (int x) : B (x) {} D::~D () {}
Go to most recent revision | Compare with Previous | Blame | View Log