On Tue, Dec 06, 2016 at 01:23:24PM -0800, Carl E. Love wrote: > Per the feedback I received on the first and second versions of the > patch I have created the following patch to modify the original commit > for the vector compare built-in support. Specifically, the tests were > broken into files for the processors that supports them. This allows > for specific control over specifying the effective targets and compiler > options. > > The patch has been boot strapped and tested on > powerpc64le-unknown-linux-gnu (Power 8) and on > powerpc64-unknown-linux-gnu (Power 7). > > > Is this ok for trunk?
This looks good, please apply. Thanks, Segher > 2016-12-06 Carl Love <c...@us.ibm.com> > > * gcc.target/powerpc/builtins-3.c: Move built-in tests for P8 and > P9 to their own test file. This allows precise constraints on the > effective target and compile options. > * gcc.target/powerpc/builtins-3-p8.c: New file for the vector > compare P8 built-in tests. > * gcc.target/powerpc/builtins-3-p9.c: New file for the vector > compare P9 built-in tests.