[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-kawa] [bugs #8711] Dead variable compiler error
From: |
anonymous |
Subject: |
[Bug-kawa] [bugs #8711] Dead variable compiler error |
Date: |
Tue, 27 Apr 2004 16:02:19 -0400 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 |
This mail is an automated notification from the bugs tracker
of the project: Kawa.
/**************************************************************************/
[bugs #8711] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8711>
Project: Kawa
Submitted by: 0
On: Tue 04/27/04 at 20:02
Category: Code generation
Severity: 5 - Average
Item Group: Compile-time exception
Resolution: None
Assigned to: None
Status: Open
Summary: Dead variable compiler error
Original Submission: The compiler aborts with the following error on the
attached file:
(compiling test.scm) Internal error while compiling test.scm:15
java.lang.Error: attempting to push dead variable
at gnu.bytecode.CodeAttr.emitLoad(CodeAttr.java:1047)
at gnu.expr.Declaration.load(Declaration.java:140)
at gnu.expr.ReferenceExp.compile(ReferenceExp.java:118)
....
It seems that there is a code generation bug when a lambda-expression appears
in a method declared inside a 'define-simple-class' that is not exported by the
module.
File Attachments
-------------------
-------------------------------------------------------
Date: Tue 04/27/04 at 20:02 Name: test.scm Size: 445KB By: None
http://savannah.gnu.org/bugs/download.php?item_id=8711&item_file_id=1243
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8711>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-kawa] [bugs #8711] Dead variable compiler error,
anonymous <=