Mentions légales du service

Skip to content

Fix miscompilation of Pervasives.xor to C

Timothy Bourke requested to merge fix_boolop into master

Pervasives.xor is currently miscompiled by the C backend, as it's being translated as a call to a non-existent function of the same name. This commit fixes this miscompilation, and rationalizes the handling of binary/unary operators.

Merge request reports