From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6327 invoked by alias); 8 May 2014 03:08:55 -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 6276 invoked by uid 89); 8 May 2014 03:08:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS 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 ESMTP; Thu, 08 May 2014 03:08:44 +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 s4838duv007926 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 7 May 2014 23:08:39 -0400 Received: from greed.delorie.com (ovpn-113-109.phx2.redhat.com [10.3.113.109]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s4838ceq011929 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 7 May 2014 23:08:39 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id s4838bm3019609; Wed, 7 May 2014 23:08:37 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id s4838aHf019608; Wed, 7 May 2014 23:08:36 -0400 Date: Thu, 08 May 2014 03:08:00 -0000 Message-Id: <201405080308.s4838aHf019608@greed.delorie.com> From: DJ Delorie To: "Joseph S. Myers" CC: gcc-patches@gcc.gnu.org In-reply-to: (joseph@codesourcery.com) Subject: Re: [patch] change specific int128 -> generic intN References: <201404142300.s3EN0xpI009873@greed.delorie.com> <201405042109.s44L9oDt020216@greed.delorie.com> X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00454.txt.bz2 > OK (presuming the usual bootstrap and regression test, which should > provide a reasonably thorough test of this code through the > tests). Bootstrapped with and without the patch on x86-64, no regressions. Committed. Thanks!