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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [g++.old-deja/] [g++.other/] [mangle2.C] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
// { dg-do assemble  }
2
// Test for overloaded operators in "C" linkage
3
 
4
extern "C" {
5
typedef struct b
6
{
7
  int a;
8
} c;
9
 
10
extern const c z;
11
 
12
inline bool operator!=(const c& x, const c& y)
13
{
14
  return x.a != y.a;
15
}
16
}
17
 
18
void foo();
19
 
20
void bar(c x)
21
{
22
  if (x != z)
23
    foo();
24
}

powered by: WebSVN 2.1.0

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