ocaml/testsuite/tests/basic-modules
Stephen Dolan 0d44a6cfe6 Remove Const_pointer from Lambda and Clambda (#9585)
Lambda and Clambda distinguish Const_int from Const_pointer only so
that they can pass the information to Cmm. But now that that
Const_pointer is gone from Cmm (#9578), there's no need for the
distinction in Lambda either.

This PR requires a bootstrap, because the .cmo format changes:
Lambda.structured_constant has one fewer constructor.  The bootstrap
is in the following commit.
2020-06-02 11:19:20 +02:00
..
anonymous.ml Add forgotten substitution when compiling anonymous modules (#9477) 2020-04-23 10:55:40 +02:00
anonymous.ocamlc.reference Remove Const_pointer from Lambda and Clambda (#9585) 2020-06-02 11:19:20 +02:00
anonymous.ocamlopt.flambda.reference Remove Const_pointer from Lambda and Clambda (#9585) 2020-06-02 11:19:20 +02:00
anonymous.ocamlopt.reference Remove Const_pointer from Lambda and Clambda (#9585) 2020-06-02 11:19:20 +02:00
main.ml Remove use of Obj.truncate from CamlinternalMod. 2019-04-01 14:10:12 +01:00
main.mli GPR#243: Faster test suite 2015-10-09 15:45:37 +00:00
main.reference merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev 15121) 2014-08-22 13:45:02 +00:00
offset.ml Remove copyright notices in test files. 2016-05-03 07:37:48 -04:00
pr4008.ml Remove use of Obj.truncate from CamlinternalMod. 2019-04-01 14:10:12 +01:00
pr6726.ml Remove copyright notices in test files. 2016-05-03 07:37:48 -04:00
pr7427.ml Don't delete let bodies in Cmmgen (#959) 2016-12-09 14:14:03 +00:00
recursive_module_evaluation_errors.ml Print end line and valid end character for multi-lines locations 2019-04-08 00:51:09 +00:00