https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123376
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=53164
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #2)
> only handles FIELD_DECLs from TYPE_FIELDS, not also FUNCTION_DECLs or other
> entities.
That is ok for most things as they will be referenced seperately. pointer to
member functions on the other hand cause many things.
Maybe related to PR 53164 ..