Processed: Re: Bug#211610: gcc-3.3: Simple TLS code segfaults

2003-09-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 211610 wishlist Bug#211610: gcc-3.3: Simple TLS code segfaults Severity set to `wishlist'. > reassign 211610 glibc Bug#211610: gcc-3.3: Simple TLS code segfaults Bug reassigned from package `gcc-3.3' to `glibc'. > th

Bug#211610: gcc-3.3: Simple TLS code segfaults

2003-09-19 Thread GOTO Masanori
severity 211610 wishlist reassign 211610 glibc thanks At Thu, 18 Sep 2003 18:17:42 -0500, Andrés Roldán wrote: > When trying to executing a binary with the __thread keywork, the program > segfaults. Below is the output. > > [pts/0] > [EMAIL PROTECTED]:~$ cat tls.c > __thread int a; > > int > ma

Bug#211610: gcc-3.3: Simple TLS code segfaults

2003-09-19 Thread Daniel Jacobowitz
On Fri, Sep 19, 2003 at 11:52:50AM -0500, Andrés Roldán wrote: > Daniel Jacobowitz <[EMAIL PROTECTED]> writes: > > > On Thu, Sep 18, 2003 at 06:17:42PM -0500, Andrés Roldán wrote: > >> Package: gcc-3.3 > >> Version: 1:3.3.2-0pre3 > >> Severity: normal > >> Tags: upstream > >> > >> > >> When tryi

Bug#211610: gcc-3.3: Simple TLS code segfaults

2003-09-19 Thread Andrés Roldán
Daniel Jacobowitz <[EMAIL PROTECTED]> writes: > On Thu, Sep 18, 2003 at 06:17:42PM -0500, Andrés Roldán wrote: >> Package: gcc-3.3 >> Version: 1:3.3.2-0pre3 >> Severity: normal >> Tags: upstream >> >> >> When trying to executing a binary with the __thread keywork, the program >> segfaults. Below

Bug#211610: gcc-3.3: Simple TLS code segfaults

2003-09-19 Thread Daniel Jacobowitz
On Thu, Sep 18, 2003 at 06:17:42PM -0500, Andrés Roldán wrote: > Package: gcc-3.3 > Version: 1:3.3.2-0pre3 > Severity: normal > Tags: upstream > > > When trying to executing a binary with the __thread keywork, the program > segfaults. Below is the output. debian's glibc does not support TLS yet.

Bug#211610: gcc-3.3: Simple TLS code segfaults

2003-09-18 Thread Andrés Roldán
Package: gcc-3.3 Version: 1:3.3.2-0pre3 Severity: normal Tags: upstream When trying to executing a binary with the __thread keywork, the program segfaults. Below is the output. [pts/0] [EMAIL PROTECTED]:~$ cat tls.c __thread int a; int main (void) { return a; } [pts/0] [EMAIL PROTECTED