[Bug c++/16593] New: ICE: vector VEC(tree) index domain error, in VEC_tree_index at cp/cp-tree.h:944
wanderer at rsu dot ru
gcc-bugzilla@gcc.gnu.org
Fri Jul 16 19:25:00 GMT 2004
Current CVS mainline G++ (gcc version 3.5.0 20040716) ICE at code:
---8X------------------------------
class C;
struct D {
D() {}
virtual ~D() {}
};
struct E : public D {
void (C::*Impl)();
E(void (C::*impl)())
: Impl(impl) {}
};
---8X------------------------------
with message:
Test.cc:9: internal compiler error: vector VEC(tree) index domain error, in
VEC_tree_index at cp/cp-tree.h:944
Please submit a full bug report,
with preprocessed source if appropriate.
--
Summary: ICE: vector VEC(tree) index domain error, in
VEC_tree_index at cp/cp-tree.h:944
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: wanderer at rsu dot ru
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i386-unknown-freebsd5.1
GCC host triplet: i386-unknown-freebsd5.1
GCC target triplet: i386-unknown-freebsd5.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16593
More information about the Gcc-bugs
mailing list