[PATCH 4b/4] [ARM] PR63870 Remove error for invalid lane numbers

Charles Baylis charles.baylis@linaro.org
Wed Nov 11 12:08:00 GMT 2015


On 11 November 2015 at 11:22, Kyrill Tkachov <kyrylo.tkachov@arm.com> wrote:
> Hi Charles,
>
> On 08/11/15 00:26, charles.baylis@linaro.org wrote:
>>
>> From: Charles Baylis <charles.baylis@linaro.org>
>>
>> <DATE>  Charles Baylis  <charles.baylis@linaro.org>
>>
>>         * config/arm/neon.md (neon_vld1_lane<mode>): Remove error for
>> invalid
>>         lane number.
>>         (neon_vst1_lane<mode>): Likewise.
>>         (neon_vld2_lane<mode>): Likewise.
>>         (neon_vst2_lane<mode>): Likewise.
>>         (neon_vld3_lane<mode>): Likewise.
>>         (neon_vst3_lane<mode>): Likewise.
>>         (neon_vld4_lane<mode>): Likewise.
>>         (neon_vst4_lane<mode>): Likewise.
>>

> In this pattern the 'max' variable is now unused, causing a bootstrap
> -Werror failure on arm.
> I'll test a patch to fix it unless you beat me to it...

Thanks for catching this.

I have a patch, and have started a bootstrap. Unless you have
objections, I'll apply as obvious once the bootstrap is complete later
this afternoon.

    gcc/ChangeLog:

    2015-11-11  Charles Baylis  <charles.baylis@linaro.org>

        * config/arm/neon.md: (neon_vld2_lane<mode>): Remove unused max
        variable.
        (neon_vst2_lane<mode>): Likewise.
        (neon_vld3_lane<mode>): Likewise.
        (neon_vst3_lane<mode>): Likewise.
        (neon_vld4_lane<mode>): Likewise.
        (neon_vst4_lane<mode>): Likewise.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ARM-remove-unused-variable.patch
Type: text/x-diff
Size: 2497 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20151111/9784c6d8/attachment.bin>


More information about the Gcc-patches mailing list