This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
other/5016: gcc internal compiler error
- From: ric416 at hotmail dot com
- To: gcc-gnats at gcc dot gnu dot org
- Date: 5 Dec 2001 01:34:46 -0000
- Subject: other/5016: gcc internal compiler error
- Reply-to: ric416 at hotmail dot com
>Number: 5016
>Category: other
>Synopsis: gcc internal compiler error
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Dec 04 17:46:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: ric416@hotmail.com
>Release: unknown-1.0
>Organization:
>Environment:
slackware 8.0 linux, on cyrix x86 processor, gcc version 2.95.3 20010315 (release)
>Description:
compiler internel error from building the kernel (v2.4-13) during "make bzImage"
ld -m elf_i386 -r -o nfs.o inode.o file.o read.o write.o dir.o symlink.o proc.o
nfs2xdr.o flushd.o unlink.o
make[3]: Leaving directory `/usr/src/linux-2.4.13/fs/nfs'
make[2]: Leaving directory `/usr/src/linux-2.4.13/fs/nfs'
make -C nfsd
make[2]: Entering directory `/usr/src/linux-2.4.13/fs/nfsd'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.4.13/fs/nfsd'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.13/include -Wall -Wstrict-prototypes -Wno-
trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpref
erred-stack-boundary=2 -march=i586 -c -o nfssvc.o nfssvc.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.13/include -Wall -Wstrict-prototypes -Wno-
trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpref
erred-stack-boundary=2 -march=i586 -c -o nfsctl.o nfsctl.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.13/include -Wall -Wstrict-prototypes -Wno-
trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpref
erred-stack-boundary=2 -march=i586 -c -o nfsproc.o nfsproc.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.13/include -Wall -Wstrict-prototypes -Wno-
trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpref
erred-stack-boundary=2 -march=i586 -c -o nfsfh.o nfsfh.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.13/include -Wall -Wstrict-prototypes -Wno-
trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpref
erred-stack-boundary=2 -march=i586 -c -o vfs.o vfs.c
vfs.c: In function `nfsd_link':
vfs.c:1220: Internal compiler error in `gen_rtx_combine', at combine.c:9383
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
cpp0: output pipe has been closed
make[3]: *** [vfs.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.13/fs/nfsd'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.13/fs/nfsd'
make[1]: *** [_subdir_nfsd] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.13/fs'
make: *** [_dir_fs] Error 2
>How-To-Repeat:
>Fix:
current work around is to continue build process after internal compiler error. Just make a successive call to "make bzImage"...unsure if this end up building a stable kernel!
>Release-Note:
>Audit-Trail:
>Unformatted: