November 08, 2005
This dies from a seg-v or the like on winXP with .138.

<code>
auto yd = ft * 3;
auto ft = inch * 12;
</code>


November 12, 2005
BCS schrieb am 2005-11-08:
> This dies from a seg-v or the like on winXP with .138.
>
><code>
> auto yd = ft * 3;
> auto ft = inch * 12;
></code>

I modified your code a bit to evade some other potential bugs. The cause should be the same.

Added to DStress as http://dstress.kuehne.cn/run/c/const_27_A.d http://dstress.kuehne.cn/run/c/const_27_B.d http://dstress.kuehne.cn/run/c/const_27_C.d http://dstress.kuehne.cn/run/c/const_27_D.d http://dstress.kuehne.cn/run/c/const_27_E.d http://dstress.kuehne.cn/run/c/const_27_F.d

Thomas