[Bug c++/102490] Erroneous optimization of default constexpr operator== of struct with bitfields

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Oct 5 17:15:25 GMT 2021


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|jakub at gcc dot gnu.org           |jason at gcc dot gnu.org

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Latest patch version
https://gcc.gnu.org/pipermail/gcc-patches/2021-October/580706.html
Jason was kind enough to take it over as more work needs to be done, e.g. to
make  the synthesization work on binfos rather than base FIELD_DECLs that might
not exist yet.


More information about the Gcc-bugs mailing list