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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [other/] [pr22003.C] - Blame information for rev 823

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

Line No. Rev Author Line
1 149 jeremybenn
/* PR rtl-optimization/22003 */
2
/* { dg-do compile } */
3
/* { dg-require-effective-target freorder } */
4
/* { dg-options "-O2 -fno-exceptions -freorder-blocks-and-partition" } */
5
 
6
struct c1
7
{
8
      virtual ~c1();
9
};
10
class c4;
11
 
12
struct c2
13
{
14
      virtual c4* func();
15
};
16
 
17
struct c3 : c1, c2
18
{
19
      c4* func();
20
};
21
 
22
c4* c3::func()
23
{
24
}
25
 

powered by: WebSVN 2.1.0

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