From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1644 invoked by alias); 27 Jun 2014 21:29:15 -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 1619 invoked by uid 89); 27 Jun 2014 21:29:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wi0-f173.google.com Received: from mail-wi0-f173.google.com (HELO mail-wi0-f173.google.com) (209.85.212.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 27 Jun 2014 21:29:13 +0000 Received: by mail-wi0-f173.google.com with SMTP id cc10so3477740wib.6 for ; Fri, 27 Jun 2014 14:29:10 -0700 (PDT) X-Received: by 10.194.48.103 with SMTP id k7mr28128434wjn.68.1403904550693; Fri, 27 Jun 2014 14:29:10 -0700 (PDT) Received: from [192.168.0.22] (arf62-1-82-237-250-248.fbx.proxad.net. [82.237.250.248]) by mx.google.com with ESMTPSA id nb8sm682296wic.18.2014.06.27.14.29.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Jun 2014 14:29:09 -0700 (PDT) Message-ID: <53ADE225.2040505@gmail.com> Date: Fri, 27 Jun 2014 21:29:00 -0000 From: =?UTF-8?B?RnJhbsOnb2lzIER1bW9udA==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Paolo Carlini , Jonathan Wakely CC: Jonathan Wakely , "libstdc++@gcc.gnu.org" , gcc-patches Subject: Re: testsuite allocators patch References: <53A49B7C.5080506@gmail.com> <53AB276F.10806@gmail.com> <20140626103353.GA1725@redhat.com> <53AC8678.5060706@gmail.com> <53AC8ED5.3070000@oracle.com> <20140626223858.GK2711@redhat.com> <53AD1CCC.2010309@oracle.com> <53ADCA79.2090007@oracle.com> In-Reply-To: <53ADCA79.2090007@oracle.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2014-06/txt/msg02267.txt.bz2 On 27/06/2014 21:48, Paolo Carlini wrote: > Hi, > > On 06/27/2014 07:33 PM, Jonathan Wakely wrote: >> I didn't see an obvious fix (I'm not sure if the templated constructor >> can deduce its argument since the change) but have been out all day >> and not had a chance to look into it. > Ok, thanks. I'm reverting the last two libstdc++-v3 commits. > > Paolo. > It run fine on my side but maybe because of other modifications I have. I will revert those and reapply the patch to see what is wrong. Sorry François