On Fri, Oct 5, 2018 at 5:47 PM Martin Sebor <mse...@gmail.com> wrote: > > David, > > Attached is a patch to conditionalize the memchr-1.c test > to pass even with 2-byte wchar_t's. It also adds a compile > only test to verify memchr with -fnarrow-wchar. I verified > the changes on LE x86_64-linux and BE powerpc64-linux but > if you could confirm they also work on AIX that would be > great.
With the patch, the memchr failures on AIX are fixed. Thanks, David