[Bug c++/81327] [8 Regression] cast to void* does not suppress -Wclass-memaccess
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jan 4 19:07:00 GMT 2018
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.
More information about the Gcc-bugs
mailing list