From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95681 invoked by alias); 29 Apr 2015 10:43:23 -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 95662 invoked by uid 89); 29 Apr 2015 10:43:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f180.google.com Received: from mail-wi0-f180.google.com (HELO mail-wi0-f180.google.com) (209.85.212.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 29 Apr 2015 10:43:11 +0000 Received: by wiun10 with SMTP id n10so60720099wiu.1 for ; Wed, 29 Apr 2015 03:43:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=r+gT35HPVSCoJYjBqsna3Rt/a8bBIZTtELvEQt2fDLE=; b=VOdZFTTlBc3AlNLG5qcyuF+yXH1eUOpKnVaBtKj/LQu4yp3c7vvQVorG2+eDCXk0ur lTe0JjBDrSH6ire6yAcZfg/tAGrKo364gY9E8RgcrtoQ38LlHWc0TMvTPSc4ZMQG4IQV elTZupTxiz6/ahNvU1zOs76+tIZWiouOSObEm6BTd9C5dBT+f2Sar8qbWdF/Vx2XRxjK M3OLR/plEYn5Glh8NY1ckTIz5bgD4PNQXodUjaxYpM6EodCTKwL/LF95OlAimUww8O9f iuzIEHuUooib7+SIhP4IrsCdCPfs0fQeJgRVulMJWcgB7/C0chxlGkbp0RlTbITLIW75 zlwQ== X-Gm-Message-State: ALoCoQmadSszFLQJUaP5/jm53GPKjV6Vml9US1uKWNzfKYeipS6MTWtBZXpCXuTLpQTu37mRiDcq MIME-Version: 1.0 X-Received: by 10.194.236.66 with SMTP id us2mr41726037wjc.54.1430304188583; Wed, 29 Apr 2015 03:43:08 -0700 (PDT) Received: by 10.28.4.204 with HTTP; Wed, 29 Apr 2015 03:43:08 -0700 (PDT) In-Reply-To: <5540AD09.5010206@arm.com> References: <5540AD09.5010206@arm.com> Date: Wed, 29 Apr 2015 10:57:00 -0000 Message-ID: Subject: Re: [PATCH, ARM] Fix for pr65924 From: Yvan Roux To: Kyrill Tkachov Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg01854.txt.bz2 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. Cheers, Yvan > Thanks, > Kyrill > > >> >> Thanks >> Yvan >> >> gcc/ >> 2015-04-29 Yvan Roux >> >> PR target/65924 >> * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand >> number in type attribute expression. >> >> gcc/testsuite/ >> 2015-04-29 Yvan Roux >> >> PR target/65924 >> gcc.target/arm/pr65924.c: New test. > >