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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [lookup/] [scoped3.C] - Blame information for rev 301

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
 
2
// { dg-do compile }
3
 
4
// Copyright (C) 2002 Free Software Foundation, Inc.
5
// Contributed by Nathan Sidwell 24 Dec 2002 
6
 
7
// PR 7964. ICE with scoped method call
8
 
9
struct A {
10
  virtual void ostr() const;
11
};
12
 
13
class B : public virtual A {};
14
 
15
template
16
struct C : public B
17
{
18
  void ostr() const
19
  {    B::ostr();  }
20
};
21
 
22
 
23
template struct C;

powered by: WebSVN 2.1.0

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