http://d.puremagic.com/issues/show_bug.cgi?id=6507
Summary: [2.055 beta] ICE: var Internal error: backend\cgcs.c
319
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Nick Sabalausky <[email protected]> 2011-08-16
12:31:44 PDT ---
In the latest DMD/druntime/phobos from github (as of this writing):
import std.string;
void main()
{
stripLeft("Hi");
}
Compiler gives:
var Internal error: backend\cgcs.c 319
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------