Re: [PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec align tests.

2017-10-31 Thread James Greenhalgh
us Shawcroft > Subject: Re: [PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec > align tests. > > Hi All, > > I've submitted a patch to fix this > https://gcc.gnu.org/ml/gcc-patches/2017-10/msg00971.html > > Permission (just as the new patch) to backport

Re: [PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec align tests.

2017-10-23 Thread Tamar Christina
From: Christophe Lyon Sent: Friday, October 6, 2017 5:07:44 PM To: Tamar Christina Cc: Rainer Orth; gcc-patches@gcc.gnu.org; nd; James Greenhalgh; Richard Earnshaw; Marcus Shawcroft Subject: Re: [PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec align tests. On 6 October 2017 at 09:45,

Re: [PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec align tests.

2017-10-16 Thread Tamar Christina
Sent: Friday, October 6, 2017 5:07:44 PM To: Tamar Christina Cc: Rainer Orth; gcc-patches@gcc.gnu.org; nd; James Greenhalgh; Richard Earnshaw; Marcus Shawcroft Subject: Re: [PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec align tests. On 6 October 2017 at 09:45, Tamar Christina

Re: [PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec align tests.

2017-10-06 Thread Christophe Lyon
ichard Earnshaw; >> Marcus Shawcroft >> Subject: Re: [PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing >> vec align tests. >> >> Hi Tamar, >> >> > Previously I had corrected the vect_hw_misalign check which prompted >> > these th

RE: [PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec align tests.

2017-10-06 Thread Tamar Christina
> -Original Message- > From: Rainer Orth [mailto:r...@cebitec.uni-bielefeld.de] > Sent: 05 October 2017 20:16 > To: Tamar Christina > Cc: gcc-patches@gcc.gnu.org; nd; James Greenhalgh; Richard Earnshaw; > Marcus Shawcroft > Subject: Re: [PATCH][GCC][testsuite][mid-e

Re: [PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec align tests.

2017-10-05 Thread Rainer Orth
Hi Tamar, > Previously I had corrected the vect_hw_misalign check which prompted these > three test to start failing because the condition needs to be inverted in the > testcases. > > Regtested on aarch64-none-elf, arm-none-linux-gnueabihf and > x86_64-pc-linux-gnu. > > Ok for trunk? > > Thanks,

Re: [PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec align tests.

2017-10-05 Thread Richard Earnshaw (lists)
On 02/10/17 14:13, Tamar Christina wrote: > Hi All, > > Previously I had corrected the vect_hw_misalign check which prompted these > three test to start failing because the condition needs to be inverted in the > testcases. > > Regtested on aarch64-none-elf, arm-none-linux-gnueabihf and > x86_64

[PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec align tests.

2017-10-02 Thread Tamar Christina
Hi All, Previously I had corrected the vect_hw_misalign check which prompted these three test to start failing because the condition needs to be inverted in the testcases. Regtested on aarch64-none-elf, arm-none-linux-gnueabihf and x86_64-pc-linux-gnu. Ok for trunk? Thanks, Tamar. gcc/testsuit