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++/11679] New: ICE in finish_file, at cp/decl2.c:2727: varray out of bounds


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11679

           Summary: ICE in finish_file, at cp/decl2.c:2727: varray out of
                    bounds
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: harinath at cs dot umn dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

Compiling the attached file causes an ICE in finish_file().

/home/grad04/harinath/z/z/foo.cc: At global scope:
/home/grad04/harinath/z/z/foo.cc:18526: internal compiler error: virtual array 
   RTTI decls[10]: element 10 out of bounds in finish_file, at cp/decl2.c:2727
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Since the ICE is at global scope, and I have a simple fix, I gave up on getting
a smaller testcase.


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