------- Comment #4 from matz at gcc dot gnu dot org  2010-09-20 11:07 -------
Whoops.  Yeah, I only added x86_64-*-* to the vect_perm targets.  Obviously,
as sse2 is active by default for the vectorizer testsuite I also need to
add the i?86-*-* targets.  H.J., can you try with this patch on a native system
(so that we may see any possible fallout)?

Index: testsuite/lib/target-supports.exp
===================================================================
--- testsuite/lib/target-supports.exp   (revision 164367)
+++ testsuite/lib/target-supports.exp   (working copy)
@@ -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
         }


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45706

Reply via email to