[MIPS, committed] microMIPS testsuite cleanup

Moore, Catherine Catherine_Moore@mentor.com
Wed May 4 14:56:00 GMT 2016


2016-05-04  Kwok Cheung Yeung  <kcy@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>



More information about the Gcc-patches mailing list