From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10057 invoked by alias); 19 Jun 2014 15:46:04 -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 10046 invoked by uid 89); 19 Jun 2014 15:46:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f41.google.com Received: from mail-wg0-f41.google.com (HELO mail-wg0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 19 Jun 2014 15:46:02 +0000 Received: by mail-wg0-f41.google.com with SMTP id a1so2507653wgh.12 for ; Thu, 19 Jun 2014 08:45:58 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.180.14.40 with SMTP id m8mr7727174wic.50.1403192758614; Thu, 19 Jun 2014 08:45:58 -0700 (PDT) Received: by 10.194.7.1 with HTTP; Thu, 19 Jun 2014 08:45:58 -0700 (PDT) In-Reply-To: <53A2FDF4.4000304@arm.com> References: <000b01cf8bcf$f6e83d20$e4b8b760$@samsung.com> <53A2FDF4.4000304@arm.com> Date: Thu, 19 Jun 2014 15:46:00 -0000 Message-ID: Subject: Re: [PATCH] Fix for PR 61561 From: Yuri Gribov To: Kyrill Tkachov Cc: Marat Zakirov , "gcc-patches@gcc.gnu.org" , Gribov Yury , Slava Garbuzov , Marat Zakirov , Ramana Radhakrishnan , Richard Earnshaw Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-06/txt/msg01544.txt.bz2 > + (if_then_else (match_operand 1 "const_int_operand" "") > + (const_string "mov_imm" ) > + (const_string "mov_reg"))])] Why not just mov_reg? > * config/arm/arm.md: New templates see pr61561. I think you shouldn't reference PR in file change description, just add a general comment "PR arm/61561" to each ChangeLog (see existing ChangeLog entries). > * c-c++-common/pr61561.c: New test for pr61561. Likewise. > - "@ > + "@ Accidental change? -Y