https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109609
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note, changing `ptr < buf` to `ptr != buf` still invokes the wrong code being generated.
pinskia at gcc dot gnu.org via Gcc-bugs Mon, 24 Apr 2023 12:56:43 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109609
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note, changing `ptr < buf` to `ptr != buf` still invokes the wrong code being generated.