On 10/06/2018 04:13 PM, David Edelsohn wrote:
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! I've checked it in as r265020.
Martin