Files
mercury/tests/warnings/bug576.err_exp
Zoltan Somogyi 812d71063a Fix a reversed sanity check.
compiler/pre_typecheck.m:
    As above.

tests/warnings/bug576.{m,err_exp}:
    Add the Mantis test case for this bug.

tests/warnings/Mmakefile:
    Enable the new test case.
2025-07-05 11:45:24 +02:00

359 B

bug576.m:030: In function `icu_normalize'/3:
bug576.m:030: warning: the third argument and the function return value,
bug576.m:030: represented by the state variable `!S', could be deleted,
bug576.m:030: because they are not used, and because the final value is
bug576.m:030: always the same as the initial value.