]> git.ipfire.org Git - thirdparty/gcc.git/commit
Update calls_comdat_local in cgraph_node::create_version_clone
authorJan Hubicka <jh@suse.cz>
Sun, 21 Sep 2025 17:54:51 +0000 (19:54 +0200)
committerJan Hubicka <jh@suse.cz>
Sun, 21 Sep 2025 17:55:16 +0000 (19:55 +0200)
commit058b2ef951fa833145891834471c7e577b72221f
tree27ae5442aca23e6813d0e8e14ba5a25813efb0a5
parentd74aec06b106e0c42e3210bddeb02a5512f4d382
Update calls_comdat_local in cgraph_node::create_version_clone

This patches fixes ICE when ipa-split is run from ipa-profile.  In normal
computation we recompute the flag elsewhere, but it is supposed to be kept
up-to-date by passes possibly modifying it.

gcc/ChangeLog:

* cgraphclones.cc (cgraph_node::create_version_clone): Recompute
calls_comdat_local
gcc/cgraphclones.cc