mips16-attributes.c: Skip if -mmicromips flag is present.
authorKwok Cheung Yeung <kcy@codesourcery.com>
Wed, 4 May 2016 14:56:19 +0000 (14:56 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Wed, 4 May 2016 14:56:19 +0000 (10:56 -0400)
2016-05-04  Kwok Cheung Yeung  <kcy@codesourcery.com>

* gcc.target/mips/mips16-attributes.c: Skip if -mmicromips
flag is present.

From-SVN: r235881

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/mips16-attributes.c

index ddde8776f6b4067826feeca2e62d8fea4ba5e689..06a1f0766f7e3715f92eb93155fe800ab83eb0b4 100644 (file)
@@ -1,3 +1,8 @@
+2016-05-04  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * gcc.target/mips/mips16-attributes.c: Skip if -mmicromips
+       flag is present.
+
 2016-05-04  Marek Polacek  <polacek@redhat.com>
 
        PR c/48778
index 28bb9aae7fa23efe2514b987d5b5e874a7311ce8..d90ec66d037df43ef10f5a6d166b0d0c3691e8df 100644 (file)
@@ -3,6 +3,7 @@
    function.  */
 /* { dg-do run } */
 /* { dg-options "(-mips16)" } */
+/* { dg-skip-if "" { *-*-* } { "-mmicromips" } { "" } } */
 
 #include <stdlib.h>