https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84658
--- Comment #11 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #10) > If ICF needs to adjust all points-to if it makes any variable aliases, > perhaps it should as well adjust the code to use the variables rather than > their aliases. Similar to what we do in sanopt.c:rewrite_usage_of_param? If so, I can do that.