* gcc.dg/vect/vect.exp: Don't run tests on Alpha.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Apr 2007 15:10:58 +0000 (15:10 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Apr 2007 15:10:58 +0000 (15:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124105 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect.exp

index cad1ee8..0e11c69 100644 (file)
@@ -1,3 +1,7 @@
+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
index 158c418..db2c258 100644 (file)
@@ -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