Thread overview
[Issue 2110] New: -run causes assertion error
May 18, 2008
d-bugmail
May 18, 2008
d-bugmail
Jun 16, 2008
d-bugmail
May 18, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2110

           Summary: -run causes assertion error
           Product: D
           Version: 2.014
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: simen.kjaras@gmail.com


void main()
{
}

Compiling this program with -run gives the error message

Assertion failure: '0' on line 784 in file 'mars.c'

abnormal program termination


-- 

May 18, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2110





------- Comment #1 from andrei@metalanguage.com  2008-05-18 10:14 -------
Guess you should use rdmd ;o).


-- 

June 16, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2110


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Comment #2 from bugzilla@digitalmars.com  2008-06-16 01:41 -------
Works with dmd 2.014 when I try it.


--