Thread overview
[Issue 990] New: Crash when compiling the following code
Feb 21, 2007
d-bugmail
Feb 23, 2007
d-bugmail
Mar 02, 2007
d-bugmail
February 21, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=990

           Summary: Crash when compiling the following code
           Product: D
           Version: 1.007
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: jascha@mainia.de


// crashes DMD when compiled with -inline (without -debug)
import std.stdio;
void main(char[][] args)
{
  foreach ( b; args )
    debug writefln(b);
}


-- 

February 23, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=990





------- Comment #1 from thomas-dloop@kuehne.cn  2007-02-23 16:35 -------
Test cases:
http://dstress.kuehne.cn/run/foreach_28.d
http://dstress.kuehne.cn/run/foreach_28_B.d
http://dstress.kuehne.cn/run/foreach_29.d


-- 

March 02, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=990


thomas-dloop@kuehne.cn changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         OS/Version|Windows                     |All
         Resolution|                            |DUPLICATE




------- Comment #2 from thomas-dloop@kuehne.cn  2007-03-02 08:28 -------


*** This bug has been marked as a duplicate of 716 ***


--