May 07, 2011
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


--- Comment #0 from David Simcha <dsimcha@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: -------
May 09, 2011
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


--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2011-05-08 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: -------