http://d.puremagic.com/issues/show_bug.cgi?id=5672


Don <clugd...@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugd...@yahoo.com.au
            Version|D2                          |D1 & D2
            Summary|Internal error:             |ICE(cod2.c): if ((long &1)
                   |..\ztc\cod2.c 461           |== 1) with -O


--- Comment #1 from Don <clugd...@yahoo.com.au> 2011-03-01 07:38:38 PST ---
Reduced test case:

void foo5672() {}

void bug5672(long v)
{    
    if( (v & 1) == 1 )
    {
        foo5672();
    }
}


Prehistoric bug. Same ICE on DMD 0.140.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to