Re: GCC's Decimal Floating Point extension problem

2012-09-12 Thread Vincent Lefevre
On 2012-09-11 11:34:58 -0700, H.J. Lu wrote: > On Tue, Sep 11, 2012 at 11:31 AM, Mohamed Abou Samra > wrote: > > Hi All, > > > > I'm trying to write a small program to check the decimal floating > > point gcc extension but I encountered some problems > > > > The program just converts a _Decimal64

Re: GCC's Decimal Floating Point extension problem

2012-09-11 Thread H.J. Lu
On Tue, Sep 11, 2012 at 11:31 AM, Mohamed Abou Samra wrote: > Hi All, > > I'm trying to write a small program to check the decimal floating point gcc > extension but I encountered some problems > > The program just converts a _Decimal64 number to double to print it and I > used the function (do