Re: file kernel/signal.c, 2 * array subscript out of range

2005-07-30 Thread Randy.Dunlap
On Sat, 30 Jul 2005 08:17:48 + d binderman wrote: > Hello there, > > I just tried to compile Redhat Fedora package > kernel-2.6.12-1.1435_FC5 with the Intel C compiler version 8.1 > > The compiler said > > kernel/signal.c(196): warning #175: subscript out of range > > The source code is >

file kernel/signal.c, 2 * array subscript out of range

2005-07-30 Thread d binderman
Hello there, I just tried to compile Redhat Fedora package kernel-2.6.12-1.1435_FC5 with the Intel C compiler version 8.1 The compiler said kernel/signal.c(196): warning #175: subscript out of range The source code is case 4: ready = signal->sig[3] &~ blocked->sig[3]; Clearly broken

file kernel/signal.c, 2 * array subscript out of range

2005-07-30 Thread d binderman
Hello there, I just tried to compile Redhat Fedora package kernel-2.6.12-1.1435_FC5 with the Intel C compiler version 8.1 The compiler said kernel/signal.c(196): warning #175: subscript out of range The source code is case 4: ready = signal-sig[3] ~ blocked-sig[3]; Clearly broken

Re: file kernel/signal.c, 2 * array subscript out of range

2005-07-30 Thread Randy.Dunlap
On Sat, 30 Jul 2005 08:17:48 + d binderman wrote: Hello there, I just tried to compile Redhat Fedora package kernel-2.6.12-1.1435_FC5 with the Intel C compiler version 8.1 The compiler said kernel/signal.c(196): warning #175: subscript out of range The source code is