digitalmars.D - function std.file.dirEntries compiler error
- John Colvin (8/8) Mar 08 2013 I tried compiling phobos with -inline and ran in to this compiler
- Jonathan M Davis (4/14) Mar 08 2013 It's been reported, but AFAIK, no one has looked into it yet:
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
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