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

--- Comment #40 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I'm not sure if we really need these builtins in constexpr functions now, as we
can use is_constant_evaluated to avoid dispatching to optimised implementations
using memcmp. Maybe we can close this.

Reply via email to