On Mon, May 21, 2012 at 8:51 AM, Uros Bizjak <ubiz...@gmail.com> wrote: > On Mon, May 21, 2012 at 5:39 PM, Alexander Ivchenko <aivch...@gmail.com> > wrote: > >> Changelog entry: >> >> 2012-05-21 Alexander Ivchenko <alexander.ivche...@intel.com> >> >> PR target/53435 >> * config/i386/i386.c (ix86_expand_vec_perm): Use correct op. >> (ix86_expand_vec_perm): Use int mode instead of float. >> (expand_vec_perm_pshufb): Remove handling of useseless type >> conversion. >> >> Patch attached. Bootstrap passes. >> >> OK for trunk? > > OK for trunk and 4.7, under assumption that the relevant tests from > the testsuite don't fail anymore on AVX2 target. >
We noticed the issue when GCC is configured with --with-arch=native. But current GCC trunk won't bootstrap on AVX target when GCC is configured with --with-arch=native: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53373 We will test it on 4.7. Thanks. -- H.J.