From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1074 invoked by alias); 2 Dec 2012 16:42:51 -0000 Received: (qmail 1061 invoked by uid 22791); 2 Dec 2012 16:42:49 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-vc0-f175.google.com (HELO mail-vc0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 02 Dec 2012 16:42:45 +0000 Received: by mail-vc0-f175.google.com with SMTP id fy7so1188681vcb.20 for ; Sun, 02 Dec 2012 08:42:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.58.221.130 with SMTP id qe2mr6716207vec.14.1354466564780; Sun, 02 Dec 2012 08:42:44 -0800 (PST) Received: by 10.58.235.232 with HTTP; Sun, 2 Dec 2012 08:42:44 -0800 (PST) In-Reply-To: References: Date: Sun, 02 Dec 2012 16:42:00 -0000 Message-ID: Subject: Re: [PATCH] AIX native TLS support From: David Edelsohn To: GCC Patches Content-Type: text/plain; charset=ISO-8859-1 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: 2012-12/txt/msg00077.txt.bz2 I checked in the patch. The problem, at least for libgomp testsuite, is GCC is not correctly emitting the definitions of some variables specified with #pragma omp threadprivate(XXX) The symptoms are the variable is placed in a TLS section anchor block, which never should happen, or the BSS variable is not visible. - David