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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20081118-1_0.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
/* { dg-lto-do link } */
2
 
3
class C {
4
 public:
5
  C();
6
  virtual ~C();
7
  virtual void foo();
8
};
9
void bar() {
10
  new C();
11
}
12
 
13
C::C() {
14
 
15
}
16
 
17
C::~C() {
18
 
19
}
20
 
21
void C::foo() {
22
}
23
 
24
int main(void)
25
{
26
  return 0;
27
}

powered by: WebSVN 2.1.0

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