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]

Re: optimization/9052: in C code, "if" statement fails to execute if optimized


> How about 8445, 9654?  Those are "bugs" that disappear with
> -ffloat-store, too.  Like I said, I don't know enough about floating
> point numbers...

Toon seems to think that PR fortran/8445 is indeed the same problem. But it's 
up to him to decide whether to close the bug.

PR optimization/9654 is exactly the same problem: using FP registers on x86 
adds extra-precision which can modify comparison results. Nothing can be done 
about that, other than using -ffloat-store which is precisely intended to 
address the issue.

-- 
Eric Botcazou


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