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

           Summary: ICE ztc\symbol.c 1043
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: dsim...@yahoo.com


--- Comment #0 from David Simcha <dsim...@yahoo.com> 2011-05-06 22:19:25 PDT ---
DMD 2.053 beta

import std.stdio;

void main() {
    string filename = "foo.txt";
    auto handle = (filename == "stdin") ? stdin : File(filename);
}

Results:

Internal error: ..\ztc\symbol.c 1043

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

Reply via email to