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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.other/] [debug1.C] - Diff between revs 154 and 816

Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
// { dg-do assemble  }
// { dg-do assemble  }
// { dg-options "-g" }
// { dg-options "-g" }
typedef unsigned int size_t;
typedef unsigned int 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.