From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19180 invoked by alias); 14 Oct 2014 20:17:17 -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 19161 invoked by uid 89); 14 Oct 2014 20:17:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00,KAM_MXURI,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mail.ud10.udmedia.de Received: from ud10.udmedia.de (HELO mail.ud10.udmedia.de) (194.117.254.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 14 Oct 2014 20:17:14 +0000 Received: (qmail 11770 invoked from network); 14 Oct 2014 22:17:11 +0200 Received: from unknown (HELO x4) (ud10?360p3@91.64.94.144) by mail.ud10.udmedia.de with ESMTPSA (DHE-RSA-AES256-SHA encrypted, authenticated); 14 Oct 2014 22:17:11 +0200 Date: Tue, 14 Oct 2014 20:18:00 -0000 From: Markus Trippelsdorf To: DJ Delorie Cc: "Joseph S. Myers" , gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: __intN patch 3/5: main __int128 -> __intN conversion. Message-ID: <20141014201711.GA344@x4> References: <201408132211.s7DMBGBu016387@greed.delorie.com> <201408212123.s7LLNPIQ018746@greed.delorie.com> <201408220515.s7M5Fhpa007479@greed.delorie.com> <201408221924.s7MJOcjB022631@greed.delorie.com> <201408260303.s7Q33nqm024601@greed.delorie.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201408260303.s7Q33nqm024601@greed.delorie.com> X-SW-Source: 2014-10/txt/msg01290.txt.bz2 On 2014.08.25 at 23:03 -0400, DJ Delorie wrote: > > > I'd like to see the updated version of the whole of patch 3 (tested > > to be actually independent of the other patches) for review, though > > I won't be reviewing the C++ parts. > > Here it is. Tested on x86_64. I include the msp430-modes.def patch > for demonstration purposes although obviously msp430's __int20 won't > work without the other patches. This patch breaks ppc64: ../../gcc/gcc/config/rs6000/rs6000-c.c: In function ‘cpp_hashnode* rs6000_macro_to_expand(cpp_reader*, const cpp_token*)’: ../../gcc/gcc/config/rs6000/rs6000-c.c:237:24: error: ‘RID_INT128’ was not declared in this scope make[3]: *** [rs6000-c.o] Error 1 -- Markus