diff --git a/gcc/testsuite/gcc.dg/weak/typeof-2.c b/gcc/testsuite/gcc.dg/weak/typeof-2.c index afce17f53cb..c6e45624810 100644 --- a/gcc/testsuite/gcc.dg/weak/typeof-2.c +++ b/gcc/testsuite/gcc.dg/weak/typeof-2.c @@ -40,6 +40,8 @@ int bar3 (int x) // { dg-final { if [string match {sh[elb1-9]*-*-*} $target_triplet ] {return} } } // Likewise for S/390 targets // { dg-final { if [string match s390*-*-* $target_triplet ] {return} } } +// Likewise for ARM targets +// { dg-final { if [string match arm*-*-* $target_triplet ] {return} } } // Likewise for CRIS targets. // { dg-final { if [string match cris-*-* $target_triplet ] {return} } } // Likewise for m68k targets.