From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23437 invoked by alias); 1 Sep 2008 10:16:39 -0000 Received: (qmail 23243 invoked by uid 48); 1 Sep 2008 10:15:18 -0000 Date: Mon, 01 Sep 2008 10:16:00 -0000 Message-ID: <20080901101518.23242.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/37308] bootstrap hug on libstdc++.a In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "cnstar9988 at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-09/txt/msg00022.txt.bz2 ------- Comment #2 from cnstar9988 at gmail dot com 2008-09-01 10:15 ------- (In reply to comment #1) > Do you mean *hangs* during bootstrap?? Sorry, but it's not at all clear what is > happening exactly on your side. > David, can you follow a bit this... ? the bootrap stop at ./conftest for a long time. I will "remove" TLS check code in libstdc++-v3/configure and test again. ================================================================== # For TLS support. enable_tls=no gcc_cv_have_tls=no # For _Unwind_GetIPInfo. ====================================================== conftest.c =============== __thread int a,b; int main() { return a==b; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37308