[Bug c++/11679] ICE in finish_file, at cp/decl2.c:2727: varray out of bounds
harinath at cs dot umn dot edu
gcc-bugzilla@gcc.gnu.org
Sun Jul 27 04:13:00 GMT 2003
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.
More information about the Gcc-bugs
mailing list