https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63790
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mliska at suse dot cz --- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> --- (In reply to Francois-Xavier Coudert from comment #5) > With -O2 -fno-ipa-icf, the expected error shows up. With only -O2, it does > not. > I attach the 088t.dom1 dump for both cases. Interesting that IPA-ICF doesn't catch the opportunity on x86_64 ... Martin? Ah, it seems we unify it but still inline it twice while on dawrin we unify it but do not inline it (but CSE one call later). But yes, adding -fno-ipa-icf to dg-options is fine with me (and pre-approved).