This is the mail archive of the gcc-bugs@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]

[Bug c++/61668] Division returns an error in some cases


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61668

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Actually maybe 0.59 can be represented exactly, but that doesn't change the
fact that floating point numbers are not exact and calculations can accumulate
errors.

If you really think this is a compiler bug then please provide the information
requested at https://gcc.gnu.org/bugs not screenshots.


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