From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1165 invoked by alias); 8 Feb 2003 01:32:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1158 invoked from network); 8 Feb 2003 01:32:39 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 172.16.49.205 with SMTP; 8 Feb 2003 01:32:39 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h180d4C22676; Fri, 7 Feb 2003 18:39:04 -0600 Date: Sat, 08 Feb 2003 01:32:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200302080039.h180d4C22676@duracef.shout.net> To: ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA/RFC] thread local storage tests X-SW-Source: 2003-02/txt/msg00247.txt.bz2 http://www.shout.net/~mec/sunday/2003-02-07-tls/index.html These tests use '__thread' which is available with gcc gcc-3_3-branch and later. So if you want to work on the test themselves you need to grab a 3.3 or 3.4 compiler. They also have problems even with those compilers. Michael C