fix compiler crash on hoisting certain vardecls from inner scopes

This commit is contained in:
Irmen de Jong
2022-12-22 18:49:53 +01:00
parent 4e103a1963
commit d0e6a2eb8b
5 changed files with 35 additions and 9 deletions

View File

@@ -3,7 +3,6 @@ TODO
For next release
^^^^^^^^^^^^^^^^
- fix compiler crash on : bool bb = gfx2.pget(pilex1, flakes1_yy[idx]+1) in PILED_SNOW_COLORS
- bool bb = not bb -> larger code than bool bb ^= 1
- bool xx = ~xx -> larger code than xx ^= 1
- ubyte xx = not xx -> much larger code than xx ^= 1