diff mbox

[MIPS,committed] microMIPS testsuite cleanup

Message ID FD3DCEAC5B03E9408544A1E416F112420192D3C999@NA-MBX-04.mgc.mentorg.com
State New
Headers show

Commit Message

Moore, Catherine May 4, 2016, 2:56 p.m. UTC
2016-05-04  Kwok Cheung Yeung  <kcy@codesourcery.com>

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

Patch

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>