Re: Breakage in arch/i386/kernel/time.c

Richard Gooch (rgooch@ras.ucalgary.ca)
Fri, 3 Dec 1999 09:00:42 -0700


Sergey Kubushin writes:
> On Thu, 2 Dec 1999, Richard Gooch wrote:
>
> > Hi, all. I've just grabbed 2.3.30-pre4 (and -pre5 and -pre3) and got
> > the following rude shock:
> > gcc -D__KERNEL__ -I/home/kernel/v2.3/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -DCPU=586 -c -o time.o time.c
> > time.c: In function `do_gettimeofday':
> > time.c:262: fixed or forbidden register was spilled.
> > This may be due to a compiler bug or to impossible asm
> > statements or clauses.
> > cpp: output pipe has been closed
> >
> > Relevant config section appended. I'm using gcc 2.7.2.f.1 (I've been
> > using this compiler for years). The problem appears in pre3 through
> > pre5. I didn't check earlier pre-patches. 2.3.28 doesn't have this
> > problem.
>
> Don't use ancient kgcc(Kernel GNU C Compiler)-2.7.x.x, use mainstream
> gcc-2.95.2 instead :))

That's not a helpful response. Firstly, AFAIK, gcc 2.95.x is still
suspect (it's not had the rigorous testing that gcc 2.7.3.x has
had). Secondly, gcc 2.7.3.x is the recommended compiler in
Documentation/Changes.

Finally, "mainstream" == "middle of the road" -> roadkill :-)
Who wants to be a sheep, anyway?

Regards,

Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/