This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/81327] cast to void* does not suppress -Wclass-memaccess


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]