Re: [PATCH][GCC][ARM] Fix fragile arm fpu attribute tests.

2018-01-09 Thread Kyrill Tkachov
e Lyon [mailto:christophe.l...@linaro.org] > Sent: Thursday, December 21, 2017 21:39 > To: Tamar Christina > Cc: gcc-patches@gcc.gnu.org; nd ; Ramana Radhakrishnan > ; Richard Earnshaw > ; ni...@redhat.com; Kyrylo Tkachov > > Subject: Re: [PATCH][GCC][ARM] Fix fragile arm fpu attribute tes

RE: [PATCH][GCC][ARM] Fix fragile arm fpu attribute tests.

2018-01-09 Thread Tamar Christina
rd Earnshaw > ; ni...@redhat.com; Kyrylo Tkachov > > Subject: Re: [PATCH][GCC][ARM] Fix fragile arm fpu attribute tests. > > On 21 December 2017 at 15:24, Tamar Christina > wrote: > > The 12/14/2017 20:46, Christophe Lyon wrote: > >> On 14 December 2017 at 11:56, Ta

Re: [PATCH][GCC][ARM] Fix fragile arm fpu attribute tests.

2017-12-21 Thread Christophe Lyon
On 21 December 2017 at 15:24, Tamar Christina wrote: > The 12/14/2017 20:46, Christophe Lyon wrote: >> On 14 December 2017 at 11:56, Tamar Christina >> wrote: >> > The 12/13/2017 08:49, Christophe Lyon wrote: >> >> On 12 December 2017 at 18:29, Tamar Christina >> >> wrote: >> >> > Hi All, >> >

Re: [PATCH][GCC][ARM] Fix fragile arm fpu attribute tests.

2017-12-21 Thread Tamar Christina
The 12/14/2017 20:46, Christophe Lyon wrote: > On 14 December 2017 at 11:56, Tamar Christina wrote: > > The 12/13/2017 08:49, Christophe Lyon wrote: > >> On 12 December 2017 at 18:29, Tamar Christina > >> wrote: > >> > Hi All, > >> > > >> > The previous test made use of arm_neon.h which made the

Re: [PATCH][GCC][ARM] Fix fragile arm fpu attribute tests.

2017-12-14 Thread Christophe Lyon
On 14 December 2017 at 11:56, Tamar Christina wrote: > The 12/13/2017 08:49, Christophe Lyon wrote: >> On 12 December 2017 at 18:29, Tamar Christina >> wrote: >> > Hi All, >> > >> > The previous test made use of arm_neon.h which made the whole test >> > rather fragile and only applicable to some

Re: [PATCH][GCC][ARM] Fix fragile arm fpu attribute tests.

2017-12-14 Thread Tamar Christina
The 12/13/2017 08:49, Christophe Lyon wrote: > On 12 December 2017 at 18:29, Tamar Christina wrote: > > Hi All, > > > > The previous test made use of arm_neon.h which made the whole test > > rather fragile and only applicable to some of the arm targets. > > > > So instead I make use of different f

Re: [PATCH][GCC][ARM] Fix fragile arm fpu attribute tests.

2017-12-13 Thread Christophe Lyon
On 12 December 2017 at 18:29, Tamar Christina wrote: > Hi All, > > The previous test made use of arm_neon.h which made the whole test > rather fragile and only applicable to some of the arm targets. > > So instead I make use of different fpus now to test the generation of > fmla instructions. The

[PATCH][GCC][ARM] Fix fragile arm fpu attribute tests.

2017-12-12 Thread Tamar Christina
Hi All, The previous test made use of arm_neon.h which made the whole test rather fragile and only applicable to some of the arm targets. So instead I make use of different fpus now to test the generation of fmla instructions. The actual instruction itself is not tested as all we care about if th