From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27670 invoked by alias); 28 Apr 2016 20:31:08 -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 26289 invoked by uid 89); 28 Apr 2016 20:31:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=letter, Hx-languages-length:432 X-HELO: mail-wm0-f67.google.com Received: from mail-wm0-f67.google.com (HELO mail-wm0-f67.google.com) (74.125.82.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 28 Apr 2016 20:31:06 +0000 Received: by mail-wm0-f67.google.com with SMTP id r12so603271wme.0 for ; Thu, 28 Apr 2016 13:31:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Nb6Qr7q29Ya+kFk97ITIaweZRH8Spdl83/4S6uv16r4=; b=WWWFxrcPwXd+CN3NXI5c0ci4KIp/i9AJSZf3cx0f/surfDlJ53fvzFmiqao3rFWFoa /brAbI/XXTJDZiVfHdqRk+ezYHy26w3olghzwBIgHMGlyBqUgHnIA2YhG++S5oDgrPtg Jcok8OeF20jNSjzJgLqSAZq7+O1tOXclrKx0J0ORix7PCLp7yqTj+xWKDlq73E1v1MUR BMEfNAt+CnsDnlA/3tWr5sXM1vnqTHi+MFFclPc7NwvMlP/bHLdb/KGo6AmKWKkyRlyh BOx0OnBHw687UAYAf2jRTM4/HFnJfy1CN/zMF6OKUl2l8nEiK9/jRtYQwd3H85cMlRSc kqxg== X-Gm-Message-State: AOPr4FVUGk6NF0B7Lw90lH2ncw/tfWwq7wVZgEgCo49lGS/08u5U6n6n2I9UwSaxuW2VCQ== X-Received: by 10.195.18.99 with SMTP id gl3mr17499969wjd.162.1461875463467; Thu, 28 Apr 2016 13:31:03 -0700 (PDT) Received: from Claudius-MacBook-Pro.local (ip55-39-209-87.adsl2.static.versatel.nl. [87.209.39.55]) by smtp.gmail.com with ESMTPSA id f11sm31302320wmf.22.2016.04.28.13.31.02 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Apr 2016 13:31:02 -0700 (PDT) Subject: Re: [PATCH] [ARC] Fix unwanted match for sign extend 16-bit constant. To: Joern Wolfgang Rennecke , 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> Cc: Francois.Bedard@synopsys.com, jeremy.bennett@embecosm.com From: Claudiu Zissulescu Message-ID: <57227307.3070706@gmail.com> Date: Thu, 28 Apr 2016 20:31:00 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <57224C68.6010603@amylaar.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg01904.txt.bz2 > > 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? Thanks, Claudiu