Open chambart opened 8 years ago
Coq built with -O3 has an instance of a constant access to a field of a non block.
-O3
This can be
Obj.magic
I wish it to be the first case, but we need to ensure that this isn't any of the others
Coq extracts to (essentially) the untyped lambda calculus, so this is not surprising. Coq would probably prefer ocamlopt to prune this branch as having undefined behavior.
ocamlopt
Coq built with
-O3
has an instance of a constant access to a field of a non block.This can be
Obj.magic
related bugI wish it to be the first case, but we need to ensure that this isn't any of the others