This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13409] New: Internal Compiler Error: struct to enum redefinition.
- From: "dradivoj at proteomesystems dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Dec 2003 04:08:54 -0000
- Subject: [Bug c++/13409] New: Internal Compiler Error: struct to enum redefinition.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gcc version 2.95.4 20011002 (Debian prerelease)
and gcc version 3.3.1 and perhaps others in between
crash on this trivial code:
-------------------- cut-here ---------
struct A {
struct B {
};
};
int main()
{
enum A::B;
return 0;
}
----------- cut-here ----------
--
Summary: Internal Compiler Error: struct to enum redefinition.
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dradivoj at proteomesystems dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13409