This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: x86 patch: SSE-based FP<=>int conversions, round 4


On 2/9/07, Richard Henderson <rth@redhat.com> wrote:
On Thu, Feb 08, 2007 at 04:56:08PM -0800, Stuart Hastings wrote:
> I suppose the review would be easier if I attached a patch to
> review.  Duh.

Ok.

It looks like this caused PR30757.


double log(double x);
void f() { unsigned char a = log(0); }

./cc1 -quiet -march=athlon-xp -mfpmath=sse t.i
t.i: In function 'f':
t.i:2: error: unrecognizable insn:
(insn 11 10 12 3 (set (reg:SI 61)
       (fix:SI (reg:DF 58 [ D.1820 ]))) -1 (nil)
   (nil))
t.i:2: internal compiler error: in extract_insn, at recog.c:2108
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]