From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79624 invoked by alias); 24 May 2017 13:09:53 -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 79615 invoked by uid 89); 24 May 2017 13:09:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 24 May 2017 13:09:51 +0000 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v4OD9nJD019657 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 24 May 2017 13:09:49 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id v4OD9npJ000738 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 24 May 2017 13:09:49 GMT Received: from abhmp0010.oracle.com (abhmp0010.oracle.com [141.146.116.16]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id v4OD9mg8028954; Wed, 24 May 2017 13:09:48 GMT Received: from [10.154.96.175] (/10.154.96.175) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 24 May 2017 06:09:48 -0700 Subject: Re: [PATCH] Fix a SPARC -mcbcond compare-and-branch out of range failure. To: Eric Botcazou References: <1495560958-143246-1-git-send-email-sheldon.lobo@oracle.com> <2426180.t1xctW19oB@polaris> Cc: gcc-patches@gcc.gnu.org From: Sheldon Lobo Message-ID: <2c99acf8-bab3-74f2-b701-c3e4c8677d13@oracle.com> Date: Wed, 24 May 2017 13:30:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <2426180.t1xctW19oB@polaris> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg01861.txt.bz2 Thanks for the review. On 05/24/2017 02:52 AM, Eric Botcazou wrote: > > OK for all active branches, but the ChangeLog entry should be something like: > > * config/sparc/sparc.md (length): Return the correct value for -mflat > sibcalls to match output_sibcall. Will do. > > Note that we *never* use a pair of parentheses after function names. > Noted for future reference. Thanks again, Sheldon