Thread overview
[Issue 2403] New: Ice on function pointer type forward declaration
Oct 08, 2008
d-bugmail
Oct 09, 2008
d-bugmail
Apr 21, 2009
d-bugmail
October 08, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2403

           Summary: Ice on function pointer type forward declaration
           Product: D
           Version: 2.019
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: 2korden@gmail.com


struct Foo
{
    Bar bar;
}

alias int function() Bar;

Assertion failure: 't->deco' on line 597 in file 'mtype.c' abnormal program termination


-- 

October 09, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2403





------- Comment #1 from terranium@yandex.ru  2008-10-09 06:01 -------
Is this supposed to be a more clear variant of bug 1994?


-- 

April 21, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2403


clugdbug@yahoo.com.au changed:

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




------- Comment #2 from clugdbug@yahoo.com.au  2009-04-21 09:00 -------


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


--