On Tue, Nov 15, 2011 at 12:31:39PM +0200, Razya Ladelsky wrote: > This patch fixes the failures described in > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49960 > It also fixes bzips when run with autopar enabled.
Sorry, I've been away and couldn't react to this earlier, but the patch looks wrong to me. The reason why I've been calling compute_self_dependence from the gather handling code is to do there what we did for normal data references in compute_all_dependences, except for the affine stuff. So, when compute_all_dependences no longer calls it, neither should vect_analyze_data_refs. Jakub