[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gcc-3.0.3: ICE in reload_cse_simplify on hppa-linux



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

Attachment: x509_ASN.nopic.i.gz
Description: Binary data

Attachment: x509_ASN.pic.i.gz
Description: Binary data


Reply to: