From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3339 invoked by alias); 17 Jun 2008 13:09:45 -0000 Received: (qmail 3129 invoked by uid 48); 17 Jun 2008 13:09:01 -0000 Date: Tue, 17 Jun 2008 13:09:00 -0000 Subject: [Bug target/36551] New: Failure to compile __thread variable. X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "carlos at systemhalted 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: 2008-06/txt/msg01028.txt.bz2 Steps to reproduce: cat >> test.c < for instructions. Expected: - Compiler correctly compiles the code. Observed: - ICE trying to compile code with __thread keyword. hppa does have support for thread local storage, but it's never been tested on the 64-bit compiler. I came across this error while trying to port glibc to hppa64-linux-gnu during a 64-bit userspace bring-up. -- Summary: Failure to compile __thread variable. Product: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: carlos at systemhalted dot org GCC build triplet: hppa-linux-gnu GCC host triplet: hppa64-linux-gnu GCC target triplet: hppa64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36551