On 06/16/2016 11:47 AM, Kelvin Nilsen wrote: > This patch improves upon a recently committed patch to add support for > Power9 vector absolute difference unsigned instructions in two ways: > > 1. The dg-require-effective-target directive is changed in all tests to > allow the test to run even though the tests are not run on a Power9 > platform, as long as the associated as tool understands Power9 > instructions. A dg-skip-if directive is added to all tests to disable > these tests on aix hosts, because that platform is known to have > incompatibilities for these tests. > > 2. The body of the vadsdub-2.c test is modified to test different > behavior than is tested by vadsdub-1.c. In the previous commit, these > two tests were identical. >
Sorry for quick-fingering my post. I meant to add before posting that I have bootstrapped and regression tested on powerpc64le-unkonwn-linux-gnu with no regressions. Is this ok for trunk? Is it ok for gcc-6 after a few days of burn-in on the trunk? Thanks.