diff options
author | Richard Henderson <rth@redhat.com> | 2007-04-24 08:10:58 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2007-04-24 08:10:58 -0700 |
commit | 688518053c61ccb6d52aa647d6ba6b04fdc1b04c (patch) | |
tree | 0d1c75841cf255478d905568356f8d9c83d4e0ff /gcc | |
parent | cd0a10dd991395eec0a2661a85da31d52ac831fc (diff) | |
download | gcc-688518053c61ccb6d52aa647d6ba6b04fdc1b04c.zip gcc-688518053c61ccb6d52aa647d6ba6b04fdc1b04c.tar.gz gcc-688518053c61ccb6d52aa647d6ba6b04fdc1b04c.tar.bz2 |
* gcc.dg/vect/vect.exp: Don't run tests on Alpha.
From-SVN: r124105
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/vect.exp | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index cad1ee8..0e11c69 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.dg/vect/vect.exp b/gcc/testsuite/gcc.dg/vect/vect.exp index 158c418..db2c258 100644 --- a/gcc/testsuite/gcc.dg/vect/vect.exp +++ b/gcc/testsuite/gcc.dg/vect/vect.exp @@ -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 |