Re: Ping^3 Re: float.h: C2x NaN and Inf macros

2020-11-17 Thread Richard Biener via Gcc-patches
On Mon, Nov 16, 2020 at 5:10 PM Joseph Myers wrote: > > Ping^3. This patch > is > still pending review (the DFP sNaN followup has been approved). (The > independent C2x patches >

Re: float.h: C2x NaN and Inf macros

2020-11-16 Thread Jeff Law via Gcc-patches
On 10/26/20 6:44 PM, Joseph Myers wrote: > C2x adds macros for NaNs and infinities to , some of them > previously in (and some still in as well in C2x as > an obsolescent feature). Add these macros to GCC's > implementation. > > This omits the macros for DFP signaling NaNs, leaving those to b

Ping^3 Re: float.h: C2x NaN and Inf macros

2020-11-16 Thread Joseph Myers
Ping^3. This patch is still pending review (the DFP sNaN followup has been approved). (The independent C2x patches and

Ping^2 Re: float.h: C2x NaN and Inf macros

2020-11-09 Thread Joseph Myers
Ping^2. This patch is still pending review (the DFP sNaN followup has been approved). -- Joseph S. Myers jos...@codesourcery.com

Ping Re: float.h: C2x NaN and Inf macros

2020-11-02 Thread Joseph Myers
Ping. This patch is pending review. -- Joseph S. Myers jos...@codesourcery.com

float.h: C2x NaN and Inf macros

2020-10-26 Thread Joseph Myers
C2x adds macros for NaNs and infinities to , some of them previously in (and some still in as well in C2x as an obsolescent feature). Add these macros to GCC's implementation. This omits the macros for DFP signaling NaNs, leaving those to be added in a separate patch which will also need to ad