Re: ext2fs.static

2005-09-26 Thread Alfred M\. Szmidt
> Oh, Jeroen noted that this won't work with gcc 3.3, but with > > 3.3 it works. Really? libc's defines __attribute_used__ using `used' for gcc 3.1 and later, and `unused' for earlier. What does "won't work" mean? Does 3.3 not accept the `used' attribute, or does it still eli

Re: gnumach and gcc 4.0 (patch 1)

2005-09-26 Thread Thomas Schwinge
On Sun, May 29, 2005 at 07:35:34PM -0400, Alfred M. Szmidt wrote: > --- linux/src/drivers/net/ne2k-pci.c > +++ linux/src/drivers/net/ne2k-pci.c > @@ -542,7 +542,10 @@ > if (count & 3) { > buf += count & ~3; > if (count & 2) > - *((u16*)buf)++ =