------- Comment #1 from pinskia at gcc dot gnu dot org  2006-10-28 07:57 -------
You are violating C aliasing rules.
You are accessing a character array via something other than a character type
which is undefined.  The opposite way would have been defined in that accessing
an long long array (or a short array) via a character type.

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


-- 

pinskia at gcc dot gnu dot org changed:

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


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

Reply via email to