There are two recent compiler regressions worth looking at, to see if they are easily fixable: Bug 5241 dmd: ABI breakage/regression (TypeInfo.toString() returns partially corrupted string) - has a patch, though I haven't checked to see if it is good;
Bug 5455 ICE(cgcod.c): Optimization (register allocation?) regression in DMD 1.065 - which was caused by an innocuous change that has apparently triggered a latent backend bug. It would be trivial to temporarily reverse the change, but tracking down the backend bug could be quite difficult. On 11 February 2011 07:38, Walter Bright <[email protected]> wrote: > 2 more 64 bit bugs were posted today. > > Don Clugston wrote: >> >> Since the last release >> - A rather terrible appending regression was fixed (adequate grounds >> for an emergency release) >> - Some of the worst wrong code bugs have been fixed >> - A raft of other bugs have been fixed. >> - And we've switched to git! >> >> I really think we should be wrapping up a release now. >> _______________________________________________ >> phobos mailing list >> [email protected] >> http://lists.puremagic.com/mailman/listinfo/phobos >> >> >> > > _______________________________________________ > phobos mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/phobos > _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
