[nem-bug] [Nemerle 0000781]: Internal compiler error on %&&
feedback at nemerle.org
feedback at nemerle.org
Tue Oct 31 02:20:22 CET 2006
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=781>
======================================================================
Reported By: IT
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 781
Category: Code Completion Engine
Reproducibility: always
Severity: crash
Priority: normal
Status: new
======================================================================
Date Submitted: 10-31-2006 02:20 CET
Last Modified: 10-31-2006 02:20 CET
======================================================================
Summary: Internal compiler error 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
======================================================================
More information about the bugs
mailing list