Re: [PATCH, testsuite/ARM] Skip pr70496.c for cortex-m devices

2016-04-07 Thread Kyrill Tkachov
On 07/04/16 17:13, Thomas Preudhomme wrote: On Wednesday 06 April 2016 12:09:25 Kyrill Tkachov wrote: Hi Thomas, On 06/04/16 12:03, Thomas Preudhomme wrote: Hi, Testcase in gcc.target/arm/pr70496.c uses an .arm directive so assumes the target has an ARM execution state. This patch adds a dg-

Re: [PATCH, testsuite/ARM] Skip pr70496.c for cortex-m devices

2016-04-07 Thread Thomas Preudhomme
On Wednesday 06 April 2016 12:09:25 Kyrill Tkachov wrote: > Hi Thomas, > > On 06/04/16 12:03, Thomas Preudhomme wrote: > > Hi, > > > > Testcase in gcc.target/arm/pr70496.c uses an .arm directive so assumes the > > target has an ARM execution state. This patch adds a dg-skip-if directive > > to sk

Re: [PATCH, testsuite/ARM] Skip pr70496.c for cortex-m devices

2016-04-06 Thread Ramana Radhakrishnan
On Wed, Apr 6, 2016 at 12:03 PM, Thomas Preudhomme wrote: > Hi, > > Testcase in gcc.target/arm/pr70496.c uses an .arm directive so assumes the > target has an ARM execution state. This patch adds a dg-skip-if directive to > skip that test on Cortex-M targets since they don't have such an execution

Re: [PATCH, testsuite/ARM] Skip pr70496.c for cortex-m devices

2016-04-06 Thread Kyrill Tkachov
Hi Thomas, On 06/04/16 12:03, Thomas Preudhomme wrote: Hi, Testcase in gcc.target/arm/pr70496.c uses an .arm directive so assumes the target has an ARM execution state. This patch adds a dg-skip-if directive to skip that test on Cortex-M targets since they don't have such an execution state. C

[PATCH, testsuite/ARM] Skip pr70496.c for cortex-m devices

2016-04-06 Thread Thomas Preudhomme
Hi, Testcase in gcc.target/arm/pr70496.c uses an .arm directive so assumes the target has an ARM execution state. This patch adds a dg-skip-if directive to skip that test on Cortex-M targets since they don't have such an execution state. ChangeLog entry is as follows: *** gcc/testsuite/Chang