https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88545
--- Comment #6 from AK <hiraditya at msn dot com> --- > We can use memchr to find a char in a range of signed char, or even to find > an int in a range of signed char, as long as we're careful about values. +1, this approach should fix the bug i reported https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115040