------- Comment #6 from spop at gcc dot gnu dot org 2007-06-22 07:52 ------- Subject: Re: [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)
It is not the vectorizer that is in fault here: applying my patch does not impact the output of -fdump-tree-vect-all-all except for one of the dependence tests that is now classified as SIV (single induction variable). The error should be downstream, after the vectorizer. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32457