This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11679] ICE in finish_file, at cp/decl2.c:2727: varray out of bounds in --enable-checking mode
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2003 15:01:35 -0000
- Subject: [Bug c++/11679] ICE in finish_file, at cp/decl2.c:2727: varray out of bounds in --enable-checking mode
- References: <20030727040902.11679.harinath@cs.umn.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-10 15:01 -------
Fixed for 3.4 by:
2003-09-09 Richard Henderson <rth@redhat.com>
* decl2.c (finish_file): Avoid out-of-bounds array reference
during memmove.