mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
f454842361
This bug drove me nuts for several hours until I figured out what was going on. The assignment sub-tree is being generated, then lost. It works for simple assignments because a = b = c -> (= a (= b c)), but for complex assignments (those that require move or memset), a = b = c -> (b = c) (a = c) but nothing points to (b = c). The cause is using binary expressions to store assignments. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
TODO |