------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-26 
14:31 -------
You are violating C/C++ aliasing rules.  Either use an union (which is defined 
for GCC) or use -fno-
strict-aliasing.

*** This bug has been marked as a duplicate of 21920 ***

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


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

Reply via email to