This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch: trunc/fix cleanups
- From: Richard Henderson <rth at redhat dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 19 Feb 2004 10:42:19 -0800
- Subject: Re: patch: trunc/fix cleanups
- References: <20040219175924.GA1476@redhat.com>
On Thu, Feb 19, 2004 at 01:59:24PM -0400, Aldy Hernandez wrote:
> Luckily, only 68k and mmix suffer from this.
Not true. There are others that install fix/fixuns libcalls
(e.g. mips16) which should have used fix/fixuns_trunc.
> * doc/md.texi (Standard Names): Document additional dependency on
> fix pattern.
> * optabs.c (ftruncify): Remove.
> (expand_fix): Manually inline ftruncify above.
> (can_fix_p): Add FIXME note.
Ok.
r~