All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] FWD: gcc-3.0.3: ICE in reload_cse_simplify on hppa-linux
@ 2002-01-07 16:31 Randolph Chung
  2002-01-08  4:07 ` John David Anglin
  0 siblings, 1 reply; 5+ messages in thread
From: Randolph Chung @ 2002-01-07 16:31 UTC (permalink / raw)
  To: parisc-linux

[-- Attachment #1: Type: text/plain, Size: 3891 bytes --]

My initial cc to the list was rejected because the attachments were too
large. I'm only attaching the pic .i file here. if anyone wans the
non-pic one to look at pls mail me privately.

----- Forwarded message from Randolph Chung <tausq@debian.org> -----

Date: Sun, 6 Jan 2002 22:54:10 -0800
From: Randolph Chung <tausq@debian.org>
To: gcc-gnats@gcc.gnu.org, debian-gcc@lists.debian.org
Cc: parisc-linux@parisc-linux.org
Subject: gcc-3.0.3: ICE in reload_cse_simplify on hppa-linux
Reply-To: Randolph Chung <tausq@debian.org>

>Submitter-Id:	net
>Originator:	Randolph Chung
>Organization:	Debian
>Confidential:	no
>Synopsis:	ICE in reload_cse_simplify on hppa-linux
>Severity:	serious
>Priority:	medium
>Category:	optimization
>Class:		ice-on-legal-code
>Release:	3.0.3 (Debian testing/unstable)
>Environment:
System: Linux legolas 2.4.16-pa20 #13 Mon Dec 17 21:43:03 PST 2001 parisc64 unknown
Architecture: parisc64

	
host: hppa-unknown-linux-gnu
build: hppa-unknown-linux-gnu
target: hppa-unknown-linux-gnu
configured with: ../src/configure -v --enable-languages=c,c++,f77,proto,objc --prefix=/usr --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-checking --enable-threads=posix --with-cpp-install-dir=bin hppa-linux
>Description:
When compiling the attached file, gcc fails with the following message:


legolas[8:37] lib% gcc -v -save-temps -DHAVE_CONFIG_H -I. -I. -I..     -O2 -fPIC
 -DPIC -c x509_ASN.c
Reading specs from /usr/lib/gcc-lib/hppa-linux/3.0.3/specs
Configured with: ../src/configure -v --enable-languages=c,c++,f77,proto,objc --p
refix=/usr --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-
as --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-in
cluded-gettext --disable-checking --enable-threads=posix --with-cpp-install-dir=
bin hppa-linux
Thread model: posix
gcc version 3.0.3
 /usr/lib/gcc-lib/hppa-linux/3.0.3/cpp0 -lang-c -v -I. -I. -I.. -D__GNUC__=3 -D_
_GNUC_MINOR__=0 -D__GNUC_PATCHLEVEL__=3 -D__ELF__ -Dunix -D__hppa__ -Dlinux -D__
ELF__ -D__unix__ -D__hppa__ -D__linux__ -D__unix -D__linux -Asystem=unix -Asyste
m=posix -Acpu=hppa -Amachine=hppa -Amachine=bigendian -D__OPTIMIZE__ -D__STDC_HO
STED__=1 -D__PIC__ -D__pic__ -D_PA_RISC1_1 -DHAVE_CONFIG_H -DPIC x509_ASN.c x509
_ASN.i
GNU CPP version 3.0.3 (cpplib) (hppa)
ignoring nonexistent directory "/usr/hppa-linux/include"
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
 .
 ..
 /usr/local/include
 /usr/lib/gcc-lib/hppa-linux/3.0.3/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/hppa-linux/3.0.3/cc1 -fpreprocessed x509_ASN.i -mno-space-regs
 -quiet -dumpbase x509_ASN.c -O2 -version -fPIC -o x509_ASN.s
GNU CPP version 3.0.3 (cpplib) (hppa)
GNU C version 3.0.3 (hppa-linux)
        compiled by GNU C version 3.0.3.
/usr/share/misc/bison.simple: In function `yyparse':
/usr/share/misc/bison.simple:761: Insn does not satisfy its constraints:
(insn 7749 7746 59 (set (mem:SI (plus:SI (reg:SI 1 %r1)
                (reg/f:SI 3 %r3)) 272)
        (reg:SI 5 %r5)) 68 {*pa.md:2088} (nil)
    (nil))
/usr/share/misc/bison.simple:761: Internal compiler error in reload_cse_simplify
_operands, at reload1.c:8364
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

The problem does not occur when compiling with -fno-gcse or without -fPIC.

>How-To-Repeat:
	.i for source with and without -fPIC attached. As described
above the problem only occurs with -fPIC ...

>Fix:
	unknown

-- 
Debian Developer <tausq@debian.org>
http://www.TauSq.org/

----- End forwarded message -----

-- 
   @..@                                         http://www.TauSq.org/
  (----)
 ( >__< )
 ^^ ~~ ^^

[-- Attachment #2: x509_ASN.pic.i.gz --]
[-- Type: application/octet-stream, Size: 26839 bytes --]

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-07 16:31 [parisc-linux] FWD: gcc-3.0.3: ICE in reload_cse_simplify on hppa-linux Randolph Chung
2002-01-08  4:07 ` John David Anglin
2002-01-08  7:32   ` Randolph Chung
2002-01-08 15:45     ` John David Anglin
2002-01-12  6:12       ` Randolph Chung

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.