digitalmars.D.bugs - [Issue 703] New: SuperExp::scanForNestedRef Assertion
- d-bugmail puremagic.com Dec 21 2006
- Thomas Kuehne <thomas-dloop kuehne.cn> Dec 26 2006
- d-bugmail puremagic.com Jan 03 2007
http://d.puremagic.com/issues/show_bug.cgi?id=703 Summary: SuperExp::scanForNestedRef Assertion Product: D Version: 0.177 Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: oskar.linde gmail.com class C { void func(lazy uint x) { (new C).func(super.toHash()); } } dmd: delegatize.c:103: virtual void SuperExp::scanForNestedRef(Scope*): Assertion `0' failed. --
Dec 21 2006
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 d-bugmail puremagic.com schrieb am 2006-12-21:http://d.puremagic.com/issues/show_bug.cgi?id=703
class C { void func(lazy uint x) { (new C).func(super.toHash()); } } dmd: delegatize.c:103: virtual void SuperExp::scanForNestedRef(Scope*): Assertion `0' failed.
Added to DStress as http://dstress.kuehne.cn/compile/l/lazy_01_A.d http://dstress.kuehne.cn/compile/l/lazy_01_B.d http://dstress.kuehne.cn/compile/l/lazy_01_C.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFFkRdvLK5blCcjpWoRAom0AKCeTfWcMUdaTefv1odFRkowKVcT1QCbBtc3 EnABrJDcYauv5YYu/RuveRk= =VKlx -----END PGP SIGNATURE-----
Dec 26 2006
http://d.puremagic.com/issues/show_bug.cgi?id=703 bugzilla digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from bugzilla digitalmars.com 2007-01-03 22:06 ------- Fixed DMD 1.00 --
Jan 03 2007









Thomas Kuehne <thomas-dloop kuehne.cn> 