From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126404 invoked by alias); 29 Apr 2015 10:57:38 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 126395 invoked by uid 89); 29 Apr 2015 10:57:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (207.82.80.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 Apr 2015 10:57:36 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by uk-mta-18.uk.mimecast.lan; Wed, 29 Apr 2015 11:57:32 +0100 Received: from [10.2.207.50] ([10.1.2.79]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 29 Apr 2015 11:57:32 +0100 Message-ID: <5540B91B.1070602@arm.com> Date: Wed, 29 Apr 2015 11:13:00 -0000 From: Kyrill Tkachov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Yvan Roux CC: "gcc-patches@gcc.gnu.org" Subject: Re: [PATCH, ARM] Fix for pr65924 References: <5540AD09.5010206@arm.com> In-Reply-To: X-MC-Unique: EfoYa69tT9uO35FUyCCUUQ-1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg01856.txt.bz2 On 29/04/15 11:43, Yvan Roux wrote: > Hi Kyrill, > > On 29 April 2015 at 12:06, Kyrill Tkachov wrote: >> Hi Yvan, >> >> On 29/04/15 09:57, Yvan Roux wrote: >>> Hi, >>> >>> here is the patch for PR65924, only tested on the original testcase so >>> far. >> >> Can you please double check that the problem doesn't appear >> in the other patterns you touched with your cleanup patch? >> i.e. that you don't do match_operand on an out-of-bounds operand number? > Sure, I just re-check all the patterns and there is no other issue. Thanks, Ok for trunk then as it fixes a build failure. Kyrill > > Cheers, > Yvan > >> Thanks, >> Kyrill >> >> >>> Thanks >>> Yvan >>> >>> gcc/ >>> 2015-04-29 Yvan Roux >>> >>> PR target/65924 >>> * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix ope= rand >>> number in type attribute expression. >>> >>> gcc/testsuite/ >>> 2015-04-29 Yvan Roux >>> >>> PR target/65924 >>> gcc.target/arm/pr65924.c: New test. >>