unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4251: Another failure case..
@ 2009-08-25 14:24 Aemon Cannon
  2011-09-17  7:19 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Aemon Cannon @ 2009-08-25 14:24 UTC (permalink / raw)
  To: 4251

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

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"))

;;;;;;;;;;;;;;;;;;;;;;;

[-- Attachment #2: Type: text/html, Size: 400 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#4251: Another failure case..
  2009-08-25 14:24 bug#4251: Another failure case Aemon Cannon
@ 2011-09-17  7:19 ` Lars Magne Ingebrigtsen
  2011-09-17  9:34   ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-17  7:19 UTC (permalink / raw)
  To: aemoncannon; +Cc: 4251

Aemon Cannon <aemoncannon@gmail.com> writes:

> 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"))

I can confirm that this bug is still present in Emacs 24.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#4251: Another failure case..
  2011-09-17  7:19 ` Lars Magne Ingebrigtsen
@ 2011-09-17  9:34   ` Andreas Schwab
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Schwab @ 2011-09-17  9:34 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: aemoncannon, 4251-done

Overflow check fixed.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-17  9:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-25 14:24 bug#4251: Another failure case Aemon Cannon
2011-09-17  7:19 ` Lars Magne Ingebrigtsen
2011-09-17  9:34   ` Andreas Schwab

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).