public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: other/5016: gcc internal compiler error
@ 2002-01-01 16:02 rodrigc
  0 siblings, 0 replies; 4+ messages in thread
From: rodrigc @ 2002-01-01 16:02 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, ric416

Synopsis: gcc internal compiler error

State-Changed-From-To: feedback->closed
State-Changed-By: rodrigc
State-Changed-When: Tue Jan  1 16:02:52 2002
State-Changed-Why:
    No preprocessed source submitted.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5016


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: other/5016: gcc internal compiler error
@ 2001-12-08 19:16 rodrigc
  0 siblings, 0 replies; 4+ messages in thread
From: rodrigc @ 2001-12-08 19:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR other/5016; it has been noted by GNATS.

From: rodrigc@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  nobody@gcc.gnu.org, ric416@hotmail.com
Cc:  
Subject: Re: other/5016: gcc internal compiler error
Date: 9 Dec 2001 03:06:09 -0000

 Synopsis: gcc internal compiler error
 
 State-Changed-From-To: open->feedback
 State-Changed-By: rodrigc
 State-Changed-When: Sat Dec  8 19:06:08 2001
 State-Changed-Why:
     Read http://gcc.gnu.org/bugs.html and submit preprocessed
     source of the file causing the crash, otherwise we
     cannot analyze the problem.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=5016&database=gcc


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: other/5016: gcc internal compiler error
@ 2001-12-08 19:06 rodrigc
  0 siblings, 0 replies; 4+ messages in thread
From: rodrigc @ 2001-12-08 19:06 UTC (permalink / raw)
  To: gcc-bugs, gcc-gnats, gcc-prs, nobody, ric416

Synopsis: gcc internal compiler error

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Sat Dec  8 19:06:08 2001
State-Changed-Why:
    Read http://gcc.gnu.org/bugs.html and submit preprocessed
    source of the file causing the crash, otherwise we
    cannot analyze the problem.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=5016&database=gcc


^ permalink raw reply	[flat|nested] 4+ messages in thread

* other/5016: gcc internal compiler error
@ 2001-12-04 17:46 ric416
  0 siblings, 0 replies; 4+ messages in thread
From: ric416 @ 2001-12-04 17:46 UTC (permalink / raw)
  To: gcc-gnats


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-01-02  0:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-01 16:02 other/5016: gcc internal compiler error rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-12-08 19:16 rodrigc
2001-12-08 19:06 rodrigc
2001-12-04 17:46 ric416

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).