[Issue 6548] New: [e2ir.c] Problem with ^^ vector op

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 24 03:04:52 PDT 2011


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

           Summary: [e2ir.c] Problem with ^^ vector op
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 2011-08-24 03:04:49 PDT ---
void main() {
    auto _ = [1][] ^^ 2;
}


DMD 2.055beta output:

[1][] ^^ 2
Internal error: e2ir.c 683

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