https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92433
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Mon Nov 11 20:05:49 2019 New Revision: 278066 URL: https://gcc.gnu.org/viewcvs?rev=278066&root=gcc&view=rev Log: PR bootstrap/92433 * config/rs6000/rs6000-c.c (altivec_build_resolved_builtin): Guard ALTIVEC_BUILTIN_VEC_VCMPGE_P argument swapping with n == 3 check. Use std::swap. Modified: trunk/gcc/ChangeLog trunk/gcc/config/rs6000/rs6000-c.c