http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49960
--- Comment #5 from razya at gcc dot gnu.org 2011-11-16 15:01:52 UTC --- Author: razya Date: Wed Nov 16 15:01:47 2011 New Revision: 181411 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181411 Log: PR tree-optimization/49960 * tree-data-ref.c (initialize_data_dependence_relation): Add initializations. Remove call to compute_self_dependence. (compute_affine_dependence): Remove the !DDR_SELF_REFERENCE condition. (compute_self_dependence): Remove old code. Add call to compute_affine_dependence. (compute_all_dependences): Remove call to compute_self_dependence. Add call to compute_affine_dependence. Modified: trunk/gcc/ChangeLog trunk/gcc/tree-data-ref.c