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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.old-deja/] [g++.bugs/] [891230_01.C] - Rev 699

Compare with Previous | Blame | View Log

// { dg-do run  }
// g++ 1.36.1 bug 891230_01

// g++ gives typedefs which are nested within class declarations a scope
// which is local to the class declaration itself.  This causes examples
// like the following to get compile-time errors.

// Cfront 2.0 passes this test.

// keywords: typedef, nested types, scope

struct foo {

    typedef foo* foo_p;
    void member (foo_p);
};

void foo::member (foo_p p) {    // { dg-bogus "" } s
}

int main () { return 0; }

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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