PR testsuite/45706
authormatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Sep 2010 14:12:04 +0000 (14:12 +0000)
committermatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Sep 2010 14:12:04 +0000 (14:12 +0000)
* lib/target-supports.exp (check_effective_target_vect_perm):
Add i?86-*-*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164433 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index 4c8c62c..d5340a7 100644 (file)
@@ -1,3 +1,9 @@
+2010-09-20  Michael Matz  <matz@suse.de>
+
+       PR testsuite/45706
+       * lib/target-supports.exp (check_effective_target_vect_perm):
+       Add i?86-*-*.
+
 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/45695
index c03b9f6..cf78c95 100644 (file)
@@ -2426,6 +2426,7 @@ proc check_effective_target_vect_perm { } {
         set et_vect_perm_saved 0
         if { [istarget powerpc*-*-*]
              || [istarget spu-*-*]
+            || [istarget i?86-*-*]
             || [istarget x86_64-*-*] } {
             set et_vect_perm_saved 1
         }