https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35543
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> --- Out of: strncmp, memcmp, memmove, strncpy I'm planning to add support only for memmove. The others have only possible inline expansion when size is 0 or 1. It's probably quite rare.