Bug#309193: /usr/bin/gcc: at runtime, TLS does not work, but at compile time, __thread does not give an error

2005-05-21 Thread Jeroen N. Witmond
On Thu, May 19, 2005 at 10:41:31PM +0200, Jeroen N. Witmond wrote: Also, note that this is an unsound way to test for TLS. The compiler, assembler, linker, C library, and on some platforms kernel must all support it. I am running debian/sarge (Linux DoornRoosje 2.4.26-1-386 #1 Tue

Bug#309193: /usr/bin/gcc: at runtime, TLS does not work, but at compile time, __thread does not give an error

2005-05-20 Thread Daniel Jacobowitz
On Thu, May 19, 2005 at 10:41:31PM +0200, Jeroen N. Witmond wrote: Also, note that this is an unsound way to test for TLS. The compiler, assembler, linker, C library, and on some platforms kernel must all support it. I am running debian/sarge (Linux DoornRoosje 2.4.26-1-386 #1 Tue

Bug#309193: /usr/bin/gcc: at runtime, TLS does not work, but at compile time, __thread does not give an error

2005-05-19 Thread Jeroen N. Witmond
Also, note that this is an unsound way to test for TLS. The compiler, assembler, linker, C library, and on some platforms kernel must all support it. I am running debian/sarge (Linux DoornRoosje 2.4.26-1-386 #1 Tue Aug 24 13:31:19 JST 2004 i686 GNU/Linux). The versions of gcc and libgcc1

Bug#309193: /usr/bin/gcc: at runtime, TLS does not work, but at compile time, __thread does not give an error

2005-05-16 Thread Daniel Jacobowitz
On Sun, May 15, 2005 at 02:46:49PM +0200, Jeroen N. Witmond wrote: In the configure.in for the program I am working on, the reaction of the compiler to the __thread keyword is used to determine the availability of TLS. However, the compiler does not complain but the variables marked with

Bug#309193: /usr/bin/gcc: at runtime, TLS does not work, but at compile time, __thread does not give an error

2005-05-15 Thread Jeroen N. Witmond
Package: gcc-3.3 Version: 1:3.3.5-12 Severity: normal File: /usr/bin/gcc In the configure.in for the program I am working on, the reaction of the compiler to the __thread keyword is used to determine the availability of TLS. However, the compiler does not complain but the variables marked with