URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [parse/] [struct-3.C] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
// PR c++/18731
struct A
{
struct B;
typedef B C;
};
struct A::C {}; // { dg-error "invalid class name" }
Go to most recent revision | Compare with Previous | Blame | View Log