[Bug middle-end/36633] [4.4 Regression] warning array subscript is below array bounds on delete [] with -O2, -Wall

2008-07-31 Thread jason at gcc dot gnu dot org
--- Comment #16 from jason at gcc dot gnu dot org 2008-07-31 17:39 --- Subject: Bug 36633 Author: jason Date: Thu Jul 31 17:38:08 2008 New Revision: 138425 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=138425 Log: PR c++/36633 * init.c (build_new_1): Don't

[Bug middle-end/36633] [4.4 Regression] warning array subscript is below array bounds on delete [] with -O2, -Wall

2008-07-31 Thread jason at gcc dot gnu dot org
--- Comment #17 from jason at gcc dot gnu dot org 2008-07-31 17:41 --- The offending optimization in forwprop2 seems to have been disabled on the trunk. I also just checked in a patch to simplify the code generated for new, though it doesn't seem to have been the problem in this PR.

[Bug middle-end/36633] [4.4 Regression] warning array subscript is below array bounds on delete [] with -O2, -Wall

2008-07-29 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug middle-end/36633] [4.4 Regression] warning array subscript is below array bounds on delete [] with -O2, -Wall

2008-07-18 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||diagnostic Known to work||4.3.1

[Bug middle-end/36633] [4.4 regression] warning array subscript is below array bounds on delete [] with -O2, -Wall

2008-07-11 Thread paolo dot carlini at oracle dot com
--- Comment #15 from paolo dot carlini at oracle dot com 2008-07-11 21:36 --- I'm tentatively recategorizing as middle-end, if I'm missing something just override me... -- paolo dot carlini at oracle dot com changed: What|Removed |Added