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: __builtin_huge_val, __builtin_inf, and std::numeric_limits


On Wed, Sep 04, 2002 at 04:25:47PM -0700, Richard Henderson wrote:
> +DEF_GCC_BUILTIN(BUILT_IN_INF,
> +		"__builtin_inf",
> +		BT_FN_DOUBLE,
> +		ATTR_PURE_NOTHROW_LIST)

Why can't these be const?

zw


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