On Jul 25, 2011, at 6:52 PM, Kaelyn Uhrain wrote:

> Author: rikka
> Date: Mon Jul 25 20:52:28 2011
> New Revision: 136046
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=136046&view=rev
> Log:
> Expand array bounds checking to work in the presence of unary & and *,
> and to work with pointer arithmetic in addition to array indexing.
> 
> The new pointer arithmetic porition of the array bounds checking can be
> turned on by -Warray-bounds-pointer-arithmetic (and is off by default).

As we discussed can you please revert this (it's causing some test failures in 
the gcc-testsuite as run with clang) while getting a fix for the address of an 
invalid index?

-eric
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to