public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6754] Re: [PATCH] Testsuite: Disable micromips for MSA tests
@ 2023-03-19 17:31 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-03-19 17:31 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:14361c5a4696ad4e4635aa439173bfc0a2c19060

commit r13-6754-g14361c5a4696ad4e4635aa439173bfc0a2c19060
Author: Xin Liu <xin.liu@oss.cipunited.com>
Date:   Sun Mar 19 13:28:07 2023 -0400

    Re: [PATCH] Testsuite: Disable micromips for MSA tests
    
    gcc/testsuite
            * gcc.target/mips/mips.exp (mips-dg-options): Disable micromips
            for MSA tests.

Diff:
---
 gcc/testsuite/gcc.target/mips/mips.exp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.target/mips/mips.exp b/gcc/testsuite/gcc.target/mips/mips.exp
index ac3ab129541..15d574202d3 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-19 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-19 17:31 [gcc r13-6754] Re: [PATCH] Testsuite: Disable micromips for MSA tests Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).