re PR bootstrap/92433 (r276645 breaks bootstrap on powerpc)
authorJakub Jelinek <jakub@redhat.com>
Mon, 11 Nov 2019 20:05:49 +0000 (21:05 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 11 Nov 2019 20:05:49 +0000 (21:05 +0100)
commit4f67832ee1e9929d76bc05cd5daa1c2cf12d0dd0
tree1bcccfa307a6e4c937af5cffbaea13772222e300
parent7cec95887a274390a45b266622ef15dcb1c2b784
re PR bootstrap/92433 (r276645 breaks bootstrap on powerpc)

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.

From-SVN: r278066
gcc/ChangeLog
gcc/config/rs6000/rs6000-c.c