GNU bug report logs - #26124
26.0.50; Byte compiler reports its bug

Previous Next

Package: emacs;

Reported by: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>

Date: Thu, 16 Mar 2017 12:12:01 UTC

Severity: normal

Tags: fixed

Found in version 26.0.50

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


Message #15 received at control <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
Cc: 26124 <at> debbugs.gnu.org
Subject: Re: bug#26124: 26.0.50; Byte compiler reports its bug
Date: Fri, 02 Jun 2017 23:05:37 -0400
tags 26124 fixed
close 26124 
quit

Kazuhiro Ito <kzhr <at> d1.dion.ne.jp> writes:

> 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.

This seems to be fixed now.




This bug report was last modified 8 years and 68 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.