digitalmars.D.bugs - [Bug 133] New: Assertion toobj.c:258
- d-bugmail puremagic.com (20/20) May 10 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=133
- Thomas Kuehne (14/21) May 14 2006 -----BEGIN PGP SIGNED MESSAGE-----
- d-bugmail puremagic.com (9/9) May 25 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=133
http://d.puremagic.com/bugzilla/show_bug.cgi?id=133
Summary: Assertion toobj.c:258
Product: D
Version: 0.150
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: DMD
AssignedTo: bugzilla digitalmars.com
ReportedBy: benoit tionex.de
class Foo : Bar {}
class FooT(V){}
class Bar : FooT!(int) {}
void main(){}
Results in this internal compiler Error:
dmd: toobj.c:258: virtual void ClassDeclaration::toObjFile(): Assertion
`structsize >= 8' failed.
--
May 10 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
d-bugmail puremagic.com schrieb am 2006-05-10:
class Foo : Bar {}
class FooT(V){}
class Bar : FooT!(int) {}
void main(){}
Results in this internal compiler Error:
dmd: toobj.c:258: virtual void ClassDeclaration::toObjFile(): Assertion
`structsize >= 8' failed.
Added to DStress as
http://dstress.kuehne.cn/run/c/class_23_A.d
http://dstress.kuehne.cn/run/c/class_23_B.d
http://dstress.kuehne.cn/run/c/class_23_C.d
http://dstress.kuehne.cn/run/c/class_23_D.d
Thomas
-----BEGIN PGP SIGNATURE-----
iD8DBQFEaA+73w+/yD4P9tIRAk31AJ4vrCB4wjRTeOiZGSGlt2Q7eRXY4gCg0jG6
aj4FKP2I1KFRqyvRmVEcNVM=
=O7jW
-----END PGP SIGNATURE-----
May 14 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=133
bugzilla digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Fixed 0.158
--
May 25 2006









Thomas Kuehne <thomas-dloop kuehne.cn> 