[Issue 4830] Regression(2.038) ICE mtype.c:879: void Type::check(): Assertion `tn->mod == 4' failed
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Sep 29 00:25:37 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4830
--- Comment #2 from Don <clugdbug at yahoo.com.au> 2010-09-29 00:25:22 PDT ---
This was caused by adding this line to AliasDeclaration::semantic() in svn 307
(which was fixing bug 3641 alias shared T U does not work)
+ type = type->addStorageClass(storage_class);
if (storage_class & (STCref | STCnothrow | STCpure))
{ // For 'ref' to be attached to function types, and picked
--
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