diff options
author | Xin Liu <xin.liu@oss.cipunited.com> | 2023-03-19 13:28:07 -0400 |
---|---|---|
committer | Jeff Law <jeffreyalaw@gmail.com> | 2023-03-19 13:31:00 -0400 |
commit | 14361c5a4696ad4e4635aa439173bfc0a2c19060 (patch) | |
tree | acbea95a94900b52336a3329c9187eb2cf3d604a /gcc | |
parent | 8804eb0b880f81998fca6f77abdd01e124e565b7 (diff) | |
download | gcc-14361c5a4696ad4e4635aa439173bfc0a2c19060.zip gcc-14361c5a4696ad4e4635aa439173bfc0a2c19060.tar.gz gcc-14361c5a4696ad4e4635aa439173bfc0a2c19060.tar.bz2 |
Re: [PATCH] Testsuite: Disable micromips for MSA tests
gcc/testsuite
* gcc.target/mips/mips.exp (mips-dg-options): Disable micromips
for MSA tests.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/mips.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.target/mips/mips.exp b/gcc/testsuite/gcc.target/mips/mips.exp index ac3ab12..15d5742 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 |