From: Xin Liu Date: Sun, 19 Mar 2023 17:28:07 +0000 (-0400) Subject: Re: [PATCH] Testsuite: Disable micromips for MSA tests X-Git-Tag: basepoints/gcc-14~453 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14361c5a4696ad4e4635aa439173bfc0a2c19060;p=thirdparty%2Fgcc.git Re: [PATCH] Testsuite: Disable micromips for MSA tests gcc/testsuite * gcc.target/mips/mips.exp (mips-dg-options): Disable micromips for MSA tests. --- diff --git a/gcc/testsuite/gcc.target/mips/mips.exp b/gcc/testsuite/gcc.target/mips/mips.exp index ac3ab1295417..15d574202d3f 100644 --- a/gcc/testsuite/gcc.target/mips/mips.exp +++ b/gcc/testsuite/gcc.target/mips/mips.exp @@ -1467,6 +1467,7 @@ proc mips-dg-options { args } { mips_option_dependency options "-mfpxx" "-mno-paired-single" mips_option_dependency options "-msoft-float" "-mno-paired-single" mips_option_dependency options "-mno-paired-single" "-mno-mips3d" + mips_option_dependency options "-mmsa" "-mno-micromips" mips_option_dependency options "-mmsa" "-mno-mips16" # If the test requires an unsupported option, change run tests