digitalmars.D.bugs - [Issue 703] New: SuperExp::scanForNestedRef Assertion
- d-bugmail puremagic.com (16/16) Dec 21 2006 http://d.puremagic.com/issues/show_bug.cgi?id=703
- Thomas Kuehne (13/17) Dec 26 2006 -----BEGIN PGP SIGNED MESSAGE-----
- d-bugmail puremagic.com (9/9) Jan 03 2007 http://d.puremagic.com/issues/show_bug.cgi?id=703
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=703class 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
Fixed DMD 1.00
--
Jan 03 2007









Thomas Kuehne <thomas-dloop kuehne.cn> 