]> git.eshelyaron.com Git - emacs.git/commit
Fix two compiler ICEs dealing with nan and infinity
authorAndrea Corallo <akrl@sdf.org>
Tue, 2 Mar 2021 16:23:12 +0000 (17:23 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 3 Mar 2021 19:36:12 +0000 (20:36 +0100)
commit0c5ba41b72a19f5353083431a1817d86bc3b7fad
tree354266f25e8a38b611314a0c7658b55f9675d168
parent30810905de7662b36b7ac9275bb9cbb2a563c277
Fix two compiler ICEs dealing with nan and infinity

* lisp/emacs-lisp/comp-cstr.el (comp-cstr-=): Don't crash when
truncate fails.
* test/src/comp-test-funcs.el (comp-test-=-nan): Add two functions
to be compiled.
lisp/emacs-lisp/comp-cstr.el
test/src/comp-test-funcs.el