From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2992 invoked by alias); 14 Oct 2014 13:35:30 -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 2981 invoked by uid 89); 14 Oct 2014 13:35:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 14 Oct 2014 13:35:28 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9EDZPkm018247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 14 Oct 2014 09:35:25 -0400 Received: from [10.10.116.20] ([10.10.116.20]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9EDZOx2026370; Tue, 14 Oct 2014 09:35:25 -0400 Message-ID: <543D2699.8000009@redhat.com> Date: Tue, 14 Oct 2014 13:56:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: DJ Delorie CC: nathan@codesourcery.com, gcc-patches@gcc.gnu.org Subject: Re: __intN patch 3/5: main __int128 -> __intN conversion. References: <201408132211.s7DMBGBu016387@greed.delorie.com> <201408220515.s7M5Fhpa007479@greed.delorie.com> <201408221924.s7MJOcjB022631@greed.delorie.com> <201408260303.s7Q33nqm024601@greed.delorie.com> <201409302314.s8UNE7LP020494@greed.delorie.com> <542CC4FA.70609@redhat.com> <201410020352.s923qLlm002274@greed.delorie.com> <542D5FA4.6020401@redhat.com> <201410021641.s92GfTcV024373@greed.delorie.com> <542D8F05.7090705@redhat.com> <201410021800.s92I04Nk026647@greed.delorie.com> <542EAD69.9090306@redhat.com> <201410032011.s93KBpc2005414@greed.delorie.com> <54303821.2090205@redhat.com> <201410082127.s98LRGn7032386@greed.delorie.com! > <54369042.7020306@redhat.com> <201410132054.s9DKs50U009342@greed.delorie.com> In-Reply-To: <201410132054.s9DKs50U009342@greed.delorie.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-10/txt/msg01236.txt.bz2 On 10/13/2014 04:54 PM, DJ Delorie wrote: > This is what I ended up with for the test case. It was a bit tricky > since it only works with msp430x (not msp430) and requires the gnu > extensions. Is this OK? If so, is there anything else, or can I > check the whole mess in yet? Go ahead. Jason