[Issue 5938] New: ICE ztc\symbol.c 1043
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri May 6 22:23:20 PDT 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 at puremagic.com
ReportedBy: dsimcha at yahoo.com
--- Comment #0 from David Simcha <dsimcha at 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: -------
More information about the Digitalmars-d-bugs
mailing list