[nem-bug] [Nemerle 0000781]: Run-time exception on %&&

feedback at nemerle.org feedback at nemerle.org
Tue Oct 31 02:21:49 CET 2006


The following issue has been UPDATED.
======================================================================
<http://nemerle.org/bugs/view.php?id=781> 
======================================================================
Reported By:                IT
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   781
Category:                   Compiler (parser/macros engine)
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             10-31-2006 02:20 CET
Last Modified:              10-31-2006 02:21 CET
======================================================================
Summary:                    Run-time exception on %&&
Description: 
module Test
{
  Main () : void
  {
    def n = 0xF0000000;
    _ = (n & n) == n; // ok
    _ = n %&& n       // run-time exception: Arithmetoc operation resulted
in an overflow.
  }
}

======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
10-31-06 02:20 IT             New Issue                                    
10-31-06 02:21 IT             Severity                 crash => major      
10-31-06 02:21 IT             Summary                  Internal compiler error
on %&& => Run-time exception on %&&
10-31-06 02:21 IT             Description Updated                          
10-31-06 02:21 IT             Category                 Code Completion Engine =>
Compiler (parser/macros engine)
10-31-06 02:21 IT             Description Updated                          
======================================================================




More information about the bugs mailing list