mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
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.
787 B
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.
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.