Richard Guenther - Re: [PATCH, vectorizer]: Fix PR tree-optimize/30938: Fix off-by-one erro (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Hello!
This [obvious] patch fixes off-by-one error in vectorizable_call() function. With this patch, x86_64 can be bootstrapped with -ftree-vectorize.
Patch was bootstrapped on x86_64-pc-linux-gnu (with -O2 -g -ftree-vectorize) and regression tested on vectorizer testcases. Patch was commited to SVN as obvious.