Breakage in arch/i386/kernel/time.c

Richard Gooch (rgooch@ras.ucalgary.ca)
Thu, 2 Dec 1999 22:22:07 -0700


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
make[1]: *** [time.o] Error 1
make[1]: Leaving directory `/home/kernel/v2.3/linux-2.3.30-pre5+devfs/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2

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.

Regards,

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

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
CONFIG_M586TSC=y
# CONFIG_M686 is not set
# CONFIG_MK7 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_TSC=y
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_SMP=y

-
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/