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/] [inherit/] [covariant5.C] - Blame information for rev 779

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

Line No. Rev Author Line
1 301 jeremybenn
// { dg-do compile }
2
 
3
// Copyright (C) 2002 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 27 Dec 2002 
5
 
6
// We ICE'd
7
 
8
struct c0 {};
9
 
10
struct c1 : virtual c0
11
{
12
  virtual c0 &f2();
13
};
14
 
15
struct c3 : c1
16
{
17
  virtual c1 &f2();
18
};
19
 
20
c1 &c3::f2()
21
{
22
  throw 0;
23
}
24
 
25
struct c4 : virtual c3
26
{
27
};

powered by: WebSVN 2.1.0

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