[Issue 424] Unexpected OPTLINK Termination at EIP=0044C37B (too many fixups)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 20 17:23:26 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=424
------- Comment #19 from jarrett.billingsley at gmail.com 2008-11-20 19:23 -------
(In reply to comment #18)
> Are you (In reply to comment #17)
> > Just got bitten by this one too. Voted!
> >
>
> Unfortunately I think the only real solution for this is a new linker.
> Just out of curiosity, in your case is it the lots of templates getting
> instantiated in a single file thing? Or did you find some other way to trigger
> it?
>
I'm pretty sure that's what's causing the issue I have. It compiles with n
template instantiations, and fails with n + 1. Doesn't matter which ones I
remove or add. And I have a *lot* of them in one file. And they're the deeply
nested variadic code-generating kind.
I do horrible things.
--
More information about the Digitalmars-d-bugs
mailing list