2016-05-04 Kwok Cheung Yeung <k...@codesourcery.com> * gcc.target/mips/mips16-attributes.c: Skip if -mmicromips flag is present.
Index: gcc.target/mips/mips16-attributes.c =================================================================== --- gcc.target/mips/mips16-attributes.c (revision 235880) +++ gcc.target/mips/mips16-attributes.c (working copy) @@ -3,6 +3,7 @@ function. */ /* { dg-do run } */ /* { dg-options "(-mips16)" } */ +/* { dg-skip-if "" { *-*-* } { "-mmicromips" } { "" } } */ #include <stdlib.h>