From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17112 invoked by alias); 15 Oct 2014 11:25:11 -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 17091 invoked by uid 89); 15 Oct 2014 11:25:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail2-relais-roc.national.inria.fr Received: from mail2-relais-roc.national.inria.fr (HELO mail2-relais-roc.national.inria.fr) (192.134.164.83) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Wed, 15 Oct 2014 11:25:09 +0000 Received: from stedding.saclay.inria.fr (HELO stedding) ([193.55.250.194]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/AES128-SHA; 15 Oct 2014 13:25:05 +0200 Received: from glisse (helo=localhost) by stedding with local-esmtp (Exim 4.84) (envelope-from ) id 1XeMhV-0002Gi-Am; Wed, 15 Oct 2014 13:25:05 +0200 Date: Wed, 15 Oct 2014 11:43:00 -0000 From: Marc Glisse Reply-To: libstdc++@gcc.gnu.org To: Paolo Carlini cc: DJ Delorie , gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: __intN patch 3/5: main __int128 -> __intN conversion. In-Reply-To: <543E3492.2010201@oracle.com> Message-ID: References: <201408132211.s7DMBGBu016387@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> <543D2699.8000009@redhat.co! ! m> <201410141944.s9EJiw1m016585@greed.delorie.com> <543E3492.2010201@oracle.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-SW-Source: 2014-10/txt/msg01339.txt.bz2 On Wed, 15 Oct 2014, Paolo Carlini wrote: > A couple of small issues in std/limits and in the testsuite are causing > regressions which I'm fixing with the below. - max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max_b (TYPE, BITSIZE);; } \ + max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max_b (TYPE, BITSIZE);; } \ Maybe shorten the double ;; as well? -- Marc Glisse