https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117464
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Yes you writing to a location as `char*` and then reading it as `int*`. Note this is not about writing via a char either.