GNU bug report logs - #4251
23.1.50; Error byte-compiling big conditional

Previous Next

Package: emacs;

Reported by: aemoncannon <at> gmail.com

Date: Tue, 25 Aug 2009 00:40:05 UTC

Severity: normal

Tags: confirmed

Done: Andreas Schwab <schwab <at> linux-m68k.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Aemon Cannon <aemoncannon <at> gmail.com>
To: 4251 <at> debbugs.gnu.org
Subject: bug#4251: Another failure case..
Date: Tue, 25 Aug 2009 10:24:18 -0400
[Message part 1 (text/plain, inline)]
The following fails with the same error:
;;;;;;;;;;;;;;;;;;;;;;;;;;;

(defmacro many-forms ()
  (let ((body '()))
    (dotimes (i 20000)
      (setq body (cons '(message "more") body)))
    `(progn ,@body)))

(many-forms)

(if (eq 1 a)
    (message "dude")
  (message "else"))

;;;;;;;;;;;;;;;;;;;;;;;
[Message part 2 (text/html, inline)]

This bug report was last modified 13 years and 329 days ago.

Previous Next


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