dmd 1.057 and 2.041 release

Walter Bright newshound1 at digitalmars.com
Mon Mar 8 12:05:39 PST 2010


bearophile wrote:
> While this hangs my compiler, I don't know why:
> 
> double[100_000] arr = 0.0;
> static this() {
>     arr[] = typeof(arr[0]).init;
> }
> void main() {}

Well, it didn't hang, it just took a while. I found the problem.


More information about the Digitalmars-d-announce mailing list