Thread overview
[Issue 9928] New: ice with void* and function literal
Apr 13, 2013
Zhenya Chapovsky
Apr 16, 2013
Kenji Hara
Apr 16, 2013
Kenji Hara
April 13, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9928

           Summary: ice with void* and function literal
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice, rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: zheny@list.ru


--- Comment #0 from Zhenya Chapovsky <zheny@list.ru> 2013-04-13 10:40:09 PDT ---
void main()
{
    void* smth = (int x) {return x;};
}
This code fails with message:
dmd: cast.c:1763: virtual Expression* FuncExp::castTo(Scope*, Type*): Assertion
`e->type->nextOf()->covariant(t->nextOf()) == 1' failed.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 16, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9928


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-04-15 21:15:35 PDT ---
https://github.com/D-Programming-Language/dmd/pull/1900

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 16, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9928



--- Comment #2 from github-bugzilla@puremagic.com 2013-04-15 22:13:50 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/d6b7e51b48b8b723fd3896912d89d147b2653367 fix Issue 9928 - ice with void* and function literal

https://github.com/D-Programming-Language/dmd/commit/c2bcc97dd500c92845214af5c94df5883a333773 Merge pull request #1900 from 9rnsr/fix9928

Issue 9928 - ice with void* and function literal

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 16, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9928


Kenji Hara <k.hara.pg@gmail.com> changed:

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


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------