mirror of
https://github.com/irmen/prog8.git
synced 2025-07-23 13:24:32 +00:00
fix compiler crash on hoisting certain vardecls from inner scopes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user