(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
+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
&& [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
}
}