Thread overview | ||||||
---|---|---|---|---|---|---|
|
December 27, 2011 [Issue 7173] New: dmd: glue.c:1065: virtual unsigned int Type::totym(): Assertion `0' failed. | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=7173 Summary: dmd: glue.c:1065: virtual unsigned int Type::totym(): Assertion `0' failed. Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: iteronvexor@gmail.com --- Comment #0 from iteronvexor@gmail.com 2011-12-27 07:56:11 PST --- struct A{ A opBinary(string op)(A a){ A rt; return rt; } void fun(){ } } struct B{ A _a; alias _a this; } void main(){ B b1, b2, b3; b3 = (b1 - b2).fun(); } The above code causes: dmd: glue.c:1065: virtual unsigned int Type::totym(): Assertion `0' failed. Aborted -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 27, 2011 [Issue 7173] dmd: glue.c:1065: virtual unsigned int Type::totym(): Assertion `0' failed. | ||||
---|---|---|---|---|
| ||||
Posted in reply to iteronvexor@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=7173 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-invalid-code, patch Platform|x86_64 |All OS/Version|Linux |All --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2011-12-27 09:20:33 PST --- https://github.com/D-Programming-Language/dmd/pull/587 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 27, 2011 [Issue 7173] dmd: glue.c:1065: virtual unsigned int Type::totym(): Assertion `0' failed. | ||||
---|---|---|---|---|
| ||||
Posted in reply to iteronvexor@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=7173 Jimmy Cao <jcao219@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jcao219@gmail.com --- Comment #2 from Jimmy Cao <jcao219@gmail.com> 2011-12-27 11:42:20 PST --- Is this related to bug6774? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 27, 2011 [Issue 7173] dmd: glue.c:1065: virtual unsigned int Type::totym(): Assertion `0' failed. | ||||
---|---|---|---|---|
| ||||
Posted in reply to iteronvexor@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=7173 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED --- Comment #3 from Walter Bright <bugzilla@digitalmars.com> 2011-12-27 12:04:52 PST --- https://github.com/D-Programming-Language/dmd/commit/6d9392e6907d5034a4eb8fcf49315c59087d77dc https://github.com/D-Programming-Language/dmd/commit/37648853afffac816c0b931aafeb2a2637589ae9 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation