This is the mail archive of the gcc@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: One more limits question


On Wed, Jan 29, 2003 at 01:03:05PM -0800, Mark Mitchell wrote:
> fold_builtin_nan calls real_nan.  real_nan calls get_canonical_{q,s}nan
> in this case.  Those functions seem to be unconditionalized in any way.

Perhaps a convert_to_move, or round_for_format smashes them?
Hmm.  I see only the encode/decode things do this.  Yes, 
there's a bug here...

> Do you know a non-signaling-Nan target I could build a cross-compiler
> for, so that I could check out how this works?

Well, vax-bsd doesn't support NaNs at all.  To my knowledge
there isn't a target that supports NaN but not SNaN.


r~


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