This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16593] New: ICE: vector VEC(tree) index domain error, in VEC_tree_index at cp/cp-tree.h:944


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]