]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.dg/vect/vect.exp: Don't run tests on Alpha.
authorRichard Henderson <rth@redhat.com>
Tue, 24 Apr 2007 15:10:58 +0000 (08:10 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 24 Apr 2007 15:10:58 +0000 (08:10 -0700)
From-SVN: r124105

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

index cad1ee8a5ff91abe9019d116a69874a2c81bf7b1..0e11c6999d88a2261357a1cb8292b75b15cb4030 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 158c4187104663c5a5a70b104025314414489d10..db2c258daeba6c62bfdd0c907def6ccb1bbc5f8d 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
This page took 0.137149 seconds and 5 git commands to generate.