https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109306
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Plus, not sure if doing strlen on the first argument is desirable, that often is quite long string. Perhaps we should just use there strncmp instead of memcmp.