Hi Richard, On 04/01/2011 06:10 PM, Tom de Vries wrote: > On 04/01/2011 05:34 PM, Richard Earnshaw wrote: >> On Fri, 2011-04-01 at 16:47 +0200, Tom de Vries wrote: >>> Reposting, with ChangeLog. >> >> +/* { dg-options "-march=armv7-a -mthumb -Os" } */ >> >> No, use dg-require-effective-target. The above doesn't work properly >> with multilib testing. >> > > Changed it into: > > +/* { dg-options "-mthumb -Os" } */ > +/* { dg-require-effective-target arm_thumb2_ok } */ >
Is this updated version ( http://gcc.gnu.org/ml/gcc-patches/2011-04/msg00058.html ) ok for trunk? Thanks, - Tom