Re: [PATCH, rs6000] fix-ups for vec-cmpne-long.c runtime tests

2018-02-02 Thread Segher Boessenkool
Hi! On Wed, Jan 31, 2018 at 01:50:37PM -0600, Will Schmidt wrote: > The vec-cmpne-long.c tests targets -mcpu=power8, but always dg-do-run, even > on P7 (or earlier) systems. Add a dg-do run requirement for p8vector_hw to > prevent illegal instruction errors. > (noticed during review of test res

[PATCH, rs6000] fix-ups for vec-cmpne-long.c runtime tests

2018-01-31 Thread Will Schmidt
Hi, The vec-cmpne-long.c tests targets -mcpu=power8, but always dg-do-run, even on P7 (or earlier) systems. Add a dg-do run requirement for p8vector_hw to prevent illegal instruction errors. (noticed during review of test results from a P7). Sniff tests look good. OK for trunk? Th