From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14171 invoked by alias); 13 Dec 2012 23:38:08 -0000 Received: (qmail 10072 invoked by uid 48); 13 Dec 2012 23:36:54 -0000 From: "michael at talamasca dot ocis.net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/55589] Failure compiling "generic-morestack-thread.c", without threads Date: Thu, 13 Dec 2012 23:38:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: michael at talamasca dot ocis.net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-12/txt/msg01375.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55589 --- Comment #4 from michael at talamasca dot ocis.net 2012-12-13 23:36:53 UTC --- The patch doesn't compile. At __wrap_pthread_create, it starts erroring because the pthread_t and pthread_attr_t types do not exist. It appears that since the module specifically depends on hooking user applications' attempts to use the pthread API, it's unavoidably specific to that API.