Skip to content
Snippets Groups Projects
Commit 14361c5a authored by Xin Liu's avatar Xin Liu Committed by Jeff Law
Browse files

Re: [PATCH] Testsuite: Disable micromips for MSA tests

gcc/testsuite
	* gcc.target/mips/mips.exp (mips-dg-options): Disable micromips
	for MSA tests.
parent 8804eb0b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment