Thread overview
[Issue 1063] New: Assertion failure: 'global.errors' on line 444 in file 'declaration.c'
Mar 15, 2007
d-bugmail
Mar 29, 2007
d-bugmail
Mar 29, 2007
d-bugmail
March 15, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1063

           Summary: Assertion failure: 'global.errors' on line 444 in file
                    'declaration.c'
           Product: D
           Version: 1.009
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: torhu@yahoo.com


test.d:
---
import std.stdio;
alias writefln writefln;
---

dmd -c test.d

Assertion failure: 'global.errors' on line 444 in file 'declaration.c'

abnormal program termination


-- 

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


thomas-dloop@kuehne.cn changed:

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




------- Comment #1 from thomas-dloop@kuehne.cn  2007-03-29 14:08 -------
Added to DStress as http://dstress.kuehne.cn/nocompile/a/alias_30_L.d

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


-- 

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





------- Comment #2 from thomas-dloop@kuehne.cn  2007-03-29 14:30 -------
Added to DStress as http://dstress.kuehne.cn/nocompile/a/alias_30_L.d


--