[Bug lto/105727] __builtin_constant_p expansion in LTO
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed May 25 13:54:52 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105727
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
My guess is that the
BUILD_BUG();
line is the sole thing that is wrong, it should be just break;
as the memory_is_poisoned_n(addr, size); will handle all the sizes, regardless
if they are constants or not.
More information about the Gcc-bugs
mailing list