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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [compat/] [init/] [dtor1.h] - Blame information for rev 779

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
struct B
2
{
3
  int x;
4
  B (int);
5
  ~B ();
6
};
7
 
8
struct C1 : public B {
9
  C1 (int);
10
};
11
 
12
struct C2 : public B {
13
  C2 (int);
14
};
15
 
16
struct D : public B {
17
  D (int);
18
};
19
 
20
struct E : public B {
21
  E (int);
22
};
23
 
24
struct A
25
  : public C1, C2, virtual public D, virtual public E
26
{
27
  A ();
28
  B x1;
29
  B x2;
30
};

powered by: WebSVN 2.1.0

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