https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92923
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Peter Bergner <berg...@gcc.gnu.org>: https://gcc.gnu.org/g:4b39d801b2698d0f756231f6f8fa0be5a36f0c05 commit r10-6529-g4b39d801b2698d0f756231f6f8fa0be5a36f0c05 Author: Peter Bergner <berg...@linux.ibm.com> Date: Sat Feb 8 17:33:08 2020 -0600 rs6000: Fix testsuite fallout from previous fix. [PR93136] The fix for PR target/92923 exposed some test cases with fragile scan-assembler-times counting. Split the test cases into smaller functions, which allows less chance of optimizations causing slight instruction count numbers. gcc/testsuite/ PR target/93136 * gcc.dg/vmx/ops.c: Add -flax-vector-conversions to dg-options. * gcc.target/powerpc/vsx-vector-6.h: Split tests into smaller functions. * gcc.target/powerpc/vsx-vector-6.p7.c: Adjust scan-assembler-times regex directives. Adjust expected instruction counts. * gcc.target/powerpc/vsx-vector-6.p8.c: Likewise. * gcc.target/powerpc/vsx-vector-6.p9.c: Likewise.