digitalmars.D.bugs - mtype.c:3301 Assertion `sym->memtype' failed.
- Ant <duitoolkit yahoo.ca> Feb 13 2006
- John Reimer <terminal.node gmail.com> Feb 13 2006
- Ant <duitoolkit yahoo.ca> Feb 14 2006
- Thomas Kuehne <thomas-dloop kuehne.cn> Feb 16 2006
I don't know if it was reported before
###############
// em.d
alias E.hello hello;
enum E
{
hello
}
void main(){}
###############
$ dmd em.d -I~/dmd/src/phobos
dmd: mtype.c:3301: virtual Expression* TypeEnum::getProperty(Loc, Identifier*):
Assertion
`sym->memtype' failed.
Aborted
Ant
Feb 13 2006
Ant wrote:I don't know if it was reported before ############### // em.d alias E.hello hello; enum E { hello } void main(){} ############### $ dmd em.d -I~/dmd/src/phobos dmd: mtype.c:3301: virtual Expression* TypeEnum::getProperty(Loc, Identifier*): Assertion `sym->memtype' failed. Aborted Ant
Hi Ant, I just had to respond OT. Welcome! Where have you been. You've been missed! :) -JJR
Feb 13 2006
John Reimer wrote:I just had to respond OT. Welcome!
thanks ;) check the forum at dsource for the latest news on Dui. Ant
Feb 14 2006
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ant schrieb am 2006-02-14:I don't know if it was reported before ############### // em.d alias E.hello hello; enum E { hello } void main(){} ############### $ dmd em.d -I~/dmd/src/phobos dmd: mtype.c:3301: virtual Expression* TypeEnum::getProperty(Loc, Identifier*): Assertion `sym->memtype' failed. Aborted
Added to DStress as http://dstress.kuehne.cn/run/e/enum_44_A.d http://dstress.kuehne.cn/run/e/enum_44_B.d http://dstress.kuehne.cn/run/e/enum_44_C.d http://dstress.kuehne.cn/run/e/enum_44_D.d http://dstress.kuehne.cn/nocompile/e/enum_44_E.d http://dstress.kuehne.cn/nocompile/e/enum_44_F.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFD8u4e3w+/yD4P9tIRAqFoAJ0czhmemuPN+pmSMYXuASQQ24jU0gCfbWi9 jZMkRcr0rg0yUNFOJ2yl6Js= =C5uq -----END PGP SIGNATURE-----
Feb 16 2006









Ant <duitoolkit yahoo.ca> 