public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/4387: Internal compiler error in eliminate_regs, at reload1.c:2580
@ 2001-11-18  0:23 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-11-18  0:23 UTC (permalink / raw)
  To: gcc-bugs, gcc-gnats, gcc-prs, nobody, tranle

Synopsis: Internal compiler error in eliminate_regs, at reload1.c:2580

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Wed Nov 21 21:27:56 2001
State-Changed-Why:
    Duplicate of PR 4711.

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


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

* Re: optimization/4387: Internal compiler error in eliminate_regs, at reload1.c:2580
@ 2001-11-18  0:46 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-11-18  0:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR optimization/4387; 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, tranle@accesscom.com
Cc:  
Subject: Re: optimization/4387: Internal compiler error in eliminate_regs, at reload1.c:2580
Date: 22 Nov 2001 05:27:57 -0000

 Synopsis: Internal compiler error in eliminate_regs, at reload1.c:2580
 
 State-Changed-From-To: open->closed
 State-Changed-By: rodrigc
 State-Changed-When: Wed Nov 21 21:27:56 2001
 State-Changed-Why:
     Duplicate of PR 4711.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4387&database=gcc


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

* optimization/4387: Internal compiler error in eliminate_regs, at reload1.c:2580
@ 2001-09-24 15:36 tranle
  0 siblings, 0 replies; 3+ messages in thread
From: tranle @ 2001-09-24 15:36 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4387
>Category:       optimization
>Synopsis:       Internal compiler error in eliminate_regs, at reload1.c:2580
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 24 15:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Minh Tran-Le
>Release:        3.1 20010924 (experimental)
>Organization:
>Environment:
System: Linux slaughter 2.4.10-pre4 #1 SMP Tue Sep 4 12:45:08 PDT 2001 i686 unknown
Architecture: i686
>Description:
Compiler crash: 
tranle@slaughter:> gcc -v -save-temps -D_BSD_SOURCE -DHAVE_CONFIG_H -I. -I../src -I/usr/local/src/emacs/emacs-21.0.105/lib-src -I/usr/local/src/emacs/emacs-21.0.105/lib-src/../src -L/usr/X11R6/lib -D_BSD_SOURCE   -g -O2 /usr/local/src/emacs/emacs-21.0.105/lib-src/emacsserver.c -lc -o emacsserver
Reading specs from /opt/gcc31/lib/gcc-lib/i686-suse-linux/3.1/specs
Configured with: /usr/local/src/compiler/gcc/configure --prefix=/opt/gcc31 i686-suse-linux
Thread model: single
gcc version 3.1 20010924 (experimental)
 /opt/gcc31/lib/gcc-lib/i686-suse-linux/3.1/cpp0 -lang-c -v -I. -I../src -I/usr/local/src/emacs/emacs-21.0.105/lib-src -I/usr/local/src/emacs/emacs-21.0.105/lib-src/../src -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem=posix -D__OPTIMIZE__ -D__STDC_HOSTED__=1 -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__tune_i686__ -D__tune_pentiumpro__ -D_BSD_SOURCE -DHAVE_CONFIG_H -D_BSD_SOURCE /usr/local/src/emacs/emacs-21.0.105/lib-src/emacsserver.c emacsserver.i
GNU CPP version 3.1 20010924 (experimental) (cpplib) (i386 Linux/ELF)
ignoring nonexistent directory "/opt/gcc31/i686-suse-linux/include"
ignoring duplicate directory "/usr/local/src/emacs/emacs-21.0.105/lib-src"
ignoring duplicate directory "/usr/local/src/emacs/emacs-21.0.105/src"
#include "..." search starts here:
#include <...> search starts here:
 .
 ../src
 /usr/local/include
 /opt/gcc31/lib/gcc-lib/i686-suse-linux/3.1/include
 /usr/include
End of search list.
 /opt/gcc31/lib/gcc-lib/i686-suse-linux/3.1/cc1 -fpreprocessed emacsserver.i -quiet -dumpbase emacsserver.c -g -O2 -version -o emacsserver.s
GNU CPP version 3.1 20010924 (experimental) (cpplib) (i386 Linux/ELF)
GNU C version 3.1 20010924 (experimental) (i686-suse-linux)
        compiled by GNU C version 3.1 20010924 (experimental).
/usr/local/src/emacs/emacs-21.0.105/lib-src/emacsserver.c: In function `main':
/usr/local/src/emacs/emacs-21.0.105/lib-src/emacsserver.c:410: Internal compiler error in eliminate_regs, at reload1.c:2580
>How-To-Repeat:
compile the attached emacsserver.i with gcc
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2001-11-22  5:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-18  0:23 optimization/4387: Internal compiler error in eliminate_regs, at reload1.c:2580 rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-11-18  0:46 rodrigc
2001-09-24 15:36 tranle

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).