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: patch: trunc/fix cleanups


On Thu, 19 Feb 2004, Aldy Hernandez wrote:
> [As discussed on IRC]
>
> In tracking down a bug in ppc-e500, I ran into can_fix_p.  It looks
> like the fix patterns won't work unless ftrunc patterns exist for the
> machine description.  This isn't documented anywhere.  Luckily, only
> 68k and mmix suffer from this.

No, that's wrong, MMIX doesn't suffer.  It has "fix_truncdfdi2"
and "ftruncdf2".  If I misunderstood you, please clarify so I
can fix whatever needs fixing.

>
> (What most of these back-ends want is fixuns_trunc* anyway)

It has "fixuns_truncdfdi2" too.

brgds, H-P


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