RE: [PATCH][GCC][ARM] Fix failing testcase pragma_fpu_attribute.c

2017-12-12 Thread Tamar Christina
rg; nd ; Ramana Radhakrishnan > ; Richard Earnshaw > ; ni...@redhat.com; Kyrylo Tkachov > > Subject: Re: [PATCH][GCC][ARM] Fix failing testcase pragma_fpu_attribute.c > > On 11 December 2017 at 12:56, Tamar Christina > wrote: > >> > > > >> > >

Re: [PATCH][GCC][ARM] Fix failing testcase pragma_fpu_attribute.c

2017-12-11 Thread Christophe Lyon
On 11 December 2017 at 12:56, Tamar Christina wrote: >> > > >> > > It also works when I build natively using just configure && make. >> > > Could be >> > something in the configure flags. >> > > Looking back at it, if the vanilla compiler doesn't support neon I >> > > can see the test failing. But

RE: [PATCH][GCC][ARM] Fix failing testcase pragma_fpu_attribute.c

2017-12-11 Thread Tamar Christina
> > > > > > It also works when I build natively using just configure && make. > > > Could be > > something in the configure flags. > > > Looking back at it, if the vanilla compiler doesn't support neon I > > > can see the test failing. But fixing it means Turning on neon and > > > then turning it >

RE: [PATCH][GCC][ARM] Fix failing testcase pragma_fpu_attribute.c

2017-12-11 Thread Tamar Christina
gt; >> Sent: Monday, December 11, 2017 09:02 > >> 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 fa

Re: [PATCH][GCC][ARM] Fix failing testcase pragma_fpu_attribute.c

2017-12-11 Thread Christophe Lyon
; Ramana Radhakrishnan >> ; Richard Earnshaw >> ; ni...@redhat.com; Kyrylo Tkachov >> >> Subject: Re: [PATCH][GCC][ARM] Fix failing testcase pragma_fpu_attribute.c >> >> On 8 December 2017 at 15:53, Tamar Christina >> wrote: >> > Hi All,

RE: [PATCH][GCC][ARM] Fix failing testcase pragma_fpu_attribute.c

2017-12-11 Thread Tamar Christina
chov > > Subject: Re: [PATCH][GCC][ARM] Fix failing testcase pragma_fpu_attribute.c > > On 8 December 2017 at 15:53, Tamar Christina > wrote: > > Hi All, > > > > My previous patch had two issues with the new test cases. > > It seems that depending on which

Re: [PATCH][GCC][ARM] Fix failing testcase pragma_fpu_attribute.c

2017-12-11 Thread Christophe Lyon
On 8 December 2017 at 15:53, Tamar Christina wrote: > Hi All, > > My previous patch had two issues with the new test cases. > It seems that depending on which DejaGnu version you have > dg-additional-options will add the options before or after the > ones added by the test suite. Which means I can