Re: [testsuite][ARM target attributes] Fix effective_target tests

2016-01-19 Thread Kyrill Tkachov
Hi Christophe, On 04/01/16 14:21, Christophe Lyon wrote: On 4 January 2016 at 15:20, Christophe Lyon wrote: On 18 December 2015 at 15:16, Kyrill Tkachov wrote: Hi Christophe, On 17/12/15 22:17, Christophe Lyon wrote: Hi, Here is an updated version of this patch. I did test it with -mthum

Re: [testsuite][ARM target attributes] Fix effective_target tests

2016-01-04 Thread Christophe Lyon
On 4 January 2016 at 15:20, Christophe Lyon wrote: > On 18 December 2015 at 15:16, Kyrill Tkachov > wrote: >> Hi Christophe, >> >> >> On 17/12/15 22:17, Christophe Lyon wrote: >>> >>> Hi, >>> >>> Here is an updated version of this patch. >>> I did test it with >>> -mthumb/-march=armv8-a/-mfpu=cry

Re: [testsuite][ARM target attributes] Fix effective_target tests

2016-01-04 Thread Christophe Lyon
On 18 December 2015 at 15:16, Kyrill Tkachov wrote: > Hi Christophe, > > > On 17/12/15 22:17, Christophe Lyon wrote: >> >> Hi, >> >> Here is an updated version of this patch. >> I did test it with >> -mthumb/-march=armv8-a/-mfpu=crypto-neon-fp-armv8/-mfloat-abi=hard in >> addition to my usual set

Re: [testsuite][ARM target attributes] Fix effective_target tests

2015-12-18 Thread Kyrill Tkachov
Hi Christophe, On 17/12/15 22:17, Christophe Lyon wrote: Hi, Here is an updated version of this patch. I did test it with -mthumb/-march=armv8-a/-mfpu=crypto-neon-fp-armv8/-mfloat-abi=hard in addition to my usual set of options. Compared to the previous version: - I added some doc in sourcebui

Re: [testsuite][ARM target attributes] Fix effective_target tests

2015-12-17 Thread Christophe Lyon
Hi, Here is an updated version of this patch. I did test it with -mthumb/-march=armv8-a/-mfpu=crypto-neon-fp-armv8/-mfloat-abi=hard in addition to my usual set of options. Compared to the previous version: - I added some doc in sourcebuild.texi - I no longer modify arm_vfp_ok... - I replaced all

Re: [testsuite][ARM target attributes] Fix effective_target tests

2015-12-10 Thread Christophe Lyon
On 10 December 2015 at 14:14, Kyrill Tkachov wrote: > > On 10/12/15 13:04, Christophe Lyon wrote: >> >> On 10 December 2015 at 13:30, Kyrill Tkachov >> wrote: >>> >>> Hi Christophe, >>> >>> >>> On 08/12/15 11:18, Christophe Lyon wrote: On 8 December 2015 at 11:50, Kyrill Tkachov w

Re: [testsuite][ARM target attributes] Fix effective_target tests

2015-12-10 Thread Kyrill Tkachov
On 10/12/15 13:04, Christophe Lyon wrote: On 10 December 2015 at 13:30, Kyrill Tkachov wrote: Hi Christophe, On 08/12/15 11:18, Christophe Lyon wrote: On 8 December 2015 at 11:50, Kyrill Tkachov wrote: Hi Christophe, On 27/11/15 13:00, Christophe Lyon wrote: Hi, After the recent commi

Re: [testsuite][ARM target attributes] Fix effective_target tests

2015-12-10 Thread Christophe Lyon
On 10 December 2015 at 13:30, Kyrill Tkachov wrote: > Hi Christophe, > > > On 08/12/15 11:18, Christophe Lyon wrote: >> >> On 8 December 2015 at 11:50, Kyrill Tkachov >> wrote: >>> >>> Hi Christophe, >>> >>> >>> On 27/11/15 13:00, Christophe Lyon wrote: Hi, After the recent co

Re: [testsuite][ARM target attributes] Fix effective_target tests

2015-12-10 Thread Kyrill Tkachov
Hi Christophe, On 08/12/15 11:18, Christophe Lyon wrote: On 8 December 2015 at 11:50, Kyrill Tkachov wrote: Hi Christophe, On 27/11/15 13:00, Christophe Lyon wrote: Hi, After the recent commits from Christian adding target attributes support for ARM FPU settings, I've noticed that some of

Re: [testsuite][ARM target attributes] Fix effective_target tests

2015-12-08 Thread Christophe Lyon
On 8 December 2015 at 11:50, Kyrill Tkachov wrote: > Hi Christophe, > > > On 27/11/15 13:00, Christophe Lyon wrote: >> >> Hi, >> >> After the recent commits from Christian adding target attributes >> support for ARM FPU settings, I've noticed that some of the tests >> were failing because of inco

Re: [testsuite][ARM target attributes] Fix effective_target tests

2015-12-08 Thread Kyrill Tkachov
Hi Christophe, On 27/11/15 13:00, Christophe Lyon wrote: Hi, After the recent commits from Christian adding target attributes support for ARM FPU settings, I've noticed that some of the tests were failing because of incorrect assumptions wrt to the default cpu/fpu/float-abi of the compiler. T

Re: [testsuite][ARM target attributes] Fix effective_target tests

2015-12-04 Thread Christophe Lyon
Ping? On 27 November 2015 at 14:00, Christophe Lyon wrote: > Hi, > > After the recent commits from Christian adding target attributes > support for ARM FPU settings, I've noticed that some of the tests > were failing because of incorrect assumptions wrt to the default > cpu/fpu/float-abi of the

[testsuite][ARM target attributes] Fix effective_target tests

2015-11-27 Thread Christophe Lyon
Hi, After the recent commits from Christian adding target attributes support for ARM FPU settings, I've noticed that some of the tests were failing because of incorrect assumptions wrt to the default cpu/fpu/float-abi of the compiler. This patch fixes the problems I've noticed in the following w