Re: [GCC][ARM] Skip tests that assume target supports arm mode, when testing M profiles

2016-03-21 Thread Andre Vieira (lists)
On 21/03/16 10:39, Ramana Radhakrishnan wrote: > On Thu, Mar 17, 2016 at 4:39 PM, Andre Vieira (lists) > wrote: >> Hello, >> >> This patch skips four tests that assume a target supports ARM mode when >> testing M-profiles. >> Tested it by running the four tests for A-profiles and M-profiles. >> >>

Re: [GCC][ARM] Skip tests that assume target supports arm mode, when testing M profiles

2016-03-21 Thread Ramana Radhakrishnan
On Thu, Mar 17, 2016 at 4:39 PM, Andre Vieira (lists) wrote: > Hello, > > This patch skips four tests that assume a target supports ARM mode when > testing M-profiles. > Tested it by running the four tests for A-profiles and M-profiles. > > Is this ok? OK. Ramana > > Cheers, > Andre > > gcc/test

[GCC][ARM] Skip tests that assume target supports arm mode, when testing M profiles

2016-03-19 Thread Andre Vieira (lists)
Hello, This patch skips four tests that assume a target supports ARM mode when testing M-profiles. Tested it by running the four tests for A-profiles and M-profiles. Is this ok? Cheers, Andre gcc/testsuite/ChangeLog: 2016-03-17 Andre Vieira * gcc/testsuite/gcc.target/arm/attr-align1.c: