This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix __div[sdtx]c3 (PR c/30360)
- From: Ian Lance Taylor <iant at google dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: "Joseph S. Myers" <joseph at codesourcery dot com>, Richard Henderson <rth at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: 04 Jan 2007 07:31:36 -0800
- Subject: Re: [PATCH] Fix __div[sdtx]c3 (PR c/30360)
- References: <20070104150340.GZ29911@devserv.devel.redhat.com>
Jakub Jelinek <jakub@redhat.com> writes:
> 2007-01-04 Jakub Jelinek <jakub@redhat.com>
>
> PR c/30360
> * libgcc2.c (__divdc3): Compare c and d against 0.0 instead of
> denom against 0.0.
>
> * gcc.dg/pr30360.c: New test.
This is OK everywhere.
Thanks.
Ian