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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [tree-ssa/] [pr46987.C] - Blame information for rev 715

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

Line No. Rev Author Line
1 693 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O" } */
3
 
4
struct A {
5
  virtual A *getThis();
6
};
7
 
8
struct B {
9
  virtual B *getThis();
10
};
11
 
12
struct AB : public A, public B {
13
  virtual AB *getThis() { return 0; }
14
};
15
 
16
void foo ()
17
{
18
  AB ab;
19
  B *b = &ab;
20
  b->getThis();
21
}
22
 

powered by: WebSVN 2.1.0

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