Re: [PATCH, testsuite] Fix gcc.dg/vect/pr59354.c

2015-02-27 Thread Jakub Jelinek
On Fri, Feb 27, 2015 at 09:08:30AM +0100, Richard Biener wrote: > On Fri, Feb 27, 2015 at 12:34 AM, Pat Haugen > wrote: > > The subject testcase is failing on older powerpc64 hardware that doesn't > > support vector instructions because the prolog code is saving callee save > > vector registers us

Re: [PATCH, testsuite] Fix gcc.dg/vect/pr59354.c

2015-02-27 Thread Richard Biener
On Fri, Feb 27, 2015 at 12:34 AM, Pat Haugen wrote: > The subject testcase is failing on older powerpc64 hardware that doesn't > support vector instructions because the prolog code is saving callee save > vector registers used in the loop before the check_vect() call has even been > performed. Fol

[PATCH, testsuite] Fix gcc.dg/vect/pr59354.c

2015-02-26 Thread Pat Haugen
The subject testcase is failing on older powerpc64 hardware that doesn't support vector instructions because the prolog code is saving callee save vector registers used in the loop before the check_vect() call has even been performed. Following was tested on powerpc64-linux. Ok for trunk/4.9 br