------- 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