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

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Note that if I fix this the only possible fix will complain for

  char *p = (char *)&a;
  p += 4;
...

as well.

Reply via email to