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++.law/] [access1.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 assemble  }
// { dg-do assemble  }
// GROUPS passed access
// GROUPS passed access
// access file
// access file
// Message-Id: <9211281852.AA24557@cove.cis.ufl.edu>
// Message-Id: <9211281852.AA24557@cove.cis.ufl.edu>
// From: Robert Forsman 
// From: Robert Forsman 
// Subject: method access bug in gcc-2.3.1 on a sparc-sun-sunos4.1.2
// Subject: method access bug in gcc-2.3.1 on a sparc-sun-sunos4.1.2
// Date: Sat, 28 Nov 92 13:52:14 EST
// Date: Sat, 28 Nov 92 13:52:14 EST
extern "C" {
extern "C" {
    int atoi(const char*);
    int atoi(const char*);
}
}
struct thingus;
struct thingus;
class foo {
class foo {
public:
public:
  static const foo alpha;
  static const foo alpha;
  static const foo beta;
  static const foo beta;
private:
private:
  int i;
  int i;
  foo(thingus * s);
  foo(thingus * s);
public:
public:
  foo() {i=0;}
  foo() {i=0;}
};
};
struct thingus {
struct thingus {
  int i;
  int i;
};
};
static thingus blah, blah2;
static thingus blah, blah2;
const foo foo::alpha(&blah);
const foo foo::alpha(&blah);
const foo foo::beta(&blah2);
const foo foo::beta(&blah2);
 
 

powered by: WebSVN 2.1.0

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