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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [opt/] [cfg5.C] - Blame information for rev 749

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

Line No. Rev Author Line
1 693 jeremybenn
/* PR rtl-optimization/34035 */
2
/* Origin: Janis Johnson  */
3
 
4
/* { dg-do compile } */
5
/* { dg-options "-O2 -fnon-call-exceptions -ffast-math -fno-gcse" } */
6
 
7
class One {
8
public:
9
    One () { e[0] = e[1] = 0.0; }
10
    double e[2];
11
};
12
 
13
template 
14
class Two {
15
public:
16
    Two();
17
private:
18
    T *data;
19
    int arraySize;
20
};
21
 
22
template 
23
Two::Two() {
24
   data = new T[arraySize];
25
}
26
 
27
class Three {
28
protected:
29
  Two data;
30
};
31
 
32
class Four : public Three {
33
public:
34
  Four ();
35
  void Foo (int n);
36
};
37
 
38
Four :: Four (){
39
   Foo (1);
40
}

powered by: WebSVN 2.1.0

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