# HG changeset patch # User thomask # Date 1130535026 0 # Node ID 9c56e95b4ec8e37f8e1f51fc1fcc2fdc2e101ecd # Parent 038d8bcdcf93a62ce6a90711569cf49711c00447 Tiago Gasiba 2005-10-24 news:dji2d3$acl$1@digitaldaemon.com diff -r 038d8bcdcf93 -r 9c56e95b4ec8 nocompile/b/bug_tocsym_142_A.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nocompile/b/bug_tocsym_142_A.d Fri Oct 28 21:30:26 2005 +0000 @@ -0,0 +1,24 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @desc@ tocsym.c:142: virtual Symbol* VarDeclaration::toSymbol(): Assertion `!needThis()' failed. +// @author@ Tiago Gasiba +// @date@ 2005-10-24 +// @uri@ news:dji2d3$acl$1@digitaldaemon.com + +// __DSTRESS_ELINE__ 22 + +module dstress.nocompile.b.bug_tocsym_142_A; + +struct S{ + int i; +} + +class C{ + S s; + + static int bug(){ + return s.i; + } +} diff -r 038d8bcdcf93 -r 9c56e95b4ec8 nocompile/b/bug_tocsym_142_B.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nocompile/b/bug_tocsym_142_B.d Fri Oct 28 21:30:26 2005 +0000 @@ -0,0 +1,24 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @desc@ tocsym.c:142: virtual Symbol* VarDeclaration::toSymbol(): Assertion `!needThis()' failed. +// @author@ Tiago Gasiba +// @date@ 2005-10-24 +// @uri@ news:dji2d3$acl$1@digitaldaemon.com + +// __DSTRESS_ELINE__ 22 + +module dstress.nocompile.b.bug_tocsym_142_B; + +class S{ + int i; +} + +class C{ + S s; + + static int bug(){ + return s.i; + } +} diff -r 038d8bcdcf93 -r 9c56e95b4ec8 nocompile/b/bug_tocsym_142_C.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nocompile/b/bug_tocsym_142_C.d Fri Oct 28 21:30:26 2005 +0000 @@ -0,0 +1,24 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @desc@ tocsym.c:142: virtual Symbol* VarDeclaration::toSymbol(): Assertion `!needThis()' failed. +// @author@ Tiago Gasiba +// @date@ 2005-10-24 +// @uri@ news:dji2d3$acl$1@digitaldaemon.com + +// __DSTRESS_ELINE__ 22 + +module dstress.nocompile.b.bug_tocsym_142_C; + +class S{ + int i; +} + +struct C{ + S s; + + static int bug(){ + return s.i; + } +} diff -r 038d8bcdcf93 -r 9c56e95b4ec8 nocompile/b/bug_tocsym_142_D.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nocompile/b/bug_tocsym_142_D.d Fri Oct 28 21:30:26 2005 +0000 @@ -0,0 +1,24 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @desc@ tocsym.c:142: virtual Symbol* VarDeclaration::toSymbol(): Assertion `!needThis()' failed. +// @author@ Tiago Gasiba +// @date@ 2005-10-24 +// @uri@ news:dji2d3$acl$1@digitaldaemon.com + +// __DSTRESS_ELINE__ 22 + +module dstress.nocompile.b.bug_tocsym_142_D; + +struct S{ + int i; +} + +struct C{ + S s; + + static int bug(){ + return s.i; + } +}