https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111210

Alexander Monakov <amonakov at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |amonakov at gcc dot gnu.org

--- Comment #1 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
'c' is called with 'd' pointing to 'long e[2]', so

  return *(int *)(d + 1);

is an aliasing violation (dereferencing a pointer to an incompatible type).

Reply via email to