mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 22:41:28 +08:00
vect.exp: Skip PowerPC targets not supporting -maltivec.
* gcc.dg/vect/vect.exp: Skip PowerPC targets not supporting -maltivec. From-SVN: r119338
This commit is contained in:
parent
2d42636d4d
commit
2503da8c86
@ -1,3 +1,8 @@
|
||||
2006-11-30 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* gcc.dg/vect/vect.exp: Skip PowerPC targets not supporting
|
||||
-maltivec.
|
||||
|
||||
2006-11-29 Eric Christopher <echristo@apple.com>
|
||||
|
||||
* gcc.dg/tree-ssa/prefetch-3.c: Allow x86_64, but require ilp32.
|
||||
|
@ -37,7 +37,10 @@ set save-dg-do-what-default ${dg-do-what-default}
|
||||
# code. Set additional target-dependent vector flags, which can be
|
||||
# overridden by using dg-options in individual tests.
|
||||
if [istarget "powerpc*-*-*"] {
|
||||
# If there are powerpc targets to skip, do it here.
|
||||
# Skip targets not supporting -maltivec.
|
||||
if ![is-effective-target powerpc_altivec_ok] {
|
||||
return
|
||||
}
|
||||
|
||||
lappend DEFAULT_VECTCFLAGS "-maltivec"
|
||||
if [check_vmx_hw_available] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user