aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>2023-11-20 18:39:10 +0800
committerLehua Ding <lehua.ding@rivai.ai>2023-11-20 19:20:39 +0800
commita63cbcc52e4490d365cb09d60ba32577b7134c75 (patch)
tree82ca6e182ee57912b834361d118a89da333083a5 /gcc
parent509b470dcee9795887a60ddb32ab454f22e74411 (diff)
downloadgcc-a63cbcc52e4490d365cb09d60ba32577b7134c75.zip
gcc-a63cbcc52e4490d365cb09d60ba32577b7134c75.tar.gz
gcc-a63cbcc52e4490d365cb09d60ba32577b7134c75.tar.bz2
RISC-V Regression: Remove scalable compile option
Since we already set scalable vectorization by default, this flag is redundant. Also, we are start to full coverage testing with different compile option. E.g --param=riscv-autovec-preference=fixed-vlmax. To avoid compile option confusion. Remove it. gcc/testsuite/ChangeLog: * lib/target-supports.exp: Remove scalable compile option.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/lib/target-supports.exp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 4b647d6..f3cd0311 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -11564,7 +11564,6 @@ proc check_vect_support_and_set_flags { } {
set dg-do-what-default run
} elseif [istarget riscv64-*-*] {
if [check_effective_target_riscv_vector_hw] {
- lappend DEFAULT_VECTCFLAGS "--param" "riscv-autovec-preference=scalable"
lappend DEFAULT_VECTCFLAGS "--param" "riscv-vector-abi"
set dg-do-what-default run
} else {