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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.mike/] [net29.C] - Blame information for rev 149

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

Line No. Rev Author Line
1 149 jeremybenn
// { dg-do assemble  }
2
// This is a test case for the recent libg++ make check problem.
3
 
4
class SubString {
5
public:
6
  SubString();
7
  SubString(const SubString& x);
8
};
9
 
10
class String {
11
public:
12
  String();
13
  String(const SubString&  x);
14
};
15
 
16
int operator!=(const String& x, const SubString&  y);
17
int operator!=(const String& x, const String& y);
18
 
19
int operator!=(const SubString& x, const String& y);
20
int operator!=(const SubString& x, const SubString&  y);
21
 
22
void comparetest()
23
{
24
  String x;
25
  SubString s;
26
  x != s;
27
}

powered by: WebSVN 2.1.0

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