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