From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23466 invoked by alias); 1 Sep 2008 05:40:02 -0000 Received: (qmail 6883 invoked by uid 48); 1 Sep 2008 05:38:38 -0000 Date: Mon, 01 Sep 2008 05:40:00 -0000 Subject: [Bug bootstrap/37308] New: bootstrap hug on libstdc++.a X-Bugzilla-Reason: CC Message-ID: 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/msg00010.txt.bz2 gcc 4.2.4 works well, and not support "__thead". gcc 4.3.2 bootstrap hug on libstdc++.a. but when I use --disable-tls, hug the same...... =============================================================== AIX 5.1 doesn't supprt TLS. Only supported on AIX® for POWER™ version 5.3 with the 5300-05 Technology Level and higher. http://publib.boulder.ibm.com/infocenter/comphelp/v9v111/topic/com.ibm.xlcpp9.aix.doc/compiler_ref/opt_tls.htm#opt_tls ----------------------------------- __thread int a,b; int main() { return a==b; } -- Summary: bootstrap hug on libstdc++.a Product: gcc Version: 4.3.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cnstar9988 at gmail dot com GCC build triplet: powerpc-ibm-aix5.1.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37308