Bug#475839: libc6-dev: pthread_mutex_t definition contains a nameless union

2008-12-15 Thread Francois Gouget
On Sun, 14 Dec 2008, Francois Gouget wrote: [...] > 1) gcc-2.95 is still present in Lenny. If you are not seeing it in > aptitude, it's because you are using the 64bit build. Ah. I see I'm wrong about this point. I still get it because I have stable+testing in my sources.list. My other poin

Bug#475839: libc6-dev: pthread_mutex_t definition contains a nameless union

2008-12-14 Thread Daniel Jacobowitz
On Sun, Dec 14, 2008 at 11:43:24PM +0100, Francois Gouget wrote: > I would like this bug to be reopened because I think it was closed for > the wrong reasons: > > 1) gcc-2.95 is still present in Lenny. If you are not seeing it in > aptitude, it's because you are using the 64bit build. For

Bug#475839: libc6-dev: pthread_mutex_t definition contains a nameless union

2008-12-14 Thread Aurelien Jarno
On Sun, Dec 14, 2008 at 11:43:24PM +0100, Francois Gouget wrote: > On Sat, 10 May 2008, Aurelien Jarno wrote: > > > tag 475839 + wontfix > > thanks > [...] > > > Here is a test program: > > > --- pthread_mutex_t.c --- > > > #include > > > pthread_mutex_t mutex; > > > --- pthread_mutex_t.c --- > >

Bug#475839: libc6-dev: pthread_mutex_t definition contains a nameless union

2008-12-14 Thread Francois Gouget
On Sat, 10 May 2008, Aurelien Jarno wrote: > tag 475839 + wontfix > thanks [...] > > Here is a test program: > > --- pthread_mutex_t.c --- > > #include > > pthread_mutex_t mutex; > > --- pthread_mutex_t.c --- > > > > Compiling it with gcc 2.95 gives the following error: > > $ gcc-2.95 -c pthread

Bug#475839: libc6-dev: pthread_mutex_t definition contains a nameless union

2008-05-10 Thread Aurelien Jarno
tag 475839 + wontfix thanks On Sun, Apr 13, 2008 at 12:12:38PM +0200, Francois Gouget wrote: > Package: libc6-dev > Version: 2.7-10 > Severity: normal > Tags: patch > > > The pthread_mutex_t in /usr/include/bits/pthreadtypes.h contains a > nameless union. This makes it impossible to use with com

Bug#475839: libc6-dev: pthread_mutex_t definition contains a nameless union

2008-04-13 Thread Francois Gouget
Package: libc6-dev Version: 2.7-10 Severity: normal Tags: patch The pthread_mutex_t in /usr/include/bits/pthreadtypes.h contains a nameless union. This makes it impossible to use with compilers that don't support nameless unions. Gcc 2.95 for instance. In particular this breaks compilation of Win