octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #8157] regexp.cc: prevent cast of negative


From: Jordi Gutiérrez Hermoso
Subject: [Octave-patch-tracker] [patch #8157] regexp.cc: prevent cast of negative floating point value to uint32_t.
Date: Thu, 08 Aug 2013 15:59:04 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0 Iceweasel/22.0

Follow-up Comment #4, patch #8157 (project octave):

Careful, addition in IEEE754 isn't associative:


a = eps/4; b = -1; c = 1;
(a + b) + c  == a + (b + c)


I wasn't following the problem, so I'm not sure if this is relevant.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8157>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]