This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC Status Report (2007-06-15)
On Mon, Jun 18, 2007 at 04:46:10PM +1000, Ben Elliston wrote:
> On Sat, 2007-06-16 at 06:17 -0700, H. J. Lu wrote:
>
> > BTW, an x86 DFP configure bug was reported 3 months ago. But it still
> > hasn't benen fixed. I opened a DFP bug report:
> >
> > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32351
> >
> > with a patch. I hope it will be fixed before gcc 4.3 is released :-).
>
> Sorry about the delay. Yes, I assure you it will be fixed by then and
> perhaps by the end of this week .. :-)
Hi Ben,
Can you take a look at this patch:
http://gcc.gnu.org/ml/gcc-patches/2007-06/msg01052.html
I'd like to TFmode conversion supprot to DFP. Currently libdecnumber
doesn't support TFmode conversion. Intel BID library does. I need
this patch to enable TFmode conversion. It has no impact on DFP
runtime with libdecnumber.
Thanks.
H.J.