Re: Latest gcc-3.3 and kernel compilation

2003-08-21 Thread Russell Coker
On Fri, 22 Aug 2003 02:37, Marc Singer wrote: > Are we expecting the latest unstalble gcc compiler to correctly > compiler the kernel? Yes, as others have mentioned the code in question is buggy. If the code is in a Debian kernel-source or kernel-patch package then please file a bug report. -

Re: Latest gcc-3.3 and kernel compilation

2003-08-21 Thread Goswin von Brederlow
Ben Collins <[EMAIL PROTECTED]> writes: > > __u8 short slot_tablelen; > > Isn't it just a plain error? Either it's a char, or it's a short. It > can't be both, right? gcc used to eat it but now it rightfully complains about it. Its a bug in the source. MfG Goswin

Re: Latest gcc-3.3 and kernel compilation

2003-08-21 Thread Marc Singer
On Thu, Aug 21, 2003 at 12:44:11PM -0400, Ben Collins wrote: > > __u8 short slot_tablelen; > > Isn't it just a plain error? Either it's a char, or it's a short. It > can't be both, right? That's what I think, too. It looks, too, to be something added in a patch because the indentation is dif

Re: Latest gcc-3.3 and kernel compilation

2003-08-21 Thread Ben Collins
> __u8 short slot_tablelen; Isn't it just a plain error? Either it's a char, or it's a short. It can't be both, right? -- Debian - http://www.debian.org/ Linux 1394 - http://www.linux1394.org/ Subversion - http://subversion.tigris.org/ WatchGuard - http://www.watchguard.com/

Re: Latest gcc-3.3 and kernel compilation

2003-08-21 Thread Paul . Hampson
On Thu, Aug 21, 2003 at 09:37:40AM -0700, Marc Singer wrote: > > gcc --version > gcc (GCC) 3.3.2 20030812 (Debian prerelease) > I'm getting a new error when I compile the kernel. In the structure > below, it doesn't like the declaration for slot_tablen complaining > that > ide-cd.h:440: err

Latest gcc-3.3 and kernel compilation

2003-08-21 Thread Marc Singer
Are we expecting the latest unstalble gcc compiler to correctly compiler the kernel? > gcc --version gcc (GCC) 3.3.2 20030812 (Debian prerelease) I'm getting a new error when I compile the kernel. In the structure below, it doesn't like the declaration for slot_tablen complaining that id