Files
mercury/tests/warnings/table_with_inline.err_exp3
Zoltan Somogyi e8eadc61bd Fix some causes of test case failures in java grade.
tests/warnings/foreign_singleton.err_exp2:
tests/warnings/singleton_test.err_exp2:
tests/warnings/singleton_test.err_exp3:
    Update expected outputs for recent changes.

tests/warnings/table_with_inline.m:
    Document the new .err_exp3 file.

tests/warnings/table_with_inline.err_exp3:
    Add this expected output for non-C grades.

tests/warnings/table_with_inline.err_exp:
tests/warnings/table_with_inline.err_exp2:
    Update line numbers.
2025-09-13 14:06:18 +10:00

787 B

table_with_inline.m:015: Ignoring the `:- pragma memo' declaration for function
table_with_inline.m:015: `table_with_inline.foo'/1 mode 0, because tabling is
table_with_inline.m:015: is implemented only on the 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.