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] 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



------- Additional Comments From harinath at cs dot umn dot edu  2003-07-27 04:13 -------
Created an attachment (id=4485)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4485&action=view)
possible fix

And here's a possible fix, that covers up the symptoms.  I'm not sure about the
semantics of VARRAY_TREE (..).	If the index allowed to be one-past-the-end,
then the checking code has to be fixed instead.


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