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++/70869] [6/7 Regression] internal compiler error: Segmentation fault on array of pointer to function members


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.

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