Thread overview
[Bug 110] New: Assertion failure, Line 1135, expression.c
Apr 19, 2006
d-bugmail
Apr 20, 2006
Thomas Kuehne
May 25, 2006
d-bugmail
April 19, 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=110

           Summary: Assertion failure, Line 1135, expression.c
           Product: D
           Version: 0.153
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: clugdbug@yahoo.com.au


This should fail to compile, but it ICEs.
Only tested on DMD 0.153 Windows.

-------
void * frog (void *);

void main () {
   toad = frog(0);
}
-------


-- 

April 20, 2006
d-bugmail@puremagic.com schrieb am 2006-04-19:
> This should fail to compile, but it ICEs.
> Only tested on DMD 0.153 Windows.
>
> -------
> void * frog (void *);
>
> void main () {
>    toad = frog(0);
> }
> -------

Added to DStress as http://dstress.kuehne.cn/nocompile/b/bug_expression_1135_A.d http://dstress.kuehne.cn/nocompile/b/bug_expression_1135_B.d http://dstress.kuehne.cn/nocompile/b/bug_expression_1135_C.d http://dstress.kuehne.cn/nocompile/b/bug_expression_1135_D.d

Thomas


May 25, 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=110


bugzilla@digitalmars.com changed:

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




------- Comment #2 from bugzilla@digitalmars.com  2006-05-25 04:20 -------
Fixed 0.158


--