> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47522#c4 > > I think valgrind should simply special-case these kind of out of bounds > checks based on the instruction that was used.
Great. Why don't you tell me then how I am supposed to differentiate between a vector load that is deliberately out of bounds vs one that is out of bounds by accident, so I can emit an error for the latter but not for the former?
> http:// gcc.gnu. org/bugzilla/ show_bug. cgi?id= 47522#c4
>
> I think valgrind should simply special-case these kind of out of bounds
> checks based on the instruction that was used.
Great. Why don't you tell me then how I am supposed to differentiate
between a vector load that is deliberately out of bounds vs one that is
out of bounds by accident, so I can emit an error for the latter but
not for the former?