https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64218
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu.org
Assignee|marxin at gcc dot gnu.org |unassigned at gcc dot
gnu.org
--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> ---
Hello.
You are Markus right, that it started with r218048, but it's actually caused
by: r218024. Reason for that is that sreal, utilized for inlining purpose, was
broken between r218008-r218048.
Problematic commit:
2014-11-22 Jan Hubicka <[email protected]>
PR ipa/63671
* ipa-inline-transform.c (can_remove_node_now_p_1): Handle alises
and -fno-devirtualize more carefully.
(can_remove_node_now_p): Update.
Thanks,
Martin