digitalmars.D.bugs - [Issue 9928] New: ice with void* and function literal
- d-bugmail puremagic.com (24/24) Apr 13 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9928
- d-bugmail puremagic.com (10/10) Apr 15 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9928
- d-bugmail puremagic.com (11/11) Apr 15 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9928
- d-bugmail puremagic.com (9/9) Apr 15 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9928
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 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: -------
Apr 13 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9928 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull 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: -------
Apr 15 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9928 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 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: -------
Apr 15 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: -------
Apr 15 2013