On 11/04/13 08:19, Aldy Hernandez wrote:
Hi.While looking over some of your testcases I noticed that array subscripts are not being properly adjusted: foo(int i) { array[i] = .... } The `i' should use the simd array magic instead of ICEing :). Is the attached patch OK for the branch? Aldy
Ughh, my apologies for the lack of subject. Fixed in this followup.