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
_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to