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 giovannibajo at libero dot it  2005-03-02 11:36 -------
-Wstrict-aliasing can catch some, but you should not rely on it, because it 
can't possibly catch all of them. You should read and understand how aliasing 
works in ISO C and keep it in mind while writing the code.

-- 


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]