[Issue 10682] New: [ICE](cgcod.c line 1561) with ^^ operator

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 20 11:06:07 PDT 2013


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

           Summary: [ICE](cgcod.c line 1561) with ^^ operator
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 2013-07-20 11:06:06 PDT ---
void main() {
    ulong x = 1;
    ulong y = 2 ^^ x;
}


DMD 2.064alpha gives:

Internal error: backend\cgcod.c 1561

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


More information about the Digitalmars-d-bugs mailing list