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

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

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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Guess pretty much a dup of PR71054, at least the original issue is the same, we
have DECL_EXPR with VAR_DECL that has DECL_INITIAL of CONSTRUCTOR that contains
PTRMEM_CSTs inside of it.  And we never call cp_genericize_r or anything else
that would replace PTRMEM_CSTs on the CONSTRUCTOR.

Reply via email to