www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 703] New: SuperExp::scanForNestedRef Assertion

reply d-bugmail puremagic.com writes:
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
next sibling parent Thomas Kuehne <thomas-dloop kuehne.cn> writes:
-----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
prev sibling parent d-bugmail puremagic.com writes:
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