MERCURY_OPTIONS= gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-18/tests/warnings' { echo MCFLAGS += '--grade java --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-18/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all --use-subdirs '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-18/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-18/stage2/runtime/mer_rt.init '; echo MLLIBS += ' '; echo MLOBJS += ' '; echo LDFLAGS += ' '; echo LD_LIBFLAGS += ' '; echo EXTRA_LIBRARIES += ''; echo EXTRA_LIB_DIRS += ''; echo LIBGRADES = 'hlc.gc '; echo INSTALL_PREFIX = '/home/mercury/testing/run/install'; echo LINKAGE = 'shared'; echo MERCURY_LINKAGE = 'shared'; } | /home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-18/stage2/scripts/mmc --make --options-file - table_with_inline.depend gmake[3]: Leaving directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-18/tests/warnings' gmake[3]: Entering directory '/home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-18/tests/warnings' { echo MCFLAGS += '--grade java --options-file /home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-18/stage2/Mercury.options --mercury-linkage static -j2 --flags ../TESTS_FLAGS --flags ../WS_FLAGS --output-compile-error-lines 0 --color-diagnostics --infer-all --use-subdirs '; echo MCFLAGS += ' '; echo CFLAGS += ' '; echo JAVACFLAGS += '-J"-Xmx1024m" '; echo CSCFLAGS += ' '; echo C2INITARGS += '/home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-18/stage2/library/mer_std.init /home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-18/stage2/runtime/mer_rt.init '; echo MLLIBS += ' '; echo MLOBJS += ' '; echo LDFLAGS += ' '; echo LD_LIBFLAGS += ' '; echo EXTRA_LIBRARIES += ''; echo EXTRA_LIB_DIRS += ''; echo LIBGRADES = 'hlc.gc '; echo INSTALL_PREFIX = '/home/mercury/testing/run/install'; echo LINKAGE = 'shared'; echo MERCURY_LINKAGE = 'shared'; } | /home/mercury/testing/run/build/mercury-srcdist-rotd-2026-08-18/stage2/scripts/mmc --make --options-file - table_with_inline.err Making Mercury/int3s/table_with_inline.int3 Making Mercury/ints/table_with_inline.int Making table_with_inline.err ... output log truncated, see `table_with_inline.err' for the complete log. 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 2026-08-17 22:15:08.000000000 +1000 +++ table_with_inline.err 2026-08-19 09:03:16.917671979 +1000 @@ -1,3 +1,6 @@ +table_with_inline.m:019: Ignoring the `:- pragma memo' declaration for function +table_with_inline.m:019: `foo'/1, because tabling is implemented only on the +table_with_inline.m:019: C backend. table_with_inline.m:019: Warning: function `table_with_inline.foo'/1 has both a table_with_inline.m:019: `:- pragma memo' declaration and a table_with_inline.m:019: `:- pragma inline' declaration. gmake[3]: *** [../Mmake.common:170: 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-2026-08-18/tests/warnings' ERROR OUTPUT table_with_inline.m:019: Ignoring the `:- pragma memo' declaration for function table_with_inline.m:019: `foo'/1, because tabling is implemented only on the table_with_inline.m:019: C backend. table_with_inline.m:019: Warning: function `table_with_inline.foo'/1 has both a table_with_inline.m:019: `:- pragma memo' declaration and a table_with_inline.m:019: `:- pragma inline' declaration. table_with_inline.m:019: The inline pragma will be ignored, because tabled table_with_inline.m:019: predicates cannot be inlined. table_with_inline.m:019: You can use the `--no-warn-table-with-inline' option table_with_inline.m:019: to suppress this warning. END OF THE ERROR OUTPUT