[Bug c++/15035] New: ICE on public public inheritance
gianni at mariani dot ws
gcc-bugzilla@gcc.gnu.org
Wed Apr 21 07:39:00 GMT 2004
The code below will cause an ICE on gcc-3.4-20040121.
struct zoo {};
class foo
: public public zoo
{
};
--
Summary: ICE on public public inheritance
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gianni at mariani dot ws
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i386-redhat-linux
GCC host triplet: i386-redhat-linux
GCC target triplet: i386-redhat-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15035
More information about the Gcc-bugs
mailing list