[Issue 2645] dmd 2.023 crashes on this (wrong) code

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2645

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|2.023   |D2

--


[Issue 2645] dmd 2.023 crashes on this (wrong) code

2009-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2645


clugd...@yahoo.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #1 from clugd...@yahoo.com.au  2009-05-06 08:22 ---
Works for me in D2.029. (After changing writefln-writeln(tab[i]);, or to
writefln(%s, tab[i]);
)
I suspect this is a duplicate of the segfault bugs fixed in 2.028/2.029.


--