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

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|mjambor at suse dot cz             |hubicka at gcc dot 
gnu.org,
                   |                            |jamborm at gcc dot gnu.org

--- Comment #2 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Honza, does this assert in possible_polymorphic_call_targets:

  gcc_assert (odr_violation_reported);

make sense even when called from ipa-cp?  (And thus possibly with
illegal polymorphic contexts for some call contexts which is OK as
long as their use is guarded at run-time.)

Reply via email to