Re: [PATCH, rs6000] Tests for builtin vec_neg updated

2018-02-26 Thread Segher Boessenkool
Hi Carl, On Thu, Feb 22, 2018 at 07:41:10AM -0800, Carl Love wrote: > * gcc.target/powerpc/builtins-3.c: Move vec_neg builtin tests to > Power 8 test file. > * gcc.target/powerpc/builtins-3-p8.c: Add vec_neg builtin tests. > * gcc.target/powerpc/fold-vec-neg-char.c(dg-optio

[PATCH, rs6000] Tests for builtin vec_neg updated

2018-02-22 Thread Carl Love
GCC maintainers: The following patch updates the various vec_neg tests to only run on Power 8 and beyond. The vec_neg builtin is only supported for Power 8 and beyond, as corrected in commit 257812. The fold-vec-neg-{char | floatdouble | short].c test cases did not get updated to only run on Pow