This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81327] cast to void* does not suppress -Wclass-memaccess
- From: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 29 Aug 2017 22:43:47 +0000
- Subject: [Bug c++/81327] cast to void* does not suppress -Wclass-memaccess
- Auto-submitted: auto-generated
- References: <bug-81327-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81327
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-08-29
CC| |egallager at gcc dot gnu.org
Ever confirmed|0 |1
Severity|minor |normal
--- Comment #2 from Eric Gallager <egallager at gcc dot gnu.org> ---
Confirmed.
(In reply to Ville Voutilainen from comment #1)
> Note that this currently blocks building Qt with gcc 8. We could work around
> it by turning our void* casts to char* casts, but we have a preference for
> fixing this problem in the compiler.
Raising importance from minor to normal then.