------- Comment #4 from pinskia at gcc dot gnu dot org 2007-05-20 21:44 ------- Created an attachment (id=13591) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13591&action=view) new patch
This new patch changes one little thing dealing with how with indirect references are handled in dr_analyze_indices. If we already inserted indices for array references and the indirect reference is not changing, dnn't add that index of 0. This lets us get rid of the chang in build_classic_dist_vector_1 which I was worried about. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13587|0 |1 is obsolete| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31995