bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bug #40494] internal error on kawa -C bug.scm, 1.14 and head


From: anonymous
Subject: [Bug-kawa] [bug #40494] internal error on kawa -C bug.scm, 1.14 and head
Date: Sun, 10 Nov 2013 19:33:31 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:20.0) Gecko/20100101 Firefox/20.0

Follow-up Comment #1, bug #40494 (project kawa):

Running with --no-inline works around this issue, as does replacing (proc)
with (apply proc '()) in the definition of bottom.  (Kawa 1.14)

-John

p.s., for convenience, here is the text of the attachment:

(module-export)

(begin
  (define (bottom proc) (proc))
)

(define (top proc)
  (bottom (lambda () (proc))))

(define-simple-class <top-class> ()
  ((frob)
   (top (lambda () #f))))


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40494>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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