[Bug c++/12051] [3.4 Regression] internal compiler error: in pop_binding, at cp/decl.c:1138
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Aug 25 13:29:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12051
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-25 13:29 -------
Here is the sources reduced some more:
struct tableDescriptor_st { };
class TTable{ class iterator { }; };
class TTableDescriptor : public TTable { typedef tableDescriptor_st* iterator; };
class TGenericTable : public TTable
{
TTableDescriptor *fColDescriptors;
class iterator { };
};
More information about the Gcc-bugs
mailing list