https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111165
--- Comment #13 from Thorsten Glaser <tg at mirbsd dot org> --- The interesting part is around the occurrence of… # eval.c:399: sp = cstrchr(sp, '\0') + 1; … in the .s files (it occurs thrice, the first is the beginning of the setup part, the second and third surround the strlen call, so they’re all within a bunch of lines).