Bug 5938 – ICE ztc\symbol.c 1043

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
Other
OS
Windows
Creation time
2011-05-06T22:19:00Z
Last change time
2011-05-08T18:28:39Z
Keywords
ice-on-valid-code
Assigned to
nobody
Creator
dsimcha

Comments

Comment #0 by dsimcha — 2011-05-06T22:19:25Z
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
Comment #1 by bugzilla — 2011-05-08T18:28:39Z