Commit Graph

3 Commits

Author SHA1 Message Date
Julien Fischer
3de326befd Fix a typo.
tests/hard_coded/unsigned_lt_le.m:
    As above.
2020-05-31 20:40:24 +10:00
Julien Fischer
5d57bc034f Fix a test failure.
tests/hard_coded/unsigned_lt_le.exp2:
    Add an expected output for when int is 32-bit.

tests/hard_coded/unsigned_lt_le.m:
    Document what the expected outputs are for.
2020-05-30 21:26:25 +10:00
Zoltan Somogyi
1e64d0ed0e Declare private_builtin.unsigned_{lt,le}.
library/private_builtin.m:
    As above. The code recognizing them as builtins was added a few weeks ago.

configure.ac:
    Require the installed compiled to contain that code.

compiler/options.m:
    Provide a way to test whether the compiler has *this* diff.

library/int.m:
    Delete int.unsigned_lt, and use private_builtin.unsigned_lt instead.

tests/hard_coded/unsigned_lt_le.{m,exp}:
    A test case for the two operations.

tests/hard_coded/Mmakefile:
    Enable the new test case.
2020-05-25 16:50:46 +10:00