DMD 1.004 release

Bob W nospam at aol.com
Sat Jan 27 04:50:23 PST 2007


"Walter Bright" <newshound at digitalmars.com> wrote in message 
news:epekud$128$1 at digitaldaemon.com...
> Fixes mixin gc bug.
>
> http://www.digitalmars.com/d/changelog.html
>
> http://ftp.digitalmars.com/dmd.1.004.zip


Still another one mixin bug - causes dmd to crash.
(dmd versions: 1.00, 1.002, 1.004)

Tried to simplify it as much as I could:

template Mix() {
  int  i;
}

struct Z {  //  use unions or structs ...
  union { mixin Mix; }  // ... both cause dmd to crash
};






More information about the Digitalmars-d-announce mailing list