This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [I386, PATCH] Fix for PR53435


On Mon, May 21, 2012 at 8:51 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
> On Mon, May 21, 2012 at 5:39 PM, Alexander Ivchenko <aivchenk@gmail.com> wrote:
>
>> Changelog entry:
>>
>> 2012-05-21 ?Alexander Ivchenko ?<alexander.ivchenko@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]