This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14680] New: reload_cse_simplify_operands triggers internal error on sparc64 when compiling netpbm
- From: "martin at netbsd dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Mar 2004 16:02:55 -0000
- Subject: [Bug target/14680] New: reload_cse_simplify_operands triggers internal error on sparc64 when compiling netpbm
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Trying to compile netpbm (see http://netpbm.sourceforge.net) on a NetBSD sparc64
system results in this error:
exif.c: In function `ProcessExifDir':
exif.c:645: error: insn does not satisfy its constraints:
(insn:HI 1314 1309 2057 112 0x40ab46c0 (set (reg:DI 31 %i7 [32])
(fix:DI (fix:DF (reg:DF 32 %f0 [507])))) 166 {fix_truncdfdi2} (insn_list
1310 (nil))
(nil))
exif.c:645: internal compiler error: in reload_cse_simplify_operands, at
reload1.c:8353
Unfortunately I failed to reproduce this lossage with a smaler example.
--
Summary: reload_cse_simplify_operands triggers internal error on
sparc64 when compiling netpbm
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: martin at netbsd dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: sparc64--netbsd
GCC host triplet: sparc64--netbsd
GCC target triplet: sparc64--netbsd
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14680