Problem reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2019-06/msg00049.html
* tests/test-verify.c (item): Move the arithmetic inside the
verify_expr, to avoid tickling a bug in IBM AIX xlc V12.1.
+2019-06-18 Paul Eggert <eggert@cs.ucla.edu>
+
+ verify-tests: work around xlc bug
+ Problem reported by Bruno Haible in:
+ https://lists.gnu.org/r/bug-gnulib/2019-06/msg00049.html
+ * tests/test-verify.c (item): Move the arithmetic inside the
+ verify_expr, to avoid tickling a bug in IBM AIX xlc V12.1.
+
2019-06-16 Bruno Haible <bruno@clisp.org>
Restore Emacs time-stamp hook applicability.
enum
{
- item = verify_expr (1 == 1, 10) * 0 + 17 /* should be ok */
+ item = verify_expr (1 == 1, 10 * 0 + 17) /* should be ok */
};
static int