[nem-bug] [Nemerle 0000780]: ICE - unsinged (and other) values in constant folding of bit operators

feedback at nemerle.org feedback at nemerle.org
Sun Nov 12 13:23:31 CET 2006


The following issue has been CONFIRMED.
======================================================================
<http://nemerle.org/bugs/view.php?id=780> 
======================================================================
Reported By:                IT
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   780
Category:                   Compiler
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     confirmed
======================================================================
Date Submitted:             10-31-2006 02:15 CET
Last Modified:              11-12-2006 13:23 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.

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                          
======================================================================




More information about the bugs mailing list