------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-10-26 11:16 
-------
Wrong code indeed, but on your side: your C code violates the aliasing rules of
the ISO C language.  Either fix it or pass -fno-strict-aliasing to the compiler.

See the entry of -fstrict-aliasing in the manual for more detailed info.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to