This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r273910 - in /trunk/gcc: ChangeLog cgraph.c
- From: marxin at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 30 Jul 2019 14:52:29 -0000
- Subject: r273910 - in /trunk/gcc: ChangeLog cgraph.c
Author: marxin
Date: Tue Jul 30 14:52:29 2019
New Revision: 273910
URL: https://gcc.gnu.org/viewcvs?rev=273910&root=gcc&view=rev
Log:
Use edge->indirect_unknown_callee in cgraph_edge::make_direct (PR ipa/89330).
2019-07-30 Martin Liska <mliska@suse.cz>
PR ipa/89330
* cgraph.c (cgraph_edge::make_direct): Use
edge->indirect_unknown_callee as edge->resolve_speculation can
deallocate edge which is this pointer.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cgraph.c