------- Comment #14 from mark at codesourcery dot com 2008-07-10 14:58 ------- Subject: Re: [4.4 regression] warning "array subscript is below array bounds" on delete [] with -O2, -Wall
rguenther at suse dot de wrote: > Can the FE mark this array-access with TREE_NO_WARNING? Or is it not > in array_ref form? In general, the FE cannot do that; the array might have (say) 128-byte elements, but there will still only be (say) 8 bytes for the cookie. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36633