Re: [PATCH, rs6000] Correct dg directives on recently added vec-extract tests

2019-02-02 Thread Segher Boessenkool
Hi! On Fri, Feb 01, 2019 at 02:58:48PM -0600, Kelvin Nilsen wrote: > Overnight regression testing revealed a portability problem with several > recently installed tests. The tests were observed to fail on a power7 test > platform. > > The tests, which are intended to execute, are compiled with

[PATCH, rs6000] Correct dg directives on recently added vec-extract tests

2019-02-01 Thread Kelvin Nilsen
Overnight regression testing revealed a portability problem with several recently installed tests. The tests were observed to fail on a power7 test platform. The tests, which are intended to execute, are compiled with -mcpu=power8. Thus, they require power 8 hardware. I have regression tes