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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.old-deja/] [g++.other/] [debug1.C] - Blame information for rev 699

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 699 jeremybenn
// { dg-do assemble  }
2
// { dg-options "-g" }
3
 
4
typedef unsigned int size_t;
5
 
6
 
7
struct dummy { };
8
 
9
struct arrrrrgh { };
10
 
11
 
12
template
13
struct whyyyyyyy { };
14
 
15
 
16
 
17
 
18
template
19
struct grrrrrrrr { };
20
 
21
 
22
template
23
class no_future
24
{
25
public:
26
 
27
 
28
  template
29
  no_future(const grrrrrrrr*,S>& man )  { }
30
 
31
  ~no_future( ) { }
32
 
33
private:
34
 
35
 
36
  no_future(const no_future&);
37
  no_future& operator=(const no_future&);
38
};
39
 
40
 
41
int main( )
42
{
43
  grrrrrrrr*> man;
44
 
45
  no_future here(man);
46
 
47
  return 0;
48
}

powered by: WebSVN 2.1.0

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