|
From: | Per Bothner |
Subject: | [Bug-kawa] [bug #39150] AppendValue procedure compiler InternalError |
Date: | Thu, 18 Jul 2013 07:20:30 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0 |
Update of bug #39150 (project kawa): Status: None => Confirmed Assigned to: None => bothner _______________________________________________________ Follow-up Comment #2: I've verified this with a slightly simpler test-case: (define-simple-class <Simple> (<Object>) (input type: <String> init-value: "")) (define (main) (let loop () (make <Simple> input: "value") (loop))) The problem appears to be related to the ALLOCATE_ON_STACK optimization. It's time for bed - I'll try to look at it tomorrow. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?39150> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |