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++/20269] Optimizer problem with aliasing floating point variable


------- Additional Comments From bobm75 at gmail dot com  2005-03-02 18:03 -------

Ok, thank you for your explanation. We have a huge codebase and we just
increased the optimization level from -O to -O2 (together with -march=pentium3),
that's when this came up. Since most of this code has been around for a long
time (and not written by me) there is no way to guarantee that I caught all
these cases. 

So I guess I'll just have to disable the strict aliasing option for now. Thanks
for all your help.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20269


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