https://issues.dlang.org/show_bug.cgi?id=14901

--- Comment #3 from Kenji Hara <k.hara...@gmail.com> ---
(In reply to Walter Bright from comment #2)
> The cause of this is not excessive instantiation, it is the fragile name
> generation system.

Yes, the ultimate root issue is it. But if the code for the instance make!"bar"
is generated and stored only in b.obj, the problem does not happen.

So, the regression from 2.067 is introduced by the excessive instantiation. The
issue should be fixed ASAP.

--

Reply via email to