[Darwin, PPC, testsuite] Fix pr80125 testcase for Darwin.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 23 Jun 2019 20:12:22 +0000 (20:12 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 23 Jun 2019 20:12:22 +0000 (20:12 +0000)
commit5fe352455b80c6a998607cd80b7c9452484718da
tree37534d6c3f13fcc3841a02f362f5df949cce9051
parentfb007b0dd34e5e93b9efbbcd79e3f2763816ab8e
[Darwin, PPC, testsuite] Fix pr80125 testcase for Darwin.

Darwin (unlike most of the members of the PowerPC port family)
defaults to signed chars, so the test was failing to compile with
a "mismatched parameters" error.

2019-06-23  Iain Sandoe  <iain@sandoe.co.uk>

* gcc.target/powerpc/pr80125.c (foo): Use an unsigned char
vector explicitly for the vec_perm.

From-SVN: r272605
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr80125.c