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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [template/] [conv5.C] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
// { dg-do compile }
2
 
3
// Copyright (C) 2001 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 26 Dec 2002 
5
 
6
// PR 764. Failed to find friend in overload resolution
7
 
8
template 
9
struct S
10
{
11
  friend bool operator== (const S&, const S&) {
12
    return true;
13
  }
14
};
15
 
16
int main ()
17
{
18
   // S s;
19
 
20
  const S *p = 0;
21
  *p == *p; // error
22
}

powered by: WebSVN 2.1.0

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