[Issue 4869] auto return + inheritance + modules = compiler crashes(toctype.c)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Sep 14 21:02:37 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4869
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|auto return + inheritance + |auto return + inheritance +
|modules = compiler crashes |modules = compiler
| |crashes(toctype.c)
--- Comment #2 from Don <clugdbug at yahoo.com.au> 2010-09-14 21:02:06 PDT ---
The segfault should be turned into an ICE with this code: toctype.c, line 254
TypeFunction::toCtype()
if (varargs != 1)
t->Tflags |= TFfixed;
ctype = t;
+ assert(next);
t->Tnext = next->toCtype();
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list