https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97075
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Kewen Lin <li...@gcc.gnu.org>: https://gcc.gnu.org/g:5427bd4d57c0376e51fc7b256e76aa46c43aa8cf commit r11-3422-g5427bd4d57c0376e51fc7b256e76aa46c43aa8cf Author: Kewen Lin <li...@linux.ibm.com> Date: Thu Sep 24 00:40:47 2020 -0500 test: Adjust case p9-vec-length-full-6.c [PR97075] The commit r11-3230 brings a nice improvement to use full vectors instead of partial vectors when available. This patch is to fix the test failures on p9-vec-length-full-6.c, where 64bit/32bit pairs are able to use full vector instead. Bootstrapped/regtested on powerpc64le-linux-gnu P9. gcc/testsuite/ChangeLog: PR tree-optimization/97075 * gcc.target/powerpc/p9-vec-length-full-6.c: Adjust.