Calling REF
or ADR
on a propagated constant variable yields cryptic codegen error
#1371
Labels
bug
Something isn't working
When trying to compile the following snippet:
the compiler will fail during codegen with the following error:
This is probably due to the constant
x
's value being folded into each occurance, resulting in the actualREF
call to bey := REF(4)
.The text was updated successfully, but these errors were encountered: