From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 496 invoked by alias); 27 May 2011 09:05:31 -0000 Received: (qmail 478 invoked by uid 22791); 27 May 2011 09:05:31 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,TW_CX,TW_TC X-Spam-Check-By: sourceware.org Received: from smtp205.alice.it (HELO smtp205.alice.it) (82.57.200.101) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 May 2011 09:05:17 +0000 Received: from [192.168.1.4] (79.36.197.165) by smtp205.alice.it (8.5.124.08) id 4DCBB263016F13A0; Fri, 27 May 2011 11:05:14 +0200 Message-ID: <4DDF6970.9050705@oracle.com> Date: Fri, 27 May 2011 12:26:00 -0000 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110414 SUSE/3.1.10 Thunderbird/3.1.10 MIME-Version: 1.0 To: Jonathan Wakely CC: Jason Merrill , gcc-patches List , Benjamin Kosnik , libstdc++ Subject: Re: RFA (libstdc++): C++/v3 PATCH for c++/24163 (lookup in dependent bases) and c++/29131 References: <4DD69790.8070101@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2011-05/txt/msg02143.txt.bz2 Hi, > That only shows up if you configure with --enable-libstcxx-time > > I'll finish reg-testing it and submit it when I get home this evening. thanks Jon. Looks like we have also to fix parallel-mode (49187), I hope there isn't too much to reshuffle, if you spot something... Thanks again, Paolo.