* testsuite/lib/target-supports.exp

(check_effective_target_vect_cmdline_needed): Add SPU to the list
	of targets that do not need command line argument to enable SIMD.

From-SVN: r137142
This commit is contained in:
Ira Rosen 2008-06-26 06:31:16 +00:00 committed by Ira Rosen
parent e4371462d3
commit 95730f5e35
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-06-26 Ira Rosen <irar@il.ibm.com>
* testsuite/lib/target-supports.exp
(check_effective_target_vect_cmdline_needed): Add SPU to the list
of targets that do not need command line argument to enable SIMD.
2008-06-26 Ira Rosen <irar@il.ibm.com>
* gcc.dg/vect/vect.exp: Run tests with -funroll-loops for SPU in case

View File

@ -1130,7 +1130,8 @@ proc check_effective_target_vect_cmdline_needed { } {
&& [check_effective_target_lp64])
|| ([istarget powerpc*-*-*]
&& ([check_effective_target_powerpc_spe]
|| [check_effective_target_powerpc_altivec]))} {
|| [check_effective_target_powerpc_altivec]))
|| [istarget spu-*-*] } {
set et_vect_cmdline_needed_saved 0
}
}