From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27075 invoked by alias); 5 Oct 2007 21:44:55 -0000 Received: (qmail 27058 invoked by uid 22791); 5 Oct 2007 21:44:54 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 Oct 2007 21:44:53 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id l95Liojh006308; Fri, 5 Oct 2007 17:44:50 -0400 Received: from lacrosse.corp.redhat.com (lacrosse.corp.redhat.com [172.16.52.154]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l95Lin4T029056; Fri, 5 Oct 2007 17:44:49 -0400 Received: from caliban.home (sebastian-int.corp.redhat.com [172.16.52.221]) by lacrosse.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id l95LimWg015815; Fri, 5 Oct 2007 17:44:48 -0400 Message-ID: <4706B050.5000906@redhat.com> Date: Fri, 05 Oct 2007 21:44:00 -0000 From: Jason Merrill User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: Hans-Peter Nilsson CC: =?UTF-8?B?IkRvdWcgS3dhbiAo6Zec5oyv5b63KSI=?= , gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: Build error with Re: ping [PATCH] Fix a deadlock bug in static variable initialization in libsupc++ References: <498552560708021356k5206cebbmc070c183694700e3@mail.gmail.com> <46C37623.1010308@redhat.com> <498552560709171557g2d8b0d76vf1e40483b63612d9@mail.gmail.com> <20071005163019.P78503@dair.pair.com> In-Reply-To: <20071005163019.P78503@dair.pair.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-10/txt/msg00310.txt.bz2 Since uses are controlled with the __GTHREAD_HAS_COND macro, I would be inclined to just remove those functions from gthr-single.h. Jason