digitalmars.D.bugs - assertion failure
- marko <tm030127d galeb.etf.bg.ac.yu> Feb 10 2005
- Stewart Gordon <smjg_1998 yahoo.com> Feb 11 2005
DMD 0.112 WIN32
-----------
struct Marko
{
int a;
int* m = &a;
}
-----------
Assertion failure: '!needThis()' on line 139 in file 'tocsym.c'
Feb 10 2005
marko wrote:DMD 0.112 WIN32 ----------- struct Marko { int a; int* m = &a; } ----------- Assertion failure: '!needThis()' on line 139 in file 'tocsym.c'
I reported this only the other day. Walter tells me that this is invalid code, presumably because &a isn't determinable at compile time. And that it's just been fixed to deliver an appropriate error message. Stewart. -- My e-mail is valid but not my primary mailbox. Please keep replies on the 'group where everyone may benefit.
Feb 11 2005








Stewart Gordon <smjg_1998 yahoo.com>