[Bug tree-optimization/24963] [4.1/4.2 Regression] gcc.dg/vect/vect-62.c scan-tree-dump-times not vectorized: redundant loop. no profit to vectorize. 1 fails

dorit at il dot ibm dot com gcc-bugzilla@gcc.gnu.org
Mon Dec 5 14:17:00 GMT 2005



------- Comment #3 from dorit at il dot ibm dot com  2005-12-05 14:17 -------
> Dorit, is it only a matter of changing the expected error message?

Yes - the error message checks that the vectorizer detected that it's not worth
while to vectorize the loop because all operations in the loop are either dead
or only used outside the loop and can be moved out of the loop (e.g.
invariants, inductions). In other words - the loop should have been optimized
away by scalar optimizations. Indeed, this is what now happens - so the
specific loop that issued this message does not exist anymore. This dg line can
be removed from the test.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24963



More information about the Gcc-bugs mailing list