[Issue 2346] ICE when comparing typedef'd class
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon May 11 00:01:37 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2346
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clugdbug at yahoo.com.au
--- Comment #4 from Don <clugdbug at yahoo.com.au> 2009-05-11 00:01:36 PDT ---
(In reply to comment #3)
> Created an attachment (id=355)
--> (http://d.puremagic.com/issues/attachment.cgi?id=355) [details]
> Work in progress: analogous to a single level B+Tree
>
> Internal error: e2ir.c 4339
>
> This is code that was compiling using
> Digital Mars D Compiler v2.029
> dmd -c -Dddocs chunkf.d
> until I did a little bit of refactoring.
>
> It's not clear to me how to reduce this and still retain the error, but if I
> comment out lines 115-116,
> //foreach (Wrd w; freqWrd)
> //{ temp2 [w.name] = w.id; }
> then the error message goes away. (Of course, it's useless for *my* purposes,
> but I hope it narrows down what the error could be.)
Don't put any more work into it, Walter has fixed this bug in the next release.
--
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