On Tue, 08 Jun 2010 12:56:04 +0200, Simen kjaeraas wrote: > Lars T. Kyllingstad <pub...@kyllingen.nospamnet> wrote: >> That's consistent with my experiences too. It seems to be triggered by >> a Phobos unittest. >> >> Still, I can't reproduce it with your test case. Which DMD version are >> you using? > > 2.045. Actually, I can't reproduce it now either. Ah, found the problem. > "dmd a b -unittest" works. "dmd b a -unittest" does not.
Ok, now I can reproduce it too, with 2.046. This just makes it even more clear that it is a DMD bug, not a Phobos one. I've been running into a lot of these order-of-compilation bugs lately. :( -Lars