This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] fix decimal float macro in <float.h>


> N1241, the latest version of ISO/IEC TR 24732 for decimal floating point
> support in C, specifies that <float.h> define DEC_EVAL_METHOD when
> __STDC_WANT_DEC_FP__ is defined.  An earlier version of the draft TR
> used DECFLT_EVAL_METHOD instead of DEC_EVAL_METHOD.  The compiler was
> fixed to use a variant of the new name, but the corresponding fix was
> not made to float.h.  This patch allows float.h to define the correct
> macro, based on the correct predefined macro defined by the compiler.

Yes, thanks.

Ben


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]