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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
It works with if constexpr (__builtin_constant_p (x < y)) return x < y;

Reply via email to