[nem-bug] [Nemerle 0000574]: Internal compiler error

feedback at nemerle.org feedback at nemerle.org
Mon Nov 21 14:03:37 CET 2005


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=574> 
======================================================================
Reported By:                marcinm
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   574
Category:                   Compiler
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             11-21-2005 14:03 CET
Last Modified:              11-21-2005 14:03 CET
======================================================================
Summary:                    Internal compiler error
Description: 
file1.n: public class SimpleObject { public Ide : uint { get {10} } }
file2.n: public class AdvancedObject : N1.SimpleObject {}
file3.n: 
public module M{
m [T] (l : array [T]) : void where T : N2.AdvancedObject
    {
      foreach (e in l)
        Nemerle.IO.printf("%u\n", e.Ide);
    }
  }
---------
compiling file1.n, file2.n, and file3.n into separate dll's causes an
error.
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
11-21-05 14:03 marcinm        New Issue                                    
======================================================================




More information about the bugs mailing list