r275254 - in /branches/gcc-8-branch/gcc/testsui...
iains@gcc.gnu.org
iains@gcc.gnu.org
Sat Aug 31 19:59:00 GMT 2019
Author: iains
Date: Sat Aug 31 19:59:46 2019
New Revision: 275254
URL: https://gcc.gnu.org/viewcvs?rev=275254&root=gcc&view=rev
Log:
[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-08-31 Iain Sandoe <iain@sandoe.co.uk>
Backport from mainline.
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.
Modified:
branches/gcc-8-branch/gcc/testsuite/ChangeLog
branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr80125.c
More information about the Gcc-cvs
mailing list