This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: __builtin_huge_val, __builtin_inf, and std::numeric_limits
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: 05 Sep 2002 01:27:57 +0200
- Subject: Re: __builtin_huge_val, __builtin_inf, and std::numeric_limits
- Organization: Integrable Solutions
- References: <20020904232547.GA21805@redhat.com>
Richard Henderson <rth@redhat.com> writes:
| Regression tested on i686-linux; tested that the warnings
| worked like I want in C on vax-bsd.
Thanks for doing this.
What do you mean by "worked like I want"? Does it trigger a
diagnostic for numeric_limits<float>::infinity() when
numeric_limits<float>::has_infinity is false?
Thanks,
-- Gaby