www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 5938] New: ICE ztc\symbol.c 1043

reply d-bugmail puremagic.com writes:
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: nobody puremagic.com
        ReportedBy: dsimcha yahoo.com



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: -------
May 06 2011
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5938


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla digitalmars.com
         Resolution|                            |FIXED



18:28:39 PDT ---
https://github.com/D-Programming-Language/dmd/commit/f7362d2b9212bd696a58da73f9556f25338cbb6c

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