From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30821 invoked by alias); 26 May 2010 14:12:26 -0000 Received: (qmail 30764 invoked by uid 48); 26 May 2010 14:12:14 -0000 Date: Wed, 26 May 2010 14:12:00 -0000 Message-ID: <20100526141214.30763.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/44276] [4.6 Regression]: gcc.dg/tls/alias-1.c In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "iains at gcc dot gnu dot org" 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: 2010-05/txt/msg02928.txt.bz2 ------- Comment #5 from iains at gcc dot gnu dot org 2010-05-26 14:12 ------- (In reply to comment #4) > This also occurs on hppa64-hp-hpux11.11. OK, I've built gcc & newlib for cris-elf and it's apparent that we need to deal with the fact that that aliased emutls symbols are named differently... that is the user writes alias(foo) ... but the emulated tls system needs to understand alias(__emutls_v.foo) ) I'll take a look at how to implement this... .. sorry for this fallout from the other fix The patch @ comment#24 of PR44132 also needs to understand this issue, and won't solve this problem yet. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44276