[dmd-beta] D2 2.058 beta

Sönke Ludwig ludwig at informatik.uni-luebeck.de
Thu Feb 9 11:20:21 PST 2012


> I'm also getting an error in cgcs.c line 354 on a "piece" of code that
> previously errored on line 162/cgcs.c (the fixed bug 6177). I will run
> dustmite on it and see where it comes from. Not sure if the two are
> related to the same root cause or if this is a regresseion.
>
The reduced case is:

---
struct S {
   float x;
   ~this() {}
}

void fun(T...)() { T x; }
void gun() { fun!S(); }
---

It looks similar but is no regression. Posted a bug report: 
http://d.puremagic.com/issues/show_bug.cgi?id=7474


More information about the dmd-beta mailing list