From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31161 invoked by alias); 8 Dec 2003 12:57:41 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 31147 invoked from network); 8 Dec 2003 12:57:41 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sources.redhat.com with SMTP; 8 Dec 2003 12:57:41 -0000 Received: from Hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id DCCF218BBAD5; Mon, 8 Dec 2003 13:57:40 +0100 (CET) Message-ID: <3FD47580.6030702@suse.de> Date: Mon, 08 Dec 2003 13:02:00 -0000 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gerald Pfeifer Cc: gcc@gcc.gnu.org, libstdc++@gcc.gnu.org, Andreas Jaeger Subject: Re: pthread related breakage (mainline) References: <1070878836.4907.6.camel@ghostwheel> <3FD46F41.5080708@suse.de> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-12/txt/msg00512.txt.bz2 Gerald Pfeifer wrote: >On Mon, 8 Dec 2003, Paolo Carlini wrote: > > >>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13330 >>>(and then there's also the problem on FreeBSD, that only appears when >>>using the compiler). >>> >>> >>Is anyone able to estimate *when* the breakage started? >> >> >In the last 72 hours, I believe... > > I see. Still, absolutely no changes in the libstdc++-v3 directory and many toplevel build changes, that I think should be carefully scrutinized: the "configury people" are doing a lot of work to move everywhere to autoconf 2.57. Paolo.