https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101985
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by William Schmidt <wschm...@gcc.gnu.org>: https://gcc.gnu.org/g:049aa656393299d2ff23f0292c6f49e5057e2909 commit r10-10289-g049aa656393299d2ff23f0292c6f49e5057e2909 Author: Bill Schmidt <wschm...@linux.ibm.com> Date: Tue Nov 23 15:57:27 2021 -0600 rs6000: Fix vec_cpsgn parameter order (PR101985) Backport r12-4361 to releases/gcc-10. 2021-11-23 Bill Schmidt <wschm...@linux.ibm.com> gcc/ PR target/101985 * config/rs6000/altivec.h (vec_cpsgn): Swap operand order. gcc/testsuite/ PR target/101985 * gcc.target/powerpc/pr101985-1.c: New. * gcc.target/powerpc/pr101985-2.c: New.