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

--- Comment #20 from Vladimir Panteleev <thecybersha...@gmail.com> ---
(In reply to RazvanN from comment #19)
> I ran the exact example as the one in 2011 with the exact command and the
> output is:
> 
> (a.d) : private : object (..)                                               
> 
> (b.d) : private : object (..)
> (a.d) : private : b (b.d)
> (c.d) : private : object (..)
> (a.d) : private : c (c.d)
> 
> It seems to me that it prints all the dependencies of a.d

Strange... I can't get that result with DMD 2.072.1 or latest git master (on
Linux). What compiler version did you use, exactly?

--

Reply via email to