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: RFA: fix avoid random results from do_add


On Fri, Jun 04, 2004 at 04:46:57PM +0100, Joern Rennecke wrote:
> +   /* Make sure all fields in the result are initialized.
> +      This is needed so that tree hashing produces consistent results.
> +      We can't use get_zero here because A or B might be equal to R.  */
> +   r->signalling = 0;
> +   r->canonical = 0;

Wait... These are only valid for NaNs.  How are we referencing
them in a context that is not rvc_nan.


r~


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