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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [conv1.C] - Blame information for rev 693

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// { dg-do compile }
2
 
3
// Copyright (C) 2001 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 29 Dec 2001 
5
 
6
// PR 4361. Template conversion operators were not overloaded.
7
 
8
template  struct Second;
9
 
10
template struct First
11
{
12
  int Foo ();
13
 
14
  template  operator Second();
15
  template  operator First();
16
};
17
 
18
template  int First::Foo ()
19
{} // This is here to make sure we didn't smash Foo's decl in the
20
   // method vector
21
 
22
struct B { };
23
struct D { };
24
 
25
void Foo ()
26
{
27
  First (First::*pf)() = &First::operator First;
28
}

powered by: WebSVN 2.1.0

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