<div dir="ltr">In testing library support I've run into what appears to be a bug in the bytecode codegen. You can see this problem for yourself (only on amd64) with:<br> cd regression/library<br> ./library-test -codegen bytecode -debug true -keep g<br>
<br>The check program will segfault. Tracing it with gdb reveals that check.sml calls 'checkconfirmC'<br></div>