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] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
// { dg-do run  }
// { dg-do run  }
// { dg-options "-g" }
// { dg-options "-g" }
// Internal compiler error on egcs 1.0.1 i586-pc-linux-gnulibc1.
// Internal compiler error on egcs 1.0.1 i586-pc-linux-gnulibc1.
// From: Max Lawson 
// From: Max Lawson 
// Message-Id: <9803091022.AA07520@drfmc.ceng.cea.fr>
// Message-Id: <9803091022.AA07520@drfmc.ceng.cea.fr>
typedef __SIZE_TYPE__ size_t;
typedef __SIZE_TYPE__ size_t;
struct dummy { };
struct dummy { };
struct arrrrrgh { };
struct arrrrrgh { };
template
template
struct whyyyyyyy { };
struct whyyyyyyy { };
template
template
struct grrrrrrrr { };
struct grrrrrrrr { };
template
template
class no_future
class no_future
{
{
public:
public:
  template
  template
  no_future(const grrrrrrrr*,S>& man )  { }
  no_future(const grrrrrrrr*,S>& man )  { }
  ~no_future( ) { }
  ~no_future( ) { }
private:
private:
  no_future(const no_future&);
  no_future(const no_future&);
  no_future& operator=(const no_future&);
  no_future& operator=(const no_future&);
};
};
int main( )
int main( )
{
{
  grrrrrrrr*> man;
  grrrrrrrr*> man;
  no_future here(man);
  no_future here(man);
  return 0;
  return 0;
}
}
 
 

powered by: WebSVN 2.1.0

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