]> git.eshelyaron.com Git - emacs.git/commit
comp: Fix mvar dependency chain (bug#67239)
authorAndrea Corallo <acorallo@gnu.org>
Mon, 4 Dec 2023 18:14:28 +0000 (19:14 +0100)
committerAndrea Corallo <acorallo@gnu.org>
Mon, 4 Dec 2023 19:57:52 +0000 (20:57 +0100)
commitf5e45247081ab2489581c650423413a2b6c2caf9
tree99ea970cf13acf489196b7e9fdd0e2d557f49a78
parent365114d3bda270f35268ab7d5335de3bec0e89ac
comp: Fix mvar dependency chain (bug#67239)

* lisp/emacs-lisp/comp.el (comp-add-cond-cstrs): Emit assume with
the original mvar as explicit rhs.
(comp-fwprop-insn): Add note.
* test/src/comp-tests.el (67239-1): Add new test.
* test/src/comp-resources/comp-test-funcs.el (comp-test-time)
(comp-test-67239-00-f, comp-test-67239-0-f, comp-test-67239-1-f):
Define.
lisp/emacs-lisp/comp.el
test/src/comp-resources/comp-test-funcs.el
test/src/comp-tests.el