This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Making double precision constants work with -fsingle-precision-constant
On Fri, Dec 09, 2005 at 05:01:43PM -0500, Carlos O'Donell wrote:
> Retested no regresssions on x86-pc-linux-gnu. This adds additional
> macros __*_HAS_DENORM__ of which __DBL_HAS_DENORM__ is used in std_limits.h.
If we're going to define this, we should be consistent and use
the other __FOO_HAS_DENORM__ defines for float and long double.
Otherwise the patch is ok by me.
r~