* tests/test-memcmp.c: Add comment about a known test failure.
* doc/posix-functions/memcmp.texi: Mention the clang bug.
+2018-12-21 Bruno Haible <bruno@clisp.org>
+
+ memcmp: Mention the clang bug.
+ * tests/test-memcmp.c: Add comment about a known test failure.
+ * doc/posix-functions/memcmp.texi: Mention the clang bug.
+
2018-12-20 Jim Meyering <meyering@fb.com>
revert v0.1-2213-gae4b73e28 and part of v0.1-2281-g95cd86dd7
Portability problems not fixed by Gnulib:
@itemize
+@item
+This function produces wrong results when the arguments are constant strings
+and the compiler is clang 6.0.1.
@end itemize
#include "zerosize-ptr.h"
#include "macros.h"
+/* Note: This test sometimes fails when compiled by 'clang'.
+ See <https://bugs.llvm.org/show_bug.cgi?id=40063>. */
+
int
main (void)
{