[PATCH, soft-fp]: Use mode(word) as a return type from soft-fp comparisons

Daniel Jacobowitz drow@false.org
Mon Jun 11 16:03:00 GMT 2007


On Sat, Jun 09, 2007 at 11:05:18AM +0200, Uros Bizjak wrote:
> Hello!
> 
> This patch fixes the problems exposed with the testcase below. The problem is, 
> that soft-fp functions return int value, where gcc expects the return from 
> soft-fp functions to be in word mode. On x86_64 target, word_mode equals 
> DImode, where int equals SImode, leading to comparison failures for certain 
> class of input operands.

Isn't someone (Andreas Krebbel?) trying to eliminate uses of
mode((word))?

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Libc-alpha mailing list