This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36633] warning "array subscript is below array bounds" on delete [] with -O2, -Wall
- 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: 25 Jun 2008 21:00:47 -0000
- Subject: [Bug c++/36633] warning "array subscript is below array bounds" on delete [] with -O2, -Wall
- References: <bug-36633-14909@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from pinskia at gcc dot gnu dot org 2008-06-25 21:00 -------
(In reply to comment #5)
> This bug is similar to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35593 which
> is fixed in mainline.
It is like that but this one is really the C++ front-end emitting weird trees
to begin with which is confusing the rest of the middle-end.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36633