Bug 6507 – [2.055 beta] ICE: var Internal error: backend\cgcs.c 319

Status
RESOLVED
Resolution
INVALID
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
Other
OS
Windows
Creation time
2011-08-16T12:31:00Z
Last change time
2011-08-16T20:15:51Z
Assigned to
nobody
Creator
bus_dbugzilla

Comments

Comment #0 by bus_dbugzilla — 2011-08-16T12:31:44Z
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
Comment #1 by bus_dbugzilla — 2011-08-16T12:33:58Z
Also, using 'enum x = stripLeft("Hi");' results in: Internal error: backend\cgcs.c 526
Comment #2 by bus_dbugzilla — 2011-08-16T20:15:51Z
This was an artifact of the invalid issue 6509