Commit 68851805 by Richard Henderson Committed by Richard Henderson

* gcc.dg/vect/vect.exp: Don't run tests on Alpha.

From-SVN: r124105
parent cd0a10dd
2007-04-24 Richard Henderson <rth@redhat.com>
* gcc.dg/vect/vect.exp: Don't run tests on Alpha.
2007-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
PR target/31641
......@@ -65,6 +65,12 @@ if [istarget "powerpc*-*-*"] {
lappend DEFAULT_VECTCFLAGS "-mcpu=ultrasparc" "-mvis"
set dg-do-what-default run
} elseif [istarget "alpha*-*-*"] {
# Alpha's vectorization capabilities are extremely limited.
# It's more effort than its worth disabling all of the tests
# that it cannot pass. But if you actually want to see what
# does work, command out the return.
return
lappend DEFAULT_VECTCFLAGS "-mmax"
if [check_alpha_max_hw_available] {
set dg-do-what-default run
......
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