https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71981
Martin Jambor <jamborm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |jamborm at gcc dot
gnu.org
--- Comment #3 from Martin Jambor <jamborm at gcc dot gnu.org> ---
(In reply to Martin Jambor from comment #2)
> ipa_polymorphic_call_context constructor returns
>
> MEM[(char * *)""]
>
> in *INSTANCE. That does not look right.
which however Honza says is OK. it is get_dynamic_type that should
just give up on it. So let me do that.