[nem-bug] [Nemerle 0000780]: ICE - unsinged (and other) values in
constant folding of bit operators
feedback at nemerle.org
feedback at nemerle.org
Fri Nov 24 19:29:48 CET 2006
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=780>
======================================================================
Reported By: IT
Assigned To: malekith
======================================================================
Project: Nemerle
Issue ID: 780
Category: Compiler
Reproducibility: always
Severity: crash
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 10-31-2006 02:15 CET
Last Modified: 11-24-2006 19:29 CET
======================================================================
Summary: ICE - unsinged (and other) values in constant
folding of bit operators
Description:
module Test
{
Main () : void
{
_ = 0xF0000000 & 0xF0000000
}
}
======================================================================
----------------------------------------------------------------------
nazgul - 11-12-06 13:23
----------------------------------------------------------------------
Constant folding of & ^ | operators should be refactored, but it includes
several rules, which are a bit hard to find out.
----------------------------------------------------------------------
malekith - 11-24-06 19:29
----------------------------------------------------------------------
Resolved in r6997
Issue History
Date Modified Username Field Change
======================================================================
10-31-06 02:15 IT New Issue
11-12-06 13:23 nazgul Note Added: 0001507
11-12-06 13:23 nazgul Status new => confirmed
11-12-06 13:23 nazgul Summary Internal compiler error
=> ICE - unsinged (and other) values in constant folding of bit operators
11-12-06 13:23 nazgul Description Updated
11-24-06 19:29 malekith Status confirmed => resolved
11-24-06 19:29 malekith Resolution open => fixed
11-24-06 19:29 malekith Assigned To => malekith
11-24-06 19:29 malekith Note Added: 0001520
======================================================================
More information about the bugs
mailing list