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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.robertl/] [980310-1.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 run  }
2
// { dg-options "-g" }
3
// Internal compiler error on egcs 1.0.1 i586-pc-linux-gnulibc1.
4
// From: Max Lawson 
5
// Message-Id: <9803091022.AA07520@drfmc.ceng.cea.fr>
6
 
7
 
8
typedef __SIZE_TYPE__ size_t;
9
 
10
struct dummy { };
11
 
12
struct arrrrrgh { };
13
 
14
template
15
struct whyyyyyyy { };
16
 
17
template
18
struct grrrrrrrr { };
19
 
20
template
21
class no_future
22
{
23
public:
24
 
25
  template
26
  no_future(const grrrrrrrr*,S>& man )  { }
27
 
28
  ~no_future( ) { }
29
 
30
private:
31
 
32
  no_future(const no_future&);
33
  no_future& operator=(const no_future&);
34
};
35
 
36
int main( )
37
{
38
  grrrrrrrr*> man;
39
 
40
  no_future here(man);
41
 
42
  return 0;
43
}
44
 

powered by: WebSVN 2.1.0

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