optimization/10315: [3.2/3.3 regression] [powerpc] ICE: in extract_insn, at recog.c:2175
David Edelsohn
dje@watson.ibm.com
Wed Apr 23 03:16:00 GMT 2003
The following reply was made to PR optimization/10315; it has been noted by GNATS.
From: David Edelsohn <dje@watson.ibm.com>
To: Geoff Keating <geoffk@geoffk.org>
Cc: Steven Bosscher <s.bosscher@student.tudelft.nl>, gcc-gnats@gcc.gnu.org,
gcc-bugs@gcc.gnu.org, adconrad@0c3.net, 186299@bugs.debian.org
Subject: Re: optimization/10315: [3.2/3.3 regression] [powerpc] ICE: in extract_insn, at recog.c:2175
Date: Tue, 22 Apr 2003 23:14:37 -0400
The problem is easy_fp_constant():
/* If we are using V.4 style PIC, consider all constants to be hard. */
if (flag_pic && DEFAULT_ABI == ABI_V4)
return 0;
This means that "input_operand" predicate fails for movdf_hardfloat32 when
presented with const_double:DF. I'm not sure what's suppose to save us at
that point.
David
More information about the Gcc-prs
mailing list