[dmd-beta] D2 2.058 beta

kenji hara k.hara.pg at gmail.com
Sat Feb 11 04:34:01 PST 2012


2012/2/11 Walter Bright <walter at digitalmars.com>:
> Do you mean the compiler seg faults or the compiled program seg faults?

Masahiro's original code compiles and succeeds to run in 2.057.
But it is compiles in 2.058beta, and segfault by infinite recursion.

This is a compiler regression. Fixing bug 6208 (merging dmd/pull/425)
is not enough, it does not care the function parameter using tuple
template parameter with storage classes.

I've posted a new pull dmd/pull/709 to fix the problem. Please merge it.

Kenji Hara


More information about the dmd-beta mailing list