Comment by tom_mellior
9 years ago
> It affects code generated by the OCaml native compiler
Possibly, but that was not the issue here. It's clear from your own link that the crashes were due to C code in the OCaml runtime (used by the compiler itself), which is written in C and was compiled with GCC at -O2. See https://caml.inria.fr/mantis/view.php?id=7452#c17129
Indeed, you're right.