------- Comment #1 from rguenth at gcc dot gnu dot org  2007-11-29 16:54 -------
You are violating C aliasing rules.  Use memcpy (as you did) or a union to
guard
the type punning.

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


-- 

rguenth at gcc dot gnu dot org changed:

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


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

Reply via email to