Re: Fix libdecnumber handling of non-canonical BID significands (PR middle-end/91226)

2020-01-06 Thread Jeff Law
On Fri, 2019-11-29 at 20:53 +, Joseph Myers wrote: > As reported in bug 91226, the libdecnumber code used on the host to > interpret DFP values in the BID encoding fails, for _Decimal64 and > _Decimal128, to check for the case where a significand is too large > and so specified in IEEE 754 to b

Re: Ping Re: Fix libdecnumber handling of non-canonical BID significands (PR middle-end/91226)

2019-12-06 Thread Richard Sandiford
Joseph Myers writes: > Ping. This patch > is pending > review. Like you say, it seems we no longer have a maintainer for this, and I wonder how many people other than you understand it well enough to do a meaningful technical review.

Ping Re: Fix libdecnumber handling of non-canonical BID significands (PR middle-end/91226)

2019-12-04 Thread Joseph Myers
Ping. This patch is pending review. -- Joseph S. Myers jos...@codesourcery.com

Fix libdecnumber handling of non-canonical BID significands (PR middle-end/91226)

2019-11-29 Thread Joseph Myers
As reported in bug 91226, the libdecnumber code used on the host to interpret DFP values in the BID encoding fails, for _Decimal64 and _Decimal128, to check for the case where a significand is too large and so specified in IEEE 754 to be a non-canonical encoding of the zero significand. This patch