[nem-bug] [Nemerle 0000781]: Run-time exception on %&&
feedback at nemerle.org
feedback at nemerle.org
Wed Nov 8 21:20:38 CET 2006
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=781>
======================================================================
Reported By: IT
Assigned To: nazgul
======================================================================
Project: Nemerle
Issue ID: 781
Category: Compiler (parser/macros engine)
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 10-31-2006 02:20 CET
Last Modified: 11-08-2006 21:20 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.
}
}
======================================================================
----------------------------------------------------------------------
nazgul - 11-08-06 21:20
----------------------------------------------------------------------
Fixed on trunk (r6853)
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
11-08-06 21:20 nazgul Status new => resolved
11-08-06 21:20 nazgul Resolution open => fixed
11-08-06 21:20 nazgul Assigned To => nazgul
11-08-06 21:20 nazgul Note Added: 0001491
======================================================================
More information about the bugs
mailing list