Re: gcc 3.2.1, debian and TLS ( __thread keyword ) support

2002-12-01 Thread Daniel Jacobowitz
On Wed, Nov 27, 2002 at 12:58:32PM -0500, Phil Edwards wrote: > On Wed, Nov 27, 2002 at 05:46:28PM +, Loic Jaquemet wrote: > > I search a bit in the gcc CVS, and found that gcc's CVS was patched > > around May 2002 > > ( > > http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.h?rev=1.137&co

Re: gcc 3.2.1, debian and TLS ( __thread keyword ) support

2002-11-27 Thread Phil Edwards
On Wed, Nov 27, 2002 at 05:46:28PM +, Loic Jaquemet wrote: > I search a bit in the gcc CVS, and found that gcc's CVS was patched > around May 2002 > ( > http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.h?rev=1.137&content-type=text/x-cvsweb-markup > ) to support(parse at least) this opti

gcc 3.2.1, debian and TLS ( __thread keyword ) support

2002-11-27 Thread Loic Jaquemet
I am running debian unstable with latest upgrade of debian's gcc 3.2.1 . I wanted to test the Nptl ( https://listman.redhat.com/pipermail/phil-list/2002-November/000328.html ) patch for the glibc, but this one uses a TLS keyword : __thread . debian gcc doesn't seems to support this keyword . t