hth313 / Calypsi-tool-chains

Overview of the Calypsi tool chain and open source support packages
16 stars 0 forks source link

M68000: Compiler internal error #26

Closed djipi closed 1 year ago

djipi commented 1 year ago

The following message is returned: "internal error: Translator\Target\M68K\Compiler\FunctionPrelude.hs:(183,11)-(185,74): Non-exhaustive guards in multi-way if"

The error occurs on Release 4.3 and 3.6.12

hth313 commented 1 year ago

This happens if you allocate a single stack frame larger than 32K. I have fixed this for the upcoming release.

hth313 commented 1 year ago

This is fixed in the just made 4.4 release.