A simple sequence of floating point calculations gives different results on optimized builds and unoptimized builds. I have seen some bug reports, but this one is different as the error is reproduced only when the floating point calculation in question is called from a library. If i create a simple main method with the calculation in question, the error is not reproducible. I have a simple test case, how can i send it?
Created attachment 18453 [details] test case
I think this is a duplicate of bug 323. What target are you using?
Subject: RE: floating point optimization Thanks for looking into this issue. Target: x86_64-redhat-linux -----Original Message----- From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] Sent: Monday, August 31, 2009 12:21 AM To: Vikas Mehta Subject: [Bug c++/41195] floating point optimization ------- Comment #2 from pinskia at gcc dot gnu dot org 2009-08-31 06:21 ------- I think this is a duplicate of bug 323. What target are you using?
Yes it is a dup of 323. Since really the target is 32bits :). *** This bug has been marked as a duplicate of 323 ***