Commit df2a1a26 by Christophe Lyon Committed by Christophe Lyon

[testsuite][arm] Fix check_effective_target_vect_hw_misalign check.

2017-09-26  Christophe Lyon  <christophe.lyon@linaro.org>

	* lib/target-supports.exp (check_effective_target_vect_hw_misalign):
	Fix arm check.

From-SVN: r253187
parent 68aac47f
2017-09-26 Christophe Lyon <christophe.lyon@linaro.org>
* lib/target-supports.exp (check_effective_target_vect_hw_misalign):
Fix arm check.
2017-09-25 Jeff Law <law@redhat.com>
* lib/target-supports.exp
......
......@@ -5951,7 +5951,7 @@ proc check_effective_target_vect_hw_misalign { } {
set et_vect_hw_misalign_saved($et_index) 1
}
if { [istarget arm*-*-*] } {
set et_vect_hw_misalign_saved($et_index) ![check_effective_target_arm_vect_no_misalign]
set et_vect_hw_misalign_saved($et_index) [expr ![check_effective_target_arm_vect_no_misalign]]
}
}
verbose "check_effective_target_vect_hw_misalign:\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment