On 23/03/17 16:02, Thomas Preudhomme wrote: > Hi, > > gcc.target/arm/atomic_loaddi_11.c testcase contributed in r246365 does > not test the changed code since ARMv7-R does not have division > instructions in ARM state. This patch changes it to target Cortex-R5 > processor instead which does have division instructions in ARM state. > > ChangeLog entry is as follows: > > *** gcc/testsuite/ChangeLog *** > > 2017-03-22 Thomas Preud'homme <thomas.preudho...@arm.com > > PR target/80082 > * gcc.target/arm/atomic_loaddi_11.c: Target Cortex-R5 instead of > ARMv7-R. > > Is this ok for stage4? > > Best regards, > > Thomas > > atomic_loaddi_11_cortexr5.patch > > > diff --git a/gcc/testsuite/gcc.target/arm/atomic_loaddi_11.c > b/gcc/testsuite/gcc.target/arm/atomic_loaddi_11.c > index > 275669bd76356dc7c7b6a5373792d9a5089ede51..4ada2efd5f047154f2ca2fb39e9432c96ee1d42b > 100644 > --- a/gcc/testsuite/gcc.target/arm/atomic_loaddi_11.c > +++ b/gcc/testsuite/gcc.target/arm/atomic_loaddi_11.c > @@ -1,7 +1,6 @@ > /* { dg-do compile } */ > /* { dg-require-effective-target arm_arch_v7r_ok } */ > -/* { dg-options "-O2" } */ > -/* { dg-add-options arm_arch_v7r } */ > +/* { dg-options "-O2 -mcpu=cortex-r5" } */ > > #include <stdatomic.h> > >
Will that work properly if doing multilib testing with a specific CPU target? R.