From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115355 invoked by alias); 28 Apr 2016 20:57:21 -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 115338 invoked by uid 89); 28 Apr 2016 20:57:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 spammy=letter X-HELO: mailrelay6.public.one.com Received: from mailrelay6.public.one.com (HELO mailrelay6.public.one.com) (91.198.169.200) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 28 Apr 2016 20:57:07 +0000 X-HalOne-Cookie: 8cb937013b8938db573cd38db2c8f078deeabc62 X-HalOne-ID: c1684841-0d83-11e6-9f8d-b82a72d06996 Received: from localhost.localdomain (unknown [91.135.11.213]) by smtpfilter3.public.one.com (Halon Mail Gateway) with ESMTPSA; Thu, 28 Apr 2016 20:57:01 +0000 (UTC) Subject: Re: [PATCH] [ARC] Fix unwanted match for sign extend 16-bit constant. To: Claudiu Zissulescu , Claudiu Zissulescu , gcc-patches@gcc.gnu.org References: <5721F84D.2090002@amylaar.uk> <1461863430-22916-1-git-send-email-claziss@synopsys.com> <57224C68.6010603@amylaar.uk> <57227307.3070706@gmail.com> Cc: Francois.Bedard@synopsys.com, jeremy.bennett@embecosm.com From: Joern Wolfgang Rennecke Message-ID: <5722791C.5010109@amylaar.uk> Date: Thu, 28 Apr 2016 20:57:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <57227307.3070706@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-04/txt/msg01905.txt.bz2 On 28/04/16 21:31, Claudiu Zissulescu wrote: >> >> Otherwise, I'd suggest using a traditional integer letter. 'J' is free. > Thanks for the suggestion, I will use 'J'. > >> Why do you remove half of the indentation? > Unwanted reformatting, sorry for this, I will revert it. > > I have the feeling you are happy with my new patch. Is there anything > to be added to it besides fixing the above issues? No, otherwise it looks OK.