www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - function std.file.dirEntries compiler error

reply "John Colvin" <john.loughran.colvin gmail.com> writes:
I tried compiling phobos with -inline and ran in to this compiler 
error:

std/file.d(2620): Error: function std.file.dirEntries compiler 
error, parameter 'pattern', bugzilla 2962?
Assertion failed: (0), function toObjFile, file glue.c, line 815.

Is this known about or is it something new? The bug referenced in 
the error message doesn't immediately appear to be the same 
problem.
Mar 08 2013
parent "Jonathan M Davis" <jmdavisProg gmx.com> writes:
On Friday, March 08, 2013 18:29:39 John Colvin wrote:
 I tried compiling phobos with -inline and ran in to this compiler
 error:
 
 std/file.d(2620): Error: function std.file.dirEntries compiler
 error, parameter 'pattern', bugzilla 2962?
 Assertion failed: (0), function toObjFile, file glue.c, line 815.
 
 Is this known about or is it something new? The bug referenced in
 the error message doesn't immediately appear to be the same
 problem.
It's been reported, but AFAIK, no one has looked into it yet: http://d.puremagic.com/issues/show_bug.cgi?id=8524 - Jonathan M Davis
Mar 08 2013