On Fri, Mar 18, 2016 at 10:31 AM, Andre Vieira (lists) <andre.simoesdiasvie...@arm.com> wrote: > On 16/07/15 16:31, Kyrill Tkachov wrote: >> Hi all, >> >> This scan-assembler test was failing for me when testing with an >> explicit /-march=armv7-a variant because >> it clashed with the -mcpu=cortex-m7 and overrode it. >> >> This patch skips the test if the user forces an incompatible -march or >> -mcpu option. >> The test now appears as UNSUPPORTED in these conditions and PASSes >> normally. >> >> Applied as obvious with r225892. >> >> Thanks, >> Kyrill >> >> 2015-07-16 Kyrylo Tkachov <kyrylo.tkac...@arm.com> >> >> * gcc.target/arm/no-volatile-in-it.c: Skip if -mcpu is overriden. > > OK to backport this to gcc-5-branch?
Ok ... it was *obvious* , if you're hitting it on the gcc-5 branch then apply it. Ramana > > Cheers, > Andre