[Bug lto/105727] __builtin_constant_p expansion in LTO

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 25 09:35:53 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105727

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I don't see anything wrong on it.
If memory_is_poisoned is inlined into main, size is constant, if
memory_is_poisoned is cloned and ipa-cp or ipa-vrp optimized, likewise.


More information about the Gcc-bugs mailing list