dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 1 forks source link

`not.d` cannot be compiled without optimizations #263

Closed dplassgit closed 10 months ago

dplassgit commented 10 months ago

It tries to compare a constant to another constant and it gives an error trying to compile cmp BYTE 0, 0

dplassgit commented 10 months ago

https://github.com/dplassgit/d2lang/blob/f0a3144b86f9e662e2e40d91d911be7acd0d6851/src/com/plasstech/lang/d2/codegen/x64/NasmCodeGenerator.java#L272