bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26124: 26.0.50; Byte compiler reports its bug


From: Kazuhiro Ito
Subject: bug#26124: 26.0.50; Byte compiler reports its bug
Date: Sun, 19 Mar 2017 14:13:36 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/26.0.50 (x86_64-w64-mingw32) MULE/6.0 (HANACHIRUSATO)

> When I byte compile FLIM's mel.el (*1), compiler output error message
> as below.
(snip)
> If I start Emacs and set byte-compile-cond-use-jump-table variable to
> nil, compilation succeeds.

Here is the minimal recipe.

1. Write .el file contains below codes.

(defsubst test1 (c m)
  (and (eq c 1)
       (cond ((eq m 1) t)
             ((eq m 2)
              (not (not c))))))

(defun test2 (c m)
  (test1 c m))

2. Byte-compile the file.

-- 
Kazuhiro Ito





reply via email to

[Prev in Thread] Current Thread [Next in Thread]