[Issue 10891] regression(2.063.2 => v2.064-devel-a3e447c): Error: function std.uni.TrieBuilder

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Aug 27 18:52:00 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10891



--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> 2013-08-27 18:51:59 PDT ---
(In reply to comment #0)
> phobos/std/uni.d(3547): Error: function std.uni.TrieBuilder!(ubyte, dchar,
> 1114112, sliceBits!(13LU, 21LU), sliceBits!(6LU, 13LU), sliceBits!(0LU,
> 6LU)).TrieBuilder.putAt errors compiling the function

(In reply to comment #1)
> windbg highlights this line (the if line):
> 
> // If errors occurred compiling it, such as bugzilla 6118
> if (type && type->ty == Tfunction && ((TypeFunction *)type)->next->ty ==
> Terror)
>     return;
> 
> I'm assuming 'next' is probably null at this point (can't verify this yet,
> maybe later).

I think this would be a dup of bug 10836, and it was recently fixed.
Could you confirm this bug again with git-head?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list