MERCURY_OPTIONS= --deep-random-write=25 --deep-std-name --mdb-disable-progress
gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/tests/warnings'
/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/stage2/scripts/mmc --generate-dependencies --grade hlc.par.gc    --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all     table_with_inline > table_with_inline.dep_err 2>&1
gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/tests/warnings'
gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/tests/warnings'
/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/stage2/scripts/mmc --make-interface --grade hlc.par.gc    --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all     table_with_inline
/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/stage2/scripts/mmc --errorcheck-only --grade hlc.par.gc    --mercury-linkage static --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all     table_with_inline > table_with_inline.err 2>&1
Comparing table_with_inline.err with table_with_inline.err_exp*,
	results in table_with_inline.err_res
** table_with_inline.err did not match the expected error output
** (closest match was table_with_inline.err_res1)
--- table_with_inline.err_exp	2024-06-07 21:46:11.000000000 +1000
+++ table_with_inline.err	2025-03-30 07:31:31.835730967 +1100
@@ -1,3 +1,6 @@
+table_with_inline.m:011: Ignoring the `:- pragma memo' declaration for function
+table_with_inline.m:011:   `table_with_inline.foo'/1 mode 0, because tabling is
+table_with_inline.m:011:   is not compatible with parallel execution.
 table_with_inline.m:015: Warning: function `table_with_inline.foo'/1 has both a
 table_with_inline.m:015:   `:- pragma memo' declaration and a
 table_with_inline.m:015:   `:- pragma inline' declaration.
gmake[3]: *** [../Mmake.common:166: table_with_inline.err_res] Error 1
gmake[3]: Target 'table_with_inline.runtest' not remade because of errors.
gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2025-03-29/tests/warnings'
ERROR OUTPUT
table_with_inline.m:011: Ignoring the `:- pragma memo' declaration for function
table_with_inline.m:011:   `table_with_inline.foo'/1 mode 0, because tabling is
table_with_inline.m:011:   is not compatible with parallel execution.
table_with_inline.m:015: Warning: function `table_with_inline.foo'/1 has both a
table_with_inline.m:015:   `:- pragma memo' declaration and a
table_with_inline.m:015:   `:- pragma inline' declaration.
table_with_inline.m:015:   The inline pragma will be ignored, because tabled
table_with_inline.m:015:   predicates cannot be inlined.
table_with_inline.m:015:   You can use the `--no-warn-table-with-inline' option
table_with_inline.m:015:   to suppress this warning.
END OF THE ERROR OUTPUT