https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81327
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
Target Milestone|--- |8.0
Summary|cast to void* does not |[8 Regression] cast to
|suppress -Wclass-memaccess |void* does not suppress
| |-Wclass-memaccess
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Because this warning is included in -Wall, this is a regression.