OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.old-deja/] [g++.other/] [virtual5.C] - Blame information for rev 699

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 699 jeremybenn
// { dg-do assemble  }
2
// { dg-options "-w" }
3
// Origin: Derived from code by Andris Pavenis 
4
 
5
class vector {};
6
 
7
class V
8
{
9
};
10
 
11
class A : public vector
12
{
13
};
14
 
15
class B : public A, virtual V, public vector
16
{
17
  B() {}
18
};
19
 
20
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.